home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 25.ddi / root.2 / usr / ucblib / doctools / tmac / tx.map < prev    next >
Encoding:
Text File  |  1990-12-20  |  2.7 KB  |  64 lines

  1. '\"#ident    "@(#)//usr/ucblib/doctools/tmac/tx.map.sl 1.1 4.0 12/08/90 37723 AT&T-USL"
  2. '\"        PROPRIETARY NOTICE (Combined)
  3. '\"
  4. '\"This source code is unpublished proprietary information
  5. '\"constituting, or derived under license from AT&T's UNIX(r) System V.
  6. '\"In addition, portions of such source code were derived from Berkeley
  7. '\"4.3 BSD under license from the Regents of the University of
  8. '\"California.
  9. '\"
  10. '\"
  11. '\"
  12. '\"        Copyright Notice 
  13. '\"
  14. '\"Notice of copyright on this source code product does not indicate 
  15. '\"publication.
  16. '\"
  17. '\"    (c) 1986,1987,1988,1989  Sun Microsystems, Inc
  18. '\"    (c) 1983,1984,1985,1986,1987,1988,1989  AT&T.
  19. '\"              All rights reserved.
  20. '    # TX - Resolve a Title Reference
  21. .de TX
  22. .ds Tx "UNKNOWN TITLE ABBREVIATION: \\$1
  23. .if '\\$1'GSBG' .ds Tx "Getting Started with SunOS: Beginner's Guide
  24. .if '\\$1'SUBG' .ds Tx "Setting Up Your SunOS Environment: Beginner's Guide 
  25. .if '\\$1'SHBG' .ds Tx "Self-Help with Problems: Beginner's Guide
  26. .if '\\$1'SVBG' .ds Tx "SunView\ 1 Beginner's Guide
  27. .if '\\$1'MMBG' .ds Tx "Mail and Messages: Beginner's Guide
  28. .if '\\$1'DMBG' .ds Tx "Doing More with SunOS: Beginner's Guide
  29. .if '\\$1'UNBG' .ds Tx "Using the Network: Beginner's Guide
  30. .if '\\$1'GDBG' .ds Tx "Games, Demos & Other Pursuits
  31. .if '\\$1'CHANGE' .ds Tx "SunOS 4.0 Change Notes
  32. .if '\\$1'INSTALL' .ds Tx "Installing the SunOS
  33. .if '\\$1'ADMIN' .ds Tx "System and Network Administration
  34. .if '\\$1'SECUR' .ds Tx "Security Features Guide
  35. .if '\\$1'PROM' .ds Tx "PROM User's Manual
  36. .if '\\$1'DIAG' .ds Tx "Sun System Diagnostics
  37. .if '\\$1'SUNDIAG' .ds Tx "Sundiag User's Guide
  38. .if '\\$1'MANPAGES' .ds Tx "SunOS Reference Manual
  39. .if '\\$1'REFMAN' .ds Tx "SunOS Reference Manual
  40. .if '\\$1'SSI' .ds Tx "Sun System Introduction
  41. .if '\\$1'SSO' .ds Tx "System Services Overview
  42. .if '\\$1'TEXT' .ds Tx "Editing Text Files
  43. .if '\\$1'DOCS' .ds Tx "Formatting Documents
  44. .if '\\$1'TROFF' .ds Tx "Using \&\fLnroff\fP and \&\fLtroff\fP
  45. .if '\\$1'INDEX' .ds Tx "Global Index
  46. .if '\\$1'CPG' .ds Tx "C Programmer's Guide
  47. .if '\\$1'CREF' .ds Tx "C Reference Manual
  48. .if '\\$1'ASSY' .ds Tx "Assembly Language Reference
  49. .if '\\$1'PUL' .ds Tx "Programming Utilities and Libraries
  50. .if '\\$1'DEBUG' .ds Tx "Debugging Tools
  51. .if '\\$1'NETP' .ds Tx "Network Programming
  52. .if '\\$1'DRIVER' .ds Tx "Writing Device Drivers
  53. .if '\\$1'FPOINT' .ds Tx "Floating-Point Programmer's Guide
  54. .if '\\$1'SVPG' .ds Tx "SunView\ 1 Programmer's Guide
  55. .if '\\$1'SVSPG' .ds Tx "SunView\ 1 System Programmer's Guide
  56. .if '\\$1'PIXRCT' .ds Tx "Pixrect Reference Manual
  57. .if '\\$1'CGI' .ds Tx "SunCGI Reference Manual
  58. .if '\\$1'CORE' .ds Tx "SunCore Reference Manual
  59. .if '\\$1'4ASSY' .ds Tx "Sun-4 Assembly Language Reference
  60. .    # non-Sun titles
  61. .if '\\$1'KR' .ds Tx "The C Programming Language
  62. \fI\\*(Tx\f1\\$2
  63. ..
  64.