Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5068588

Change make files to handle man pages added in 1.5.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 5.0
    • docs
    • b58
    • generic
    • other

      All 1.4.2 man pages were modified. 12 were added (the same ones
      in Linux and Solaris) and none were removed.

      The following is a diff of the 1.4.2 and 1.5.0 directories of
      man pages to determine which files are added.

      SOLARIS -----------------------------------

      % cd /java/re/jdk/1.4.2/archive/fcs/ws/j2se/src/solaris/doc/sun/man/man1
      % ls | grep ".1" > solaris-142

      % cd /java/pubs/ws/tiger-RC/src/solaris/doc/sun/man/sman1
      % ls | grep ".1" > solaris-150
      % ls | grep ".1" > wc -l
      34

      % diff solaris-142 solaris-150
      > apt.1
      > htmlconverter.1 -- Don't putback, as it is a GUI tool w/o command line options
      > jconsole.1
      > jinfo.1
      > jmap.1
      > jps.1
      > jsadebugd.1
      > jstack.1
      > jstat.1
      > jstatd.1
      > pack200.1 -- NOTE: the man page (not the HTML page) is the master
      > unpack200.1 -- NOTE: the man page (not the HTML page) is the master

      (To make the list more readable, I manually removed the line
      number indicators from the list, such as "12a16)

      LINUX -----------------------------------

      % cd /java/re/jdk/1.4.2/archive/fcs/ws/j2se/src/linux/doc/man/
      % ls | grep ".1" > linux-142

      % cd /java/pubs/ws/tiger-RC/src/linux/doc/man/
      % ls | grep ".1" > linux-150
      % ls | grep ".1" > wc -l
      37

      % diff linux-142 linux-150
      > apt.1
      > htmlconverter.1 -- Don't putback, as it is a GUI tool w/o command line options
      > jconsole.1
      > jinfo.1
      > jmap.1
      > jps.1
      > jsadebugd.1
      > jstack.1
      > jstat.1
      > jstatd.1
      > pack200.1 -- NOTE: the man page (not the HTML page) is the master
      > unpack200.1 -- NOTE: the man page (not the HTML page) is the master

      ------------------
      As a side note, the files that were different in 1.4.2 Linux and Solaris are:

      % diff src/linux/doc/man/linux-142 src/solaris/doc/sun/man/sman1/solaris-142
      < idlj.1
      > javakey.1
      < kinit.1
      < klist.1
      < ktab.1
      < orbd.1
      < policytool.1
      < servertool.1
      ---
      > sman1/ -- NOTE: This is a directory that contains 25 man pages

            asommere Alan Sommerer (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: