summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
This is of some relevance because the pod2man(1) preamble abuses it for the icelandic letter Thorn, instead of simply using \(TP and \(Tp. Missing feature found by sthen@ in DateTime::Locale::is_IS(3p).
2015-01-21carpdev argument is no longer optional.Martin Pieuchot
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
for a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX but move the rest of the Linux-specific ioctl() handling into linux_socket.c This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h ok krw@ deraadt@ mpi@
2015-01-20tweak previous; ok schwarzeJason McIntyre
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze
using mandoc is better than using groff) and -Wunsupp (manual using unsupported low-level roff(7) feature, probably using groff is better than using mandoc). Once this feature is complete, it is intended to help porting, making the decision whether to USE_GROFF easier. As a first step, distinguish four classes of roff(7) requests: 1. Supported (currently 24 requests) 2. Currently ignored because unimportant (120) -> no message 3. Ignored for good because insecure (14) -> -Werror 4. Currently unsupported (68) -> these trigger the new -Wunsupp messages
2015-01-20one more "center"; tedu forgot to use -i, i think...Jason McIntyre
2015-01-20change spelling of centre to center. consistent with other man pages,Ted Unangst
the name of the macro being described, and look(1). ok jmc
2015-01-16properly handle opening parentheses, correctly quote vertical bars,Ingo Schwarze
and do not use the legacy predefined string \*(Ba
2015-01-16The BPF paper referenced in the SEE ALSO section was most likely an unpublishedLawrence Teo
draft. Replace it with the authors' 1993 Winter USENIX paper, which is a more authoritative reference on BPF. ok deraadt@ jmc@ millert@
2015-01-15UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*Philip Guenther
2015-01-15Use .An in the AUTHORS section where appropriate;Ingo Schwarze
from Kaspars at Bankovskis dot net
2015-01-15Extend the description of _timeout.Antoine Jacoutot
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
led this program and the associated manual pages to including that file directly, rather than the canonical include path of <sys/ioctl.h> discussed with millert
2015-01-15do not be specific regarding which ioctl backend .h file; the listTheo de Raadt
is good enough, and we do not want to mislead. the file to include is at the top of the file.
2015-01-15wrong place to mention nmea. cua is different, that hints at how itTheo de Raadt
works to many.
2015-01-15delete overly-specific details that cause espie angst.Theo de Raadt
ok millert tedu
2015-01-13escape "No" when it's not intended as a macro, and zapJason McIntyre
trailing whitespace;
2015-01-13"wi0" should be "an0" in the EXAMPLES section.Lawrence Teo
2015-01-12Documentation for postgresql.port.mk.Vadim Zhukov
2015-01-11LOCKDEBUG is dead; perform the funeral ritesPhilip Guenther
pointed out by Helg (xx404 (at) msn.com) ok deraadt@ miod@
2015-01-10Hook up nep(4).Mark Kettenis
2015-01-10nep(4)Mark Kettenis
2015-01-09document the chips we support. lots of raid controllers use themDavid Gwynne
and im too lazy to find out what they are or list them all.
2015-01-06add Medion Mobile S4222; Ingo FeinererStuart Henderson
2015-01-05fix .Nd lineuaa
ok by deraadt@
2015-01-04fix SEE ALSO;Jason McIntyre
2015-01-04add uslhcom(4) description to usb(4)uaa
overhaul SYNOPSYS of uhidev(4) ok by deraadt@
2015-01-04add uslhcom(4) to SYNOPSYSuaa
ok by jmc@
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-03Given the excessively technical description in the old mdoc_samples(7)Ingo Schwarze
manual and its successor groff_mdoc(7), i always considered .Ql as purely physical markup, but it turns out describing it better allows to give it a semantic meaning (in-line literal display) that doesn't contradict existing usage. One less physical, one more semantic macro, yay! Found in a discussion with Steffen Nurpmeso <sdaoden at yandex dot com>.
2014-12-31describe .Ql more precisely;Ingo Schwarze
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com>
2014-12-31Use the first host of the documentation ranges for both addressMark Lumsden
families. ok jmc@ schwarze@ bluhm@
2014-12-30fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze
2014-12-29regenKenji Aoyama
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
before you, to see their files reduced to ashes, to see those who love them shrouded in tears, and to gather into your API all their invocations. In other words, workq is no more. There is only taskq. ok kettenis@ dlg@ (creator of taskq) jmc@
2014-12-28Improve documentation of the header/footer macros .Dt, .Os, .TH:Ingo Schwarze
* State the defaults for .Os and the fourth .TH argument. * Sync the section titles, and stop advertising obscure sections that aren't actually fully supported and certainly not recommended for use.
2014-12-28Add an audio driver, necsb(4), for NEC PC-9801-86 sound board onKenji Aoyama
cbus(4). This work is based on the source code of NetBSD/pc98, an unofficial NetBSD port for NEC PC-9801 series, written about 16 years ago. Thanks to NetBSD/pc98 porting staff for their work, especially NAGAO Tadaaki and N. Honda who wrote the original driver. ok miod@
2014-12-27add tsciic to the masters list;Jason McIntyre
2014-12-25Reduce memory and time consumption on certain malformed input filesIngo Schwarze
by limiting the length of expanded input lines during the (usually recursive) expansion of user defined strings. Resource hogging found by jsg@ with afl.
2014-12-24tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access toMiod Vallat
the fan sensors on systems without RMC. From NetBSD, ok deraadt@
2014-12-23missing test-depends thingy.Marc Espie
explicitly document that some lists are sorted
2014-12-22add TIMEOUT_INITIALIZER for initting timeout declaractions.David Gwynne
similar to TASK_INITIALIZER and all the queue _INITIALIZER things. ok deraadt@
2014-12-19Do not report an EDQUOT "Disk quota exceeded" error from the routingAlexander Bluhm
code. Instead generate an ENOBUFS "No buffer space available" error at the malloc(9) failure in rt_setgate(9) and propagate it. OK mpi@
2014-12-19Support source-hash and random with tables and dynifs; not just pools.Reyk Floeter
This finally allows to use source-hash for dynamic loadbalancing, eg. "rdr-to <hosts> source-hash", instead of just round-robin and least-states. An older pre-siphash version of this diff was tested by many people. OK tedu@ benno@
2014-12-17add umcs(4)Jonathan Gray
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
and change the name of \(-~ to \(|= to agree with groff; difference found by Carsten dot Kunze at arcor dot de
2014-12-15correct some character names to match groff;Ingo Schwarze
reported by Carsten dot Kunze at arcor dot de
2014-12-11The utwitch(4) driver was never added here. Obviously it belongs in theTheo de Raadt
"Human Interface Devices" section.
2014-12-11regenTed Unangst
2014-12-11urio has been removedTed Unangst