summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-09-25typo.Igor Sobrado
2015-09-24the inetd text is no longer relevant; from rob pierceJason McIntyre
while here, knock out a section header to avoid a one sentence section;
2015-09-24fix unit suffix.Igor Sobrado
2015-09-24fix two typos.Igor Sobrado
2015-09-24typo.Igor Sobrado
2015-09-23refer to err and warn families, suggested by Michael McConvilleTed Unangst
2015-09-23ml_init and mq_init return void.David Gwynne
2015-09-23typos.Igor Sobrado
2015-09-23fix manufacturer name.Igor Sobrado
2015-09-23minor .Pa cleanup, including one chunk from Michael ReedIngo Schwarze
2015-09-23The best way to display complete command invocations including commandIngo Schwarze
names, options and arguments are literal displays: .Bd -literal for multiple lines, .Dl for single lines, and (in these cases) .Ql for in-line displays. Triggered by a different patch from Michael Reed.
2015-09-23Obviously, .Ar is the wrong macro for Makefile targets - .Ar is forIngo Schwarze
placeholders to be replaced by something else by the user. As these are fixed strings passed on the make(1) command line, use .Cm. Trim some excessive indentation while here.
2015-09-22consistency: no need to restate the page name in .Nm over and over again;Ingo Schwarze
Michael Reed <m dot reed at mykolab dot com>
2015-09-22typos: mastter -> master, mandoatory -> mandatory.Igor Sobrado
2015-09-22fix typo.Igor Sobrado
2015-09-21punctuation and upper case fixes; Michael Reed <m dot reed at mykolab dot com>Ingo Schwarze
2015-09-21Mark up login.conf(5) variable names as .Va, not .Ar,Ingo Schwarze
like in the login.conf(5) manual itself. Patch from Michael Reed <m dot reed at mykolab dot com>.
2015-09-21Document that m_free(9) and m_freem(9) now accept NULL.Martin Pieuchot
From Michael McConville, ok jmc@
2015-09-21spelling fix;Jason McIntyre
2015-09-21scatter some rcctl refs; from rob pierceJason McIntyre
discussed with ajacoutot
2015-09-21use .Sx; from Michael Reed <m dot reed at mykolab dot com> tweaked by meIngo Schwarze
2015-09-20fix an Xr to pkg_create(1);Jason McIntyre
from michael reed
2015-09-20More IP26 bits.Miod Vallat
2015-09-19Document that rtfree(9) accepts NULL.Martin Pieuchot
From Michael McConville via jmc@
2015-09-18tweak previous;Jason McIntyre
2015-09-18implement SRPL_INSERT_AFTER_LOCKED.David Gwynne
i thought id committed this at l2k15. sorry for the delay.
2015-09-16use .Sq rather than manual `...' and fix two typos;Ingo Schwarze
from Michael Reed <m dot reed at mykolab dot com>
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
In some cases, do additional cleanup in the immediate vicinity.
2015-09-14convert .Fd #include to .InIngo Schwarze
2015-09-14delete stray .Ft lineIngo Schwarze
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree.
2015-09-14add missing function return typesIngo Schwarze
2015-09-13vallue -> value;Jason McIntyre
2015-09-13intr_barrier(9)Mark Kettenis
2015-09-13Mark IGNORE_IS_FATAL and IGNORE_SILENT as user settings explicitly.Vadim Zhukov
This makes syncing list of such variables with portcheck code easier.
2015-09-13forgot to prototope SRPL_RC_INITIALIZERDavid Gwynne
2015-09-12ktrcsw(9) has been removed, so remove its man page too.Lawrence Teo
ok guenther@ miod@ sthen@
2015-09-11add missing functions to NAME;Jason McIntyre
----------------------------------------------------------------------
2015-09-11No longer document RTF_XRESOLVE but keep the define around untilMartin Pieuchot
ports are clean.
2015-09-11Document rtref(9).Martin Pieuchot
2015-09-11introduce a wrapper around reference counts called refcnt.David Gwynne
its basically atomic inc/dec, but it includes magical sleep code in refcnt_finalise that is better written once than many times. refcnt_finalise sleeps until all references are released and does so with sleep_setup and sleep_finalize, which is fairly subtle. putting this in now so i we can get on with work in the stack, a proper discussion about visibility and how available intrinsics should be in the kernel can happen after next week. with help from guenther@ ok guenther@ deraadt@ mpi@
2015-09-11No more che(4) so no need for the manpage.Claudio Jeker
2015-09-11documentation updates for ifmedia64Stefan Sperling
2015-09-11Add ps/oPhilip Guenther
2015-09-10use .Vt for extern variables in the SYNOPSIS, not .ArIngo Schwarze
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-10delete bogus trailing comma from .Nm in NAME sectionIngo Schwarze
2015-09-10reduce more .Nd to one line and kill more .TnIngo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-09no comma after last entry in NAME;Jason McIntyre