home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / 00.contents next >
Encoding:
Text File  |  1991-04-17  |  7.5 KB  |  248 lines

  1. .\" Copyright (c) 1986 The Regents of the University of California.
  2. .\" All rights reserved.
  3. .\"
  4. .\" Redistribution and use in source and binary forms, with or without
  5. .\" modification, are permitted provided that the following conditions
  6. .\" are met:
  7. .\" 1. Redistributions of source code must retain the above copyright
  8. .\"    notice, this list of conditions and the following disclaimer.
  9. .\" 2. Redistributions in binary form must reproduce the above copyright
  10. .\"    notice, this list of conditions and the following disclaimer in the
  11. .\"    documentation and/or other materials provided with the distribution.
  12. .\" 3. All advertising materials mentioning features or use of this software
  13. .\"    must display the following acknowledgement:
  14. .\"    This product includes software developed by the University of
  15. .\"    California, Berkeley and its contributors.
  16. .\" 4. Neither the name of the University nor the names of its contributors
  17. .\"    may be used to endorse or promote products derived from this software
  18. .\"    without specific prior written permission.
  19. .\"
  20. .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  21. .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  22. .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  23. .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  24. .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  25. .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  26. .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  27. .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  28. .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  29. .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  30. .\" SUCH DAMAGE.
  31. .\"
  32. .\"    @(#)00.contents    5.2 (Berkeley) 4/17/91
  33. .\"
  34. .OH '''USD Contents'
  35. .EH 'USD Contents'''
  36. .TL
  37. UNIX User's Supplementary Documents (USD)
  38. .sp
  39. \s-24.3 Berkeley Software Distribution, Virtual \s-2VAX\s+2\-11 Version\s+2
  40. .sp
  41. \fRFebruary, 1986\fR
  42. .PP
  43. This volume contains documents which supplement the manual pages in
  44. .I
  45. The Unix User's Reference Manual
  46. .R
  47. for the Virtual \s-2VAX\s0-11 version of the system as distributed by U.C.
  48. Berkeley, and Volumes 2a and 2b as provided by Bell Laboratories.
  49.  
  50. .SH
  51. Getting Started
  52. .IP
  53. .tl 'Unix for Beginners \- Second Edition''USD:1'
  54. .QP
  55. An introduction to the most basic uses of the system.
  56. .IP
  57. .tl 'Learn \- Computer\-Aided Instruction on UNIX (Second Edition)''USD:2'
  58. .QP
  59. Describes a computer-aided instruction program that walks new users through
  60. the basics of files, the editor, and document prepararation software.
  61. .SH
  62. Basic Utilities
  63. .IP
  64. .tl 'An Introduction to the UNIX Shell''USD:3'
  65. .QP
  66. Steve Bourne's introduction to the capabilities of 
  67. .I sh,
  68. a command interpreter especially popular for writing shell scripts.
  69. .IP
  70. .tl 'An Introduction to the C shell''USD:4'
  71. .QP
  72. This introduction to
  73. .I csh,
  74. (a command interpreter popular for interactive work)  describes many 
  75. commonly used UNIX commands, assumes little prior knowledge of UNIX,
  76. and has a glossary useful for beginners.
  77. .IP
  78. .tl 'DC \- An Interactive Desk Calculator''USD:5'
  79. .QP
  80. A super HP calculator, if you do not need floating point.
  81. .IP
  82. .tl 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6'
  83. .QP
  84. A front end for DC that provides infix notation, control flow, and 
  85. built\-in functions.
  86. .SH
  87. Communicating with the World
  88. .IP
  89. .tl 'Mail Reference Manual''USD:7'
  90. .QP
  91. Complete details on one of the programs for sending and reading your mail.
  92. .IP
  93. .tl 'The Rand MH Message Handling System''USD:8'
  94. .QP
  95. This system for managing your computer mail uses lots of small programs, 
  96. instead of one large one.
  97. .IP
  98. .tl 'How to Read the Network News''USD:9'
  99. .QP
  100. Describes how news works (generally) and some alternatives for reading it,
  101. .I readnews
  102. and 
  103. .I vnews .
  104. .IP
  105. .tl 'How to Use USENET Effectively''USD:10'
  106. .QP
  107. Describes the customs, protocols, and etiquette of network news, plus answers
  108. to the questions most frequently asked by newcomers to the network.
  109. .IP
  110. .tl 'Notesfile Reference Manual''USD:11'
  111. .QP
  112. This feature-packed system for maintaining computer-aided discussion groups is
  113. also useful for reading netnews.
  114. .SH
  115. Text Editing
  116. .IP
  117. .tl 'A Tutorial Introduction to the Unix Text Editor''USD:12'
  118. .QP
  119. An easy way to get started with the line editor, 
  120. .I ed.
  121. .IP
  122. .tl 'Advanced Editing on Unix''USD:13'
  123. .QP
  124. The next step.
  125. .IP
  126. .tl 'Edit: A Tutorial''USD:14'
  127. .QP
  128. An introduction to 
  129. .I edit, 
  130. a line\-oriented editor which is a version of 
  131. .I ex, 
  132. assuming no previous knowledge of UNIX or text editing.
  133. .IP
  134. .tl 'An Introduction to Display Editing with Vi''USD:15'
  135. .QP
  136. The document to learn to use the \fIvi\fR screen editor.
  137. .IP
  138. .tl 'Ex Reference Manual (Version 3.7)''USD:16'
  139. .QP
  140. The final reference for the \fIex\fR editor, which underlies both \fIedit\fR
  141. and \fIvi\fR. 
  142. .IP
  143. .tl 'Jove Manual for UNIX Users''USD:17'
  144. .QP
  145. Jove is a small, self-documenting, customizable display editor, based on
  146. EMACS.  A plausible alternative to 
  147. .I vi.
  148. .IP
  149. .tl 'SED \- A Non-interactive Text Editor''USD:18'
  150. .QP
  151. Describes a one-pass variant of 
  152. .I ed
  153. useful as a filter for processing large files.
  154. .IP
  155. .tl 'AWK \- A Pattern Scanning and Processing Language (Second Edition)''USD:19'
  156. .QP
  157. A program for data selection and transformation.
  158. .SH
  159. Document Preparation
  160. .IP
  161. .tl 'Typing Documents on UNIX: Using the \-ms Macros with Troff and Nroff''USD:20'
  162. .QP
  163. Describes and gives examples of the basic use of the typesetting tools and 
  164. ``-ms'', a frequently used package of formatting requests that make it easier 
  165. to lay out most documents.
  166. .IP
  167. .tl 'A Revised Version of \-ms''USD:21'
  168. .QP
  169. A brief description of the Berkeley revisions made to the \-ms formatting
  170. macros for nroff and troff.
  171. .IP
  172. .tl 'Writing Papers with \fInroff\fR using \-me''USD:22'
  173. .QP
  174. Another popular macro package for
  175. .I nroff.
  176. .IP
  177. .tl '\-me Reference Manual''USD:23'
  178. .QP
  179. The final word on \-me.
  180. .IP
  181. .tl 'NROFF/TROFF User\'s Manual''USD:24'
  182. .QP
  183. Extremely detailed information about these document formatting programs.
  184. .KS
  185. .IP
  186. .tl 'A TROFF Tutorial''USD:25'
  187. .QP
  188. An introduction to the most basic uses of
  189. .I troff 
  190. for those who really want to know such things, or want to write their 
  191. own macros.
  192. .KE
  193. .KS
  194. .IP
  195. .tl 'A System for Typesetting Mathematics''USD:26'
  196. .QP
  197. Describes 
  198. .I eqn, 
  199. an easy-to-learn language for high-quality mathematical typesetting.
  200. .IP
  201. .tl 'Typesetting Mathematics \- User\'s Guide (Second Edition)''USD:27'
  202. .QP
  203. More details about how to use 
  204. .I eqn.
  205. .IP
  206. .KE
  207. .tl 'Tbl \- A Program to Format Tables''USD:28'
  208. .QP
  209. A program for easily typesetting tabular material.
  210. .IP
  211. .tl 'Refer \- A Bibliography System''USD:29'
  212. .QP
  213. An introduction to one set of tools used to maintain bibliographic databases. 
  214. The major program, 
  215. .I refer,
  216. is used to automatically retrieve and format the references 
  217. based on document citations.
  218. .IP
  219. .tl 'Some Applications of Inverted Indexes on the UNIX System''USD:30'
  220. .QP
  221. Mike Lesk's paper describes the
  222. .I refer 
  223. programs in a somewhat larger context.
  224. .IP
  225. .tl 'BIB \- A Program for Formatting Bibliographies''USD:31'
  226. .QP
  227. This is an alternative to
  228. .I refer
  229. for expanding citations in documents.
  230. .IP
  231. .tl 'Writing Tools \- The STYLE and DICTION Programs''USD:32'
  232. .QP
  233. These are programs which can help you understand and improve your 
  234. writing style.
  235. .SH 
  236. Amusements
  237. .IP
  238. .tl 'A Guide to the Dungeons of Doom''USD:33'
  239. .QP
  240. An introduction to the popular game of \fIrogue\fP, a fantasy game
  241. which is one of the biggest known users of VAX cycles.
  242. .IP
  243. .tl 'Star Trek''USD:34'
  244. .QP
  245. You are the Captain of the Starship Enterprise.  Wipe out the
  246. Klingons and save the Federation.
  247. .IP
  248.