mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Reimplement the groff(1) warnings elimination fixes in a better way.
This commit is contained in:
parent
454409ad22
commit
92ee29d2a5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69107
@ -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
|
||||
|
||||
|
@ -6,3 +6,4 @@
|
||||
..
|
||||
.de Rm
|
||||
..
|
||||
.if n .ftr CR R
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user