Despite bug
6320275: "jar" man page still confuses O and 0
having been marked "Fix Delivered"
there are still instances of this bug lurking in both the
doc and j2se workspaces.
As of 2006-05-25, we still have these remaining Ohhhhs:
(mb29450@suttles) /java/jdk/6.0/ws/MASTER $ find pubs/* j2se/src -name 'jar.*' -print | xargs grep -w O | grep -v 'I/O'
j2se/src/linux/doc/man/jar.1:unless option O (zero) is used.
j2se/src/solaris/doc/sun/man/sman1/jar.1:O</option> (zero) is used. </para>
6320275: "jar" man page still confuses O and 0
having been marked "Fix Delivered"
there are still instances of this bug lurking in both the
doc and j2se workspaces.
As of 2006-05-25, we still have these remaining Ohhhhs:
(mb29450@suttles) /java/jdk/6.0/ws/MASTER $ find pubs/* j2se/src -name 'jar.*' -print | xargs grep -w O | grep -v 'I/O'
j2se/src/linux/doc/man/jar.1:unless option O (zero) is used.
j2se/src/solaris/doc/sun/man/sman1/jar.1:O</option> (zero) is used. </para>
- relates to
-
JDK-6320275 "jar" man page still confuses O and 0
- Resolved