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/
Remove references to MAKEDEV(8)
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 ...
- Attempt to help declutter kern. sysctl by moving security out from beneath it.Reviewed by: rwatson
- Fix sysctl mib examples in order to reflect the recent changes in kern_jail.cApproved by: rwatsonReviewed by: rwatson
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.
Make this paper buildable in nroff mode, eliminate warnings,do not force default printing device and compression mode.
Remove a doubled "in the".PR: docs/22140Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
o Minor spelling/grammar nits in intro header about conference - s/netoworking/Networking/ - s/are/is/
Typo.Spotted by: sobomax
Correct misspelling of INADDR_ANY as IN_ADDRANY.
The Jail paper, written jointly by rwatson & me.