home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / doc / cmds.macros.nr next >
Text File  |  1996-09-28  |  720b  |  43 lines

  1. .\" Macros for formatting cmds.nr to produce cmds.doc
  2. .
  3. .\" define strings for left and right double-quotes (same as -ms)
  4. .if n .ds Q ""
  5. .if n .ds U ""
  6. .if t .ds Q ``
  7. .if t .ds U ''
  8. .
  9. .de IQ    \" italics (in manual) or quote (here, in describe-command)
  10. "\\$1"\\$2
  11. ..
  12. .de BQ    \" bold (in manual) or quote (here, in describe-command)
  13. "\\$1"\\$2
  14. ..
  15. .de dc
  16. .sp 1
  17. :entry "\\$1"
  18. .if '\\$2'(variable)' "Variable"
  19. .if !'\\$2'(variable)' "Command"
  20. .br
  21. ..
  22. .de ID
  23. .sp 1
  24. .in +5
  25. ..
  26. .de DE
  27. .fi
  28. .sp 1
  29. .in -5
  30. ..
  31. .de DS
  32. .nf
  33. .sp 1
  34. .in +5
  35. ..
  36. .de UX
  37. UNIX\\$1
  38. ..
  39. .ll 7i
  40. .na    \" No Adjust: ragged right looks best on fixed-pitch screen
  41. .nh    \" No Hyphenation: best with ragged
  42. .pl 1    \" page length 1 line: avoid filling last page with blank lines
  43.