summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-24 10:05:30 +0000
committerru <ru@FreeBSD.org>2000-11-24 10:05:30 +0000
commit8086c436850659d90d076656d620daeccff4054d (patch)
treede23c96faa57460546c530dde8e8ccd4f52f22d4
parentf7c856a264db014150ffc8147d1cf1c597acafe6 (diff)
downloadFreeBSD-src-8086c436850659d90d076656d620daeccff4054d.zip
FreeBSD-src-8086c436850659d90d076656d620daeccff4054d.tar.gz
Reimplement the groff(1) warnings elimination fixes in a better way.
-rw-r--r--share/doc/psd/12.make/Makefile2
-rw-r--r--usr.bin/make/PSD.doc/stubs (renamed from usr.bin/make/PSD.doc/stubs.ms)1
-rw-r--r--usr.bin/make/PSD.doc/tutorial.ms14
3 files changed, 6 insertions, 11 deletions
diff --git a/share/doc/psd/12.make/Makefile b/share/doc/psd/12.make/Makefile
index c975c79..b266f9b 100644
--- a/share/doc/psd/12.make/Makefile
+++ b/share/doc/psd/12.make/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
VOLUME= psd/12.make
-SRCS= stubs.ms tutorial.ms
+SRCS= tutorial.ms
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../usr.bin/make/PSD.doc
diff --git a/usr.bin/make/PSD.doc/stubs.ms b/usr.bin/make/PSD.doc/stubs
index 63c4c14..39d8def 100644
--- a/usr.bin/make/PSD.doc/stubs.ms
+++ b/usr.bin/make/PSD.doc/stubs
@@ -6,3 +6,4 @@
..
.de Rm
..
+.if n .ftr CR R
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms
index 052ba58..db2d04e 100644
--- a/usr.bin/make/PSD.doc/tutorial.ms
+++ b/usr.bin/make/PSD.doc/tutorial.ms
@@ -37,6 +37,7 @@
.\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93
.\" $FreeBSD$
.\"
+.so stubs
.EH 'PSD:12-%''PMake \*- A Tutorial'
.OH 'PMake \*- A Tutorial''PSD:12-%'
.\" xH is a macro to provide numbered headers that are automatically stuffed
@@ -59,22 +60,15 @@
.XE
.nr PD .3v
..
+.ig
.\" CW is used to place a string in fixed-width or switch to a
.\" fixed-width font.
.\" C is a typewriter font for a laserwriter. Use something else if
.\" you don't have one...
-.ie n \{\
.de CW
-.ie !\\n(.$ .ft R
-.el \&\\$3\fR\\$1\fP\\$2
+.ie !\\n(.$ .ft S
+.el \&\\$3\fS\\$1\fP\\$2
..
-.\}
-.el \{\
-.de CW
-.ie !\\n(.$ .ft C
-.el \&\\$3\fC\\$1\fP\\$2
-..
-.\}
.\" Anything I put in a display I want to be in fixed-width
.am DS
.CW
OpenPOWER on IntegriCloud