diff options
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/psd/00.contents | 16 | ||||
-rw-r--r-- | share/doc/psd/Makefile | 6 | ||||
-rw-r--r-- | share/doc/psd/Title | 6 | ||||
-rw-r--r-- | share/doc/smm/00.contents | 8 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 6 | ||||
-rw-r--r-- | share/doc/smm/Title | 8 | ||||
-rw-r--r-- | share/doc/usd/00.contents | 72 | ||||
-rw-r--r-- | share/doc/usd/Makefile | 6 | ||||
-rw-r--r-- | share/doc/usd/Title | 6 |
9 files changed, 85 insertions, 49 deletions
diff --git a/share/doc/psd/00.contents b/share/doc/psd/00.contents index e62b5719e41..894aa9fb5c4 100644 --- a/share/doc/psd/00.contents +++ b/share/doc/psd/00.contents @@ -1,4 +1,4 @@ -.\" $OpenBSD: 00.contents,v 1.3 2003/06/02 23:30:10 millert Exp $ +.\" $OpenBSD: 00.contents,v 1.4 2004/04/09 12:10:03 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)00.contents 8.1 (Berkeley) 6/8/93 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .OH '''PSD Contents' .EH 'PSD Contents''' .TL @@ -50,7 +54,7 @@ Documents of Historical Interest .IP .tl 'The Unix Time\-Sharing System''PSD:1' .QP -Dennis Ritchie and Ken Thompson's original paper about UNIX, reprinted +Dennis Ritchie and Ken Thompson's original paper about UNIX, reprinted from Communications of the ACM. .IP @@ -62,7 +66,7 @@ kernel and file system. .IP .tl 'The Unix I/O System''PSD:3' .QP -Dennis Ritchie's overview of the I/O System of Version 7; still helpful for +Dennis Ritchie's overview of the I/O System of Version 7; still helpful for those writing device drivers. .IP @@ -106,7 +110,7 @@ this version reflects the work done at Berkeley. .IP .tl 'Introduction to the f77 I/O Library''PSD:9' .QP -A description of the revised input/output library for Fortran 77, +A description of the revised input/output library for Fortran 77, reflecting work carried out at Berkeley. .SH @@ -126,7 +130,7 @@ How to debug programs using the assembly-language level \fIadb\fP debugger. .tl 'Make \- A Program for Maintaining Computer Programs''PSD:12' .QP Indispensable tool for making sure large programs are properly -compiled with minimal effort. +compiled with minimal effort. .IP .tl 'An Introduction to the Revision Control System''PSD:13' @@ -185,5 +189,5 @@ of 4.4BSD. .IP .tl 'An Advanced 4.4BSD Interprocess Communication Tutorial''PSD:21' .QP -The reference document (with some examples) for the Interprocess Communication +The reference document (with some examples) for the Interprocess Communication Facilities of 4.4BSD. diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 5a1a9dd4f1a..e81741958a2 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/02/10 07:28:36 jmc Exp $ +# $OpenBSD: Makefile,v 1.5 2004/04/09 12:10:04 jmc Exp $ # Missing or not installed: # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang @@ -20,9 +20,13 @@ SUBDIR+= 19.curses Title.ps: ${FILES} groff Title > ${.TARGET} +Title.txt: ${FILES} + groff -Tascii Title > ${.TARGET} contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} +contents.txt: ${FILES} + groff -Tascii -ms 00.contents > ${.TARGET} beforeinstall: install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ diff --git a/share/doc/psd/Title b/share/doc/psd/Title index 98c1bad2258..de0c6930ac7 100644 --- a/share/doc/psd/Title +++ b/share/doc/psd/Title @@ -1,4 +1,4 @@ -.\" $OpenBSD: Title,v 1.4 2003/06/04 16:47:20 deraadt Exp $ +.\" $OpenBSD: Title,v 1.5 2004/04/09 12:10:04 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 The Regents of the University of California. .\" All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)Title 8.2 (Berkeley) 4/19/94 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .ps 18 .vs 22 .sp 2.75i diff --git a/share/doc/smm/00.contents b/share/doc/smm/00.contents index 0259f3305c7..5e050026c81 100644 --- a/share/doc/smm/00.contents +++ b/share/doc/smm/00.contents @@ -1,4 +1,4 @@ -.\" $OpenBSD: 00.contents,v 1.3 2003/06/02 23:30:10 millert Exp $ +.\" $OpenBSD: 00.contents,v 1.4 2004/04/09 12:10:04 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)00.contents 8.1 (Berkeley) 7/5/93 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .OH '''SMM Contents' .EH 'SMM Contents''' .TL @@ -89,7 +93,7 @@ An overview of the design, implementation, and use of NFS on 4.4BSD. .tl 'Line Printer Spooler Manual''SMM:7' .QP This document describes the structure and installation procedure -for the line printer spooling system. +for the line printer spooling system. .IP .tl 'Sendmail Installation and Operation Guide''SMM:8' diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 955e98f8601..5b1a79f0879 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/02/10 07:28:36 jmc Exp $ +# $OpenBSD: Makefile,v 1.6 2004/04/09 12:10:04 jmc Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 # Missing or not installed: @@ -23,9 +23,13 @@ SUBDIR+= 09.sendmail Title.ps: ${FILES} groff Title > ${.TARGET} +Title.txt: ${FILES} + groff -Tascii Title > ${.TARGET} contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} +contents.txt: ${FILES} + groff -Tascii -ms 00.contents > ${.TARGET} beforeinstall: install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ diff --git a/share/doc/smm/Title b/share/doc/smm/Title index 7f0c7482ad1..6e852e6269a 100644 --- a/share/doc/smm/Title +++ b/share/doc/smm/Title @@ -1,4 +1,4 @@ -.\" $OpenBSD: Title,v 1.4 2003/06/04 16:47:20 deraadt Exp $ +.\" $OpenBSD: Title,v 1.5 2004/04/09 12:10:04 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 The Regents of the University of California. .\" All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)Title 8.2 (Berkeley) 4/19/94 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .ps 18 .vs 22 .sp 2.75i @@ -189,7 +193,7 @@ either expressed or implied, of the Regents of the University of California. .ds Dt \\$3 .so \\$1 .. -.t /usr/src/share/man/man0/toc8 8 "System Maintenance" +.\" .t /usr/src/share/man/man0/toc8 8 "System Maintenance" .in -.5i .cs 3 .if n .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 80n diff --git a/share/doc/usd/00.contents b/share/doc/usd/00.contents index fc2d097c698..e5c3bd5e35b 100644 --- a/share/doc/usd/00.contents +++ b/share/doc/usd/00.contents @@ -1,4 +1,4 @@ -.\" $OpenBSD: 00.contents,v 1.3 2003/06/02 23:30:11 millert Exp $ +.\" $OpenBSD: 00.contents,v 1.4 2004/04/09 12:10:04 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)00.contents 8.2 (Berkeley) 4/20/94 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .de ND .KE .sp @@ -70,16 +74,16 @@ Basic Utilities .IP .tl 'An Introduction to the UNIX Shell''USD:3' .QP -Steve Bourne's introduction to the capabilities of -.I sh, +Steve Bourne's introduction to the capabilities of +.I sh , a command interpreter especially popular for writing shell scripts. .ND .IP .tl 'An Introduction to the C shell''USD:4' .QP This introduction to -.I csh, -(a command interpreter popular for interactive work) describes many +.I csh +(a command interpreter popular for interactive work), describes many commonly used UNIX commands, assumes little prior knowledge of UNIX, and has a glossary useful for beginners. .ND @@ -91,7 +95,7 @@ A super HP calculator, if you do not need floating point. .IP .tl 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6' .QP -A front end for DC that provides infix notation, control flow, and +A front end for DC that provides infix notation, control flow, and built\-in functions. .ND .SH @@ -105,7 +109,7 @@ Complete details on one of the programs for sending and reading your mail. .IP .tl 'The Rand MH Message Handling System''USD:8' .QP -This system for managing your computer mail uses lots of small programs, +This system for managing your computer mail uses lots of small programs, instead of one large one. .ND .SH @@ -114,8 +118,8 @@ Text Editing .IP .tl 'A Tutorial Introduction to the Unix Text Editor''USD:9' .QP -An easy way to get started with the line editor, -.I ed. +An easy way to get started with the line editor, +.I ed . .ND .IP .tl 'Advanced Editing on Unix''USD:10' @@ -123,31 +127,31 @@ An easy way to get started with the line editor, The next step. .ND .IP -.tl 'An Introduction to Display Editing with Vi''USD:11' +.tl 'Ex: A Tutorial''USD:11' .QP -The document to learn to use the \fIvi\fR screen editor. +The document to learn to use the \fIex\fR editor. .ND .IP -.tl 'Ex Reference Manual (Version 3.7)''USD:12' +.tl 'An Introduction to Display Editing with Vi''USD:12' .QP -The final reference for the \fIex\fR editor. +The document to learn to use the \fIvi\fR screen editor. .ND .IP -.tl 'Vi Reference Manual''USD:13' +.tl 'Vi/Ex Reference Manual''USD:13' .QP -The definitive reference for the \fInvi\fR editor. +The definitive reference for the \fInvi\fR,\fInex\fR editors. .ND .IP .tl 'Jove Manual for UNIX Users''USD:14' .QP Jove is a small, self-documenting, customizable display editor, based on -EMACS. A plausible alternative to -.I vi. +EMACS. A plausible alternative to +.I vi . .ND .IP .tl 'SED \- A Non-interactive Text Editor''USD:15' .QP -Describes a one-pass variant of +Describes a one-pass variant of .I ed useful as a filter for processing large files. .ND @@ -162,8 +166,8 @@ Document Preparation .IP .tl 'Typing Documents on UNIX: Using the \-ms Macros with Troff and Nroff''USD:17' .QP -Describes and gives examples of the basic use of the typesetting tools and -``-ms'', a frequently used package of formatting requests that make it easier +Describes and gives examples of the basic use of the typesetting tools and +``-ms'', a frequently used package of formatting requests that make it easier to lay out most documents. .ND .IP @@ -176,7 +180,7 @@ macros for nroff and troff. .tl 'Writing Papers with \fInroff\fR using \-me''USD:19' .QP Another popular macro package for -.I nroff. +.I nroff . .ND .IP .tl '\-me Reference Manual''USD:20' @@ -192,22 +196,22 @@ Extremely detailed information about these document formatting programs. .tl 'A TROFF Tutorial''USD:22' .QP An introduction to the most basic uses of -.I troff -for those who really want to know such things, or want to write their +.I troff +for those who really want to know such things, or want to write their own macros. .ND .IP .tl 'A System for Typesetting Mathematics''USD:23' .QP -Describes -.I eqn, +Describes +.I eqn , an easy-to-learn language for high-quality mathematical typesetting. .ND .IP .tl 'Typesetting Mathematics \- User\'s Guide (Second Edition)''USD:24' .QP -More details about how to use -.I eqn. +More details about how to use +.I eqn . .ND .IP .tl 'Tbl \- A Program to Format Tables''USD:25' @@ -217,17 +221,17 @@ A program for easily typesetting tabular material. .IP .tl 'Refer \- A Bibliography System''USD:26' .QP -An introduction to one set of tools used to maintain bibliographic databases. -The major program, -.I refer, -is used to automatically retrieve and format the references +An introduction to one set of tools used to maintain bibliographic databases. +The major program, +.I refer , +is used to automatically retrieve and format the references based on document citations. .ND .IP .tl 'Some Applications of Inverted Indexes on the UNIX System''USD:27' .QP Mike Lesk's paper describes the -.I refer +.I refer programs in a somewhat larger context. .ND .IP @@ -240,10 +244,10 @@ for expanding citations in documents. .IP .tl 'Writing Tools \- The STYLE and DICTION Programs''USD:29' .QP -These are programs which can help you understand and improve your +These are programs which can help you understand and improve your writing style. .ND -.SH +.SH Amusements .ND .IP diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index c616541fc09..1ed7b82c017 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/02/10 07:28:36 jmc Exp $ +# $OpenBSD: Makefile,v 1.6 2004/04/09 12:10:04 jmc Exp $ # Missing or not installed: # 02.learn 03.shell 05.dc 08.mh 14.jove @@ -11,9 +11,13 @@ SUBDIR= 01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref Title.ps: ${FILES} groff Title > ${.TARGET} +Title.txt: ${FILES} + groff -Tascii Title > ${.TARGET} contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} +contents.txt: ${FILES} + groff -Tascii -ms 00.contents > ${.TARGET} beforeinstall: install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ diff --git a/share/doc/usd/Title b/share/doc/usd/Title index fd18f087ba6..4dca1107aeb 100644 --- a/share/doc/usd/Title +++ b/share/doc/usd/Title @@ -1,4 +1,4 @@ -.\" $OpenBSD: Title,v 1.4 2003/06/04 16:47:20 deraadt Exp $ +.\" $OpenBSD: Title,v 1.5 2004/04/09 12:10:04 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 The Regents of the University of California. .\" All rights reserved. @@ -29,6 +29,10 @@ .\" .\" @(#)Title 8.2 (Berkeley) 4/19/94 .\" +.if n \{\ +.po 5n +.ll 70n +.\} .ps 18 .vs 22 .sp 2.75i |