[BACK]Return to 00.contents CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / doc / usd

Annotation of src/share/doc/usd/00.contents, Revision 1.3

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

CVSweb <webmaster@jp.NetBSD.org>