Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
In r282297 \fC was wrong changed to \fCW.) when it should have been \fCWReported by: carsten.kunze@arcor.de (heirloom doctools)
Fix font issuesSubmitted by: heirloom doctools upstream
For variables that are only checked with defined(), don't provideany fake value.
Fixes to get rid of CD_HACK.
bsd.doc.mk changes:Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS.Only create _stamp.extra when necessary.Get rid of SOELIMPP and OBJS.Use Groff version of soelim(1); we need its -I o
bsd.doc.mk changes:Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS.Only create _stamp.extra when necessary.Get rid of SOELIMPP and OBJS.Use Groff version of soelim(1); we need its -I optionfor the following to work.Don't needlessly chdir to SRCDIR. Only a few documentsneed CD_HACK, and those that need it either use refer(1)or .PSPIC macro which internally uses the .psbb call.
show more ...
Groff 1.16.1 implements .psbb request internally in troff(1)rather than as a macro using the .sy request, so we may dropthe unsafe (-U) mode.
Eliminate groff(1) warnings.
Fix typos.Approved by: phk
Add the bio/buf paper