home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / 2bsd.tar.gz / 2bsd.tar / upgrade / man / READ_ME < prev    next >
Encoding:
Text File  |  1979-04-21  |  810 b   |  22 lines

  1. Sun Apr  8 14:16:46 PST 1979
  2.  
  3. The manuals here supplement the main man directory for the programs
  4. in ../src.
  5.  
  6. Unfortunately the manual stuff on the tape is in version 7 format.
  7. If you have version 6 manual macros they will not work directly, but
  8. most upper case macros correspond to old lower case macros with similar
  9. names, thus the new macro .TH corresponds to the old .th.
  10. The macros .TP and .HP are similar to the old .lp and the macro
  11. .IR is like
  12.     .de IR
  13.     \&\fB\\$1\fR\\$2
  14.     ..
  15.  
  16. Since most manuals sections include only a few macro calls you can probably
  17. retrofit them with a simple editor script (although I haven't tried this).
  18.  
  19. The tmac.* files here contain a copy of the macros used here.
  20. If you place them all in /usr/lib/tmac, then the supplied ``man'' command
  21. will run off both old and new manuals.
  22.