summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-27 07:19:06 +0000
committerru <ru@FreeBSD.org>2000-11-27 07:19:06 +0000
commit98a287a66e0c3be4231437743547ee4bed4321a5 (patch)
treec59e917490e452ba6fea0d8b2f2cc8eca550275b /share/doc
parentbea660926e63817f15d4e48a934a360faaf46faf (diff)
downloadFreeBSD-src-98a287a66e0c3be4231437743547ee4bed4321a5.zip
FreeBSD-src-98a287a66e0c3be4231437743547ee4bed4321a5.tar.gz
Eliminate groff(1) warnings.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/psd/title/Makefile4
-rw-r--r--share/doc/smm/title/Title61
-rw-r--r--share/doc/usd/title/Makefile4
-rw-r--r--share/doc/usd/title/Title3
4 files changed, 12 insertions, 60 deletions
diff --git a/share/doc/psd/title/Makefile b/share/doc/psd/title/Makefile
index 7999e32..0f6d9c0 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 d002eaf..5faa11f 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 8aba706..e3b380f 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 d36a55f..1de7297 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
OpenPOWER on IntegriCloud