summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2010-09-23- first stab at documenting the haskell moduleJasper Lievisse Adriaanse
feedback/ok kili@
2010-09-23document FSTAB_RQ; ok deraadt thibJason McIntyre
2010-09-23tweak previous;Jason McIntyre
2010-09-23rename uyurex(4) to utwitch(4).Yojiro Uo
ok deraadt@
2010-09-23update struct disk; ok jsingJason McIntyre
2010-09-23Eliminate mention of EPERM error condition from tun(4) man page. WeMatthew Dempsky
just use the filesystem permissions now. Pointed out by stsp@.
2010-09-22- fix a ghc variableJasper Lievisse Adriaanse
2010-09-22no more msgs(1);Jason McIntyre
2010-09-22document hwo to play with matchesHenning Brauer
2010-09-22Garbage collect the field dk_labelsector since there are no usesKenneth R Westerback
in the tree. Update disk.9 to reflect current reality. ok matthew@ deraadt@
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
no point in keeping it around. "i like this" thib@ (a while back); ok krw@ and oga@; reminder to update the man page and tweaks jmc@
2010-09-20improve getpeereid docs; pointed out by jmcTheo de Raadt
2010-09-20COMPAT_O43 went away a while backTheo de Raadt
2010-09-20Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is libraryTheo de Raadt
code using socket options. ok matthew
2010-09-20Update evcount(9) documentation to reflect simplifications.Matthew Dempsky
"yes, that's fine" jmc@
2010-09-19fix some unbalanced quoting;Jason McIntyre
2010-09-19- put the Os macro in the correct placeJason McIntyre
- in one instance, .Dr -> .Dq
2010-09-19remove a phantom control character;Jason McIntyre
2010-09-19more wacky macro fixes;Jason McIntyre
2010-09-19fix some unbalanced quoting, and a little whitespace removal;Jason McIntyre
2010-09-19- remove some silly .Tn/.TmJason McIntyre
- supply a missing -width to one of the lists
2010-09-19.Tm -> .NmJason McIntyre
2010-09-17fix "set yo yes" typo.Stuart Henderson
2010-09-12missing section number for acpisony(4); from Rafael Ferreira NevesJason McIntyre
2010-09-12document the curses wide libraries, with help from nicm;Jason McIntyre
2010-09-10sort the hardware list;Jason McIntyre
2010-09-09Use mandoc instead of groff to build PostScript manuals; note thatIngo Schwarze
these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all
2010-09-09- sync lua.port.mk blurbJasper Lievisse Adriaanse
ok sthen@
2010-09-08Add support for Terratec EWX 24/96 based on initial diff from ratchov@.Stefan Sperling
ok ratchov@
2010-09-07supply missing offset;Jason McIntyre
2010-09-07add a little more detail to this page;Jason McIntyre
help/ok jsing
2010-09-07no need for this page to refer to MAKEDEV(8);Jason McIntyre
2010-09-07Update the documentation reflecting the latest churn in the vop layer.Thordur I. Bjornsson
By updating I mean remove two sections (that where made wrong and where wrong before the churn) and tweak a few sentances. ok deraadt
2010-09-06over-eager doc, as noticed by the guysMarc Espie
2010-09-06- sync description for clean.Jasper Lievisse Adriaanse
- fix spello ok espie@
2010-09-05Both old and new groff behave in the following way: Literal tabs areIngo Schwarze
considered normal word characters even when delimiting column phrases in .Bl -column. Thus, in any column but the last, if the column is terminated by a literal tab, and the last character is a solitary dot, that dot is NOT considered punctuation, and consequently offset from the preceding text by a blank space. This space does not occur when the Ta macro is used inmstead of a literal tab, or when a blank character is inserted between the dot and the tab. Confused now? So were we. We decided to consider that a bug in groff, not a feature, and to not emulate it in mandoc(1). Thus, let operator(7) no longer depend on that groff bug.
2010-09-04zap a load of wholly unneccessary .Pp;Jason McIntyre
2010-09-04update the description of se(4);Jason McIntyre
2010-09-04Let se(4) support SiS191, and bring a lot of bugfixes and improvements fromMiod Vallat
FreeBSD.
2010-09-04RegenMiod Vallat
2010-09-04EXIT STATUS is allowed for section 6 pages too (even though none of ourJason McIntyre
section 6 pages currently contain this information);
2010-09-03- fix entries for 'B'Jasper Lievisse Adriaanse
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
Update our sources appropriately. OK deraadt@ jsg@
2010-09-01- add a few moreJasper Lievisse Adriaanse
2010-08-31this diff does two things (usually a bad sign):Jason McIntyre
- note which section headings (.Sh) are not used by openbsd - move the description of the section heading to under the heading, rather than before it: a much more logical way to read diffs mailed upstream...
2010-08-30- various tweaks and fixes for airport codes starting with A.Jasper Lievisse Adriaanse
2010-08-30- start fixing some entries after the airports were renamedJasper Lievisse Adriaanse
- remove HAG; ypenburg airport hasn't been a civil airport since '55. and the airbase been abandoned since '92.
2010-08-30add one airport... anyone want to maintain this?Theo de Raadt
2010-08-28some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak;Jason McIntyre
from Tim van der Molen ok miod
2010-08-26Try to be a bit more specific about what happens when link0 is used.Claudio Jeker
link0 will reset the interface and all configuration is lost (e.g. -inet6 or rdomain settings) so use link0 as first command without any other arguments to get a deterministic behaviour. With a lot of help by jmc@ (actually commiting his version because it is much nicer, as ususal).