diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-09 12:10:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-09 12:10:05 +0000 |
commit | 3edb8b66e02368afbf6a7de7645d94543e01de4e (patch) | |
tree | 5ae13f0686285f621be61e62625333b9fb111047 /share/doc/smm | |
parent | 31efa274bf03b65d127c0f01e00a91e5b43fb92f (diff) |
- add .txt targets for Title and 00.contents
- add margin when formatting w/ -Tascii
- sync usd contents w/ reality
- kill whitespace at eol
- punctuation fixes
Diffstat (limited to 'share/doc/smm')
-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 |
3 files changed, 17 insertions, 5 deletions
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 |