diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-27 07:19:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-27 07:19:06 +0000 |
| commit | 80ff3b155fc42479ec6c512cae13e709f700d28b (patch) | |
| tree | 9ffab556ab9a0ca8ed88562be8972598030c3867 | |
| parent | c858db9672071024123fbe391efbd6fef0a3a199 (diff) | |
Notes
| -rw-r--r-- | share/doc/psd/title/Makefile | 4 | ||||
| -rw-r--r-- | share/doc/smm/title/Title | 61 | ||||
| -rw-r--r-- | share/doc/usd/title/Makefile | 4 | ||||
| -rw-r--r-- | share/doc/usd/title/Title | 3 |
4 files changed, 12 insertions, 60 deletions
diff --git a/share/doc/psd/title/Makefile b/share/doc/psd/title/Makefile index 7999e324c2f4..0f6d9c081d75 100644 --- a/share/doc/psd/title/Makefile +++ b/share/doc/psd/title/Makefile @@ -4,6 +4,10 @@ VOLUME= psd SRCS= Title FILES= ${SRCS} DOC= Title + +# unroff(1) requires a macro package as an argument +.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html" MACROS= -ms +.endif .include <bsd.doc.mk> diff --git a/share/doc/smm/title/Title b/share/doc/smm/title/Title index d002eaf430b5..5faa11f6960c 100644 --- a/share/doc/smm/title/Title +++ b/share/doc/smm/title/Title @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)Title 8.2 (Berkeley) 4/19/94 +.\" $FreeBSD$ .\" .ps 18 .vs 22 @@ -45,7 +46,7 @@ UNIX System Manager's Manual 4.4 Berkeley Software Distribution .sp |5.75i .ft R -.pt 12 +.ps 12 .vs 16 .ce June, 1993 @@ -143,61 +144,3 @@ are included. The views and conclusions contained in this manual are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the Regents of the University of California. -.br -.ll 6.5i -.lt 6.5i -.po .75i -.in 0i -.af % i -.ds ET\" -.de HD -.po 0 -.lt 7.4i -.tl '''' -.lt -.po -'sp 18p -.if o .tl '\\*(ET''\\*(OT' -.if e .tl '\\*(OT''\\*(ET' -'sp 18p -.ns -.. -.de FO -'sp 18p -.if e .tl '\s9\\*(Dt''\\*(Ed\s0' -.if o .tl '\s9\\*(Ed''\\*(Dt\s0' -'bp -.. -.wh 0 HD -.wh -60p FO -.bp 5 -.ds ET \s9\f2Table \|of \|Contents\fP\s0 -.ds OT - % - -.ce -.\" \f3TABLE \|OF \|CONTENTS\fP -.nr x .5i -.in +\nxu -.nf -.ta \n(.lu-\nxuR -.de xx -\\$1\f3 \a \fP\\$2 -.. -.de t -.sp 1v -.ne .5i -.cs 3 -.ti -.5i -.ss 18 -\f3\s9\\$2. \\$3\s0\fP -.ss 12 -.if t .sp .5v -.cs 3 36 -.ds Ed Section \\$2 -.ds Dt \\$3 -.so \\$1 -.. -.\" .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 -.if t .ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i diff --git a/share/doc/usd/title/Makefile b/share/doc/usd/title/Makefile index 8aba70622bc9..e3b380ffbf52 100644 --- a/share/doc/usd/title/Makefile +++ b/share/doc/usd/title/Makefile @@ -4,6 +4,10 @@ VOLUME= usd SRCS= Title FILES= ${SRCS} DOC= Title + +# unroff(1) requires a macro package as an argument +.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html" MACROS= -ms +.endif .include <bsd.doc.mk> diff --git a/share/doc/usd/title/Title b/share/doc/usd/title/Title index d36a55fccfd1..1de72972dd67 100644 --- a/share/doc/usd/title/Title +++ b/share/doc/usd/title/Title @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)Title 8.2 (Berkeley) 4/19/94 +.\" $FreeBSD$ .\" .ps 18 .vs 22 @@ -45,7 +46,7 @@ UNIX User's Supplementary Documents 4.4 Berkeley Software Distribution .sp |5.75i .ft R -.pt 12 +.ps 12 .vs 16 .ce June, 1993 |
