[BACK]Return to 4.4-usd.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/4.4-usd.html, Revision 1.8

1.5       jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>4.4BSD User's Supplementary Documents (USD)</title>
1.5       jufi        5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="4.4BSD User's Supplementary Documents (USD)">
                      7: <meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
1.1       deraadt     8: </head>
                      9: <body>
                     10:
                     11: <h1>4.4BSD User's Supplementary Documents (USD)</h1>
                     12:
                     13: <h2>Getting Started</h2>
                     14:
                     15: <h3>Unix for Beginners - Second Edition</h3>
                     16:
                     17: An introduction to the most basic uses of the system.
                     18:
                     19: <h3>Learn - Computer-Aided Instruction on UNIX (Second Edition)</h3>
                     20:
                     21: Describes a computer-aided instruction program that walks new users through
1.4       miod       22: the basics of files, the editor, and document preparation software.
1.1       deraadt    23:
                     24: <h2>Basic Utilities</h2>
                     25:
                     26: <h3>An Introduction to the UNIX Shell</h3>
                     27:
                     28: Steve Bourne's introduction to the capabilities of
1.6       david      29: <b>sh</b> a command interpreter especially popular for writing shell scripts.
1.1       deraadt    30:
                     31: <h3>An Introduction to the C shell</h3>
                     32:
1.6       david      33: This introduction to <b>csh</b> (a command interpreter popular for interactive work) describes many
1.1       deraadt    34: commonly used UNIX commands, assumes little prior knowledge of UNIX,
                     35: and has a glossary useful for beginners.
                     36:
                     37: <h3>DC - An Interactive Desk Calculator</h3>
                     38:
                     39: A super HP calculator, if you do not need floating point.
                     40:
                     41: <h3>BC - An Arbitrary Precision Desk-Calculator Language</h3>
                     42:
                     43: A front end for DC that provides infix notation, control flow, and
                     44: built-in functions.
                     45:
                     46: <h2>Communicating with the World</h2>
                     47:
                     48: <h3>Mail Reference Manual</h3>
                     49:
                     50: Complete details on one of the programs for sending and reading your mail.
                     51:
                     52: <h3>The Rand MH Message Handling System</h3>
                     53:
                     54: This system for managing your computer mail uses lots of small programs,
                     55: instead of one large one.
                     56:
                     57: <h2>Text Editing</h2>
                     58:
                     59: <h3>A Tutorial Introduction to the Unix Text Editor</h3>
                     60:
                     61: An easy way to get started with the line editor,
                     62: <b>ed</b>.
                     63:
                     64: <h3>Advanced Editing on Unix</h3>
                     65:
                     66: The next step.
                     67:
                     68: <h3>An Introduction to Display Editing with Vi</h3>
                     69:
                     70: The document to learn to use the <b>vi</b> screen editor.
                     71:
                     72: <h3>Ex Reference Manual (Version 3.7)</h3>
                     73:
                     74: The final reference for the <b>ex</b> editor.
                     75:
                     76: <h3>Vi Reference Manual</h3>
                     77:
                     78: The definitive reference for the <b>nvi</b> editor.
                     79:
                     80: <h3>Jove Manual for UNIX Users</h3>
                     81:
                     82: Jove is a small, self-documenting, customizable display editor, based on EMACS.
                     83: A plausible alternative to
                     84: <b>vi</b>.
                     85:
                     86: <h3>SED - A Non-interactive Text Editor</h3>
                     87:
                     88: Describes a one-pass variant of
                     89: <b>ed</b>
                     90: useful as a filter for processing large files.
                     91:
                     92: <h3>AWK - A Pattern Scanning and Processing Language (Second Edition)</h3>
                     93:
                     94: A program for data selection and transformation.
                     95:
                     96: <h2>Document Preparation</h2>
                     97:
                     98: <h3>Typing Documents on UNIX: Using the -ms Macros with Troff and Nroff</h3>
                     99:
                    100: Describes and gives examples of the basic use of the typesetting tools and
                    101: ``-ms'', a frequently used package of formatting requests that make it easier
                    102: to lay out most documents.
                    103:
                    104: <h3>A Revised Version of -ms</h3>
                    105:
                    106: A brief description of the Berkeley revisions made to the -ms formatting
                    107: macros for nroff and troff.
                    108:
                    109: <h3>Writing Papers with <b>nroff</b> using -me</h3>
                    110:
                    111: Another popular macro package for
                    112: <b>nroff</b>.
                    113:
                    114: <h3>-me Reference Manual</h3>
                    115:
                    116: The final word on -me.
                    117:
                    118: <h3>NROFF/TROFF User's Manual</h3>
                    119:
                    120: Extremely detailed information about these document formatting programs.
                    121:
                    122: <h3>A TROFF Tutorial</h3>
                    123:
                    124: An introduction to the most basic uses of
                    125: <b>troff</b>
                    126: for those who really want to know such things, or want to write their
                    127: own macros.
                    128:
                    129: <h3>A System for Typesetting Mathematics</h3>
                    130:
                    131: Describes
                    132: <b>eqn</b>,
                    133: an easy-to-learn language for high-quality mathematical typesetting.
                    134:
                    135: <h3>Typesetting Mathematics - User's Guide (Second Edition)</h3>
                    136:
                    137: More details about how to use
                    138: <b>eqn</b>.
                    139:
                    140: <h3>Tbl - A Program to Format Tables</h3>
                    141:
                    142: A program for easily typesetting tabular material.
                    143:
                    144: <h3>Refer - A Bibliography System</h3>
                    145:
                    146: An introduction to one set of tools used to maintain bibliographic databases.
                    147: The major program,
                    148: <b>refer</b>,
                    149: is used to automatically retrieve and format the references
                    150: based on document citations.
                    151:
                    152: <h3>Some Applications of Inverted Indexes on the UNIX System</h3>
                    153:
                    154: Mike Lesk's paper describes the
                    155: <b>refer</b>
                    156: programs in a somewhat larger context.
                    157:
                    158: <h3>BIB - A Program for Formatting Bibliographies</h3>
                    159:
                    160: This is an alternative to
                    161: <b>refer</b>
                    162: for expanding citations in documents.
                    163:
                    164: <h3>Writing Tools - The STYLE and DICTION Programs</h3>
                    165:
                    166: These are programs which can help you understand and improve your
                    167: writing style.
                    168:
                    169: <h2>Amusements</h2>
                    170:
                    171: <h3>A Guide to the Dungeons of Doom</h3>
                    172:
                    173: An introduction to the popular game of <b>rogue</b>, a fantasy game
                    174: which is one of the biggest known users of VAX cycles.
                    175:
                    176: <h3>Star Trek</h3>
                    177:
                    178: You are the Captain of the Starship Enterprise.
                    179: Wipe out the Klingons and save the Federation.
                    180:
                    181: </body>
                    182: </html>