Subject: bin/11814: sendmail's op.me needs to be run through eqn
To: None <gnats-bugs@gnats.netbsd.org>
From: Dave Huang <khym@bga.com>
List: netbsd-bugs
Date: 12/25/2000 10:56:14
>Number: 11814
>Category: bin
>Synopsis: sendmail's op.me needs to be run through eqn
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Dec 25 10:56:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Dave Huang
>Release: NetBSD 1.5O as of December 22, 2000
>Organization:
Name: Dave Huang | Mammal, mammal / their names are called /
INet: khym@bga.com | they raise a paw / the bat, the cat /
FurryMUCK: Dahan | dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 25 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++
>Environment:
System: NetBSD yerfable.metonymy.com 1.5O NetBSD 1.5O (YERFABLE) #127: Fri Dec 22 11:58:27 CST 2000 khym@yerfable.metonymy.com:/usr/src.local/sys/arch/alpha/compile/YERFABLE alpha
Architecture: alpha
Machine: alpha
>Description:
The Sendmail Installation and Operation Guide has two
equations in it that need to be processed with eqn, but the Makefile
doesn't include that step.
>How-To-Repeat:
make op.ps in src/gnu/usr.sbin/sendmail/doc/op, then print it
and notice that the equations on page 08-26 look weird.
>Fix:
--- /usr/src/gnu/usr.sbin/sendmail/doc/op/Makefile Thu May 4 05:36:26 2000
+++ Makefile Mon Dec 25 12:47:16 2000
@@ -14,6 +14,6 @@
op.ps: ${SRCS}
${RM} ${.TARGET}
- ${PIC} ${.ALLSRC} | ${ROFF} >${.TARGET}
+ ${PIC} ${.ALLSRC} | ${EQN} | ${ROFF} >${.TARGET}
.include <bsd.doc.mk>
>Release-Note:
>Audit-Trail:
>Unformatted: