home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!garnet.berkeley.edu!jak
- From: jak@garnet.berkeley.edu (John A. Kunze)
- Newsgroups: comp.lang.tcl
- Subject: printing man pages in correct order?
- Date: 17 Dec 1992 03:03:36 GMT
- Organization: University of California, Berkeley
- Lines: 16
- Distribution: world
- Message-ID: <1goqm8INN6me@agate.berkeley.edu>
- NNTP-Posting-Host: garnet.berkeley.edu
-
- Is there an easy way to troff all the Tcl/Tk man pages in an order
- that it makes sense to bind them in? Right now I do something like
-
- troff -man *.man | lpr -Pmyprinter
-
- and stuff comes out in *mostly* the right order. The choice of filenames
- for some of the pages (sections really) causes weird ordering glitches:
-
- library(3) falls off the end,
- tk_listboxSingleSelect(1) sits with listbox(1) instead of with tk_menus(1),
- tk_menus(1) comes after toplevel(1) instead of before, and
- DoOneEvent(1) comes before CreateFileHandler(1) instead of after
-
- I think there are others too. A script would help, or changing filenames.
-
- -John
-