summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
2015-02-15Tweak the wording to avoid the possible misunderstanding that .InIngo Schwarze
could only be used in the SYNOPSIS section. It is fine anywhere. Issue noticed by bentley@.
2015-02-12Update path of DRI modules.Anthony J. Bentley
ok jsg@
2015-02-12a shot at documenting the changed log(matches) semanticsHenning Brauer
2015-02-11refer to crypt_checkpass for cipher explananationTed Unangst
2015-02-10remove extra word in previous;Jason McIntyre
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@
2015-02-10iwn(4) error says 'firmware too short', not 'firmware file too short'.Stefan Sperling
Fix the man page.
2015-02-10The iwm(4) messages listed (but commented) under DIAGNOSTICS inStefan Sperling
this man page are not lies anymore so uncomment them all.
2015-02-10document matching on prioHenning Brauer
2015-02-10Sync and sort the M_* mbuf flags to match the way they are listed inLawrence Teo
<sys/mbuf.h>.
2015-02-10Zap m_act here too.Lawrence Teo
2015-02-09zap trailing whitespace;Jason McIntyre
2015-02-09document that WEP is supportedPeter Hessler
2015-02-09tweak previous;Jason McIntyre
2015-02-09task_add takes a flags argument now. this throws some words at it,David Gwynne
maybe some will stick.
2015-02-08The error message on firmware load failure in iwn(4) changed, sync man page.Stefan Sperling
2015-02-07jmc reminded me that if we document new functions we should link them upDavid Gwynne
2015-02-07mq_enlist can drop mbufs now.David Gwynne
2015-02-07try and document ml_filter and mq_filter.David Gwynne
2015-02-07Missed adding a reference to 802.11b in the iwm entry here, pointed out by stspStuart Henderson
2015-02-06Make it obvious that wireless ethernet adapters supporting 802.11g alsoStuart Henderson
support 802.11b. Extended from a diff by dlg, stsp agrees.
2015-02-06list iwm(4) in pci(4); prodded by jmcStefan Sperling
2015-02-06Add a manual page for iwm(4).Stefan Sperling
2015-02-06packets stay within a routing domain. to move them, use pf(4)Peter Hessler
2015-02-06tweak wording, using feedback from sthen@ and jmc@; ok phessler@Ingo Schwarze
2015-02-05snippit/snippetStuart Henderson
2015-02-05tweak previousIngo Schwarze
2015-02-05add some (untested) examples of usePeter Hessler
2015-02-05typosStuart Henderson
2015-02-05unbreak the tree, oupsPeter Hessler
2015-02-05start documenting routing tables and routing domainsPeter Hessler
general acceptance of the room
2015-02-01Fix a typo in the Nd line. From Steven McDonald.Jonathan Gray
2015-02-01Sync struct pkthdr_pf and struct mbuf_ext with their actual definitionsLawrence Teo
in sys/mbuf.h.
2015-01-31Add missing period.Lawrence Teo
2015-01-31Document MSIZE, MCLSHIFT, MCLBYTES, MCLOFSET, and MAXMCLBYTES which haveLawrence Teo
been moved from sys/param.h to sys/mbuf.h (MAXMCLBYTES was moved two years ago; the rest were done recently). Remove references to sys/param.h accordingly. ok deraadt@
2015-01-29manual SAs described in ipsec.conf(5) not ipsecctl(8);Jason McIntyre
from paul gorman
2015-01-29Radical cleanup of COMPATIBILITY sections:Ingo Schwarze
Remove lots of lies, dozens of irrelevant implementation details, and all references to groff versions older than 1.17. Move relevant information to the pages where it belongs, and out of mandoc(1) in particular. Add some missing general remarks to roff(7), where it fits the character and purpose of the page much better.
2015-01-28implement the tbl(7) "center" layout optionIngo Schwarze
2015-01-27remove workq code. its been replaced with tasks.David Gwynne
it has been unused since december, and unhooked from the build since christmas. ok krw@
2015-01-27remove the second void * argument on tasks.David Gwynne
when workqs were introduced, we provided a second argument so you could pass a thing and some context to work on it in. there were very few things that took advantage of the second argument, so when i introduced pools i suggested removing it. since tasks were meant to replace workqs, it was requested that we keep the second argument to make porting from workqs to tasks easier. now that workqs are gone, i had a look at the use of the second argument again and found only one good use of it (vdsp(4) on sparc64 if you're interested) and a tiny handful of questionable uses. the vast majority of tasks only used a single argument. i have since modified all tasks that used two args to only use one, so now we can remove the second argument. so this is a mechanical change. all tasks only passed NULL as their second argument, so we can just remove it. ok krw@
2015-01-27Revert 1.61 since support for the TX path was also reverted.Brad Smith
2015-01-26Rework tbl(7) layout parsing:Ingo Schwarze
* Continue parsing even if part of the input is invalid. * Do not require whitespace between cell specifications. * Allow tabs as well as blanks between modifiers. * Mark the 'm' modifier as unsupported. * Parse and ignore the 'p' and 'v' modifiers. * Better warning and error messages. * Get rid of a static buffer. Improved functionality but minus 50 lines of code.
2015-01-26More improvements regarding tbl(7) options.Ingo Schwarze
* Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation.
2015-01-25tweak and update the illustration to what the bootstrap loader actuallyChristian Weisgerber
looks like; ok deraadt@ miod@
2015-01-24tweak previous;Jason McIntyre
2015-01-24Add bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-24Document bus_dmamem_alloc_range(9).Mark Kettenis
2015-01-24Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze
parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7).
2015-01-24change .Cm to .Ar for macro argumentsIngo Schwarze