summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2017-05-20spelling;Jason McIntyre
2017-05-20Mention that not all varaints support baud rates up to 2 Mbps.Mark Kettenis
2017-05-19Clarify that /etc/installurl is only created when using the http method.Theo Buehler
Xr pkg_add while there. ok jmc
2017-05-19replace tabs with spaces, for consistency, in the BNF display;Jason McIntyre
from michal mazurek
2017-05-19header updates from kevlo;Jason McIntyre
2017-05-18better describe "!";Jason McIntyre
from michal mazurek, tweaked a bit by myself
2017-05-17Delete the -T xhtml command line option.Ingo Schwarze
It has been obsolete for more than two years. Use -T html.
2017-05-16tweak the bandwidth description; help/ok mikebJason McIntyre
2017-05-15tweak previous; ok mikebJason McIntyre
2017-05-15Document the new flow queue specificationMike Belopuhov
With input and OK sthen
2017-05-14Default lpd spool directory is /var/spool/output/lpd.Antoine Jacoutot
reported by martin at martinbrandenburg dot com ok tb@
2017-05-12No more CD-ROM releases, and advertise HTTP forIngo Schwarze
package download rather than FTP. Based on a patch from <timo dot myyra at wickedbsd dot net>, tweaked by me.
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
Needed by about four dozen ports (thanks to naddy@ for the research).
2017-05-08Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze
specify request arguments and supporting tag searching in less(1). Improve some entries and document .ta.
2017-05-07implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze
2017-05-05Shorten the description of .sp and move it to roff(7).Ingo Schwarze
If is not a macro but a low-level roff request and not recommended for use in manual pages.
2017-05-05Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze
2017-05-01Fewer kgdb(7) references and fix previous.Martin Pieuchot
Pointed by jmc@
2017-04-30Remove KGDB references.Martin Pieuchot
2017-04-30Mention that escaping "^" as "\(ha" in source code samples improvesIngo Schwarze
portability, in particular when rendering to formats such as PDF with real typesetters such as groff. While here, make it even more explicit that the rendering of raw ASCII accents ( ` ' ~ ^ ) found in the input is kind of a mess and varies among implementations, software versions, macro sets, and output devices. Issue noticed when reading the groff_char(7) manual, and confirmed by testing with current groff. OK bentley@, "certainly no objection" jmc@ N.B.: Nobody will get scolded for ignoring this subtlety.
2017-04-27spelling;Jason McIntyre
2017-04-27iwm(4) monitor mode support was backed out for now.Stefan Sperling
2017-04-27add support for -msave-args in gcc on amd64David Gwynne
i got sick of not having arguments in ddb stack traces on amd64, which is because amd64 passes arguments in registers, and it's impossible to figure out where they go without dwarf info, and when you have dwarf info it is complicated. solaris has a simple solution for this. they tweaked their compilers to accept an -msave-args option which makes functions store their arguments on the stack, while maintaining compatability with the System V AMD64 ABI. tools (eg, ddb) can then look at the stack to get access to function arguments in traces. this ports their changes to gcc 3 to our gcc. ok deraadt@
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-26tweak previous;Jason McIntyre
2017-04-26We are men of action. Lies do not become us.Bob Beck
2017-04-25some ip6 setup notes; help/ok bluhmJason McIntyre
2017-04-24'rtsol' has been removed from hostname.if(5) recently.Robert Peichaer
OK jmc@
2017-04-24update for the llvm libs; help/ok kettenisJason McIntyre
2017-04-24Document support for 3168 and 8265 devices in iwm(4).Stefan Sperling
2017-04-24Document monitor mode support in iwm(4).Stefan Sperling
2017-04-22The gnome module supports cmake now.Antoine Jacoutot
2017-04-22Xr mutex(9) and rwlock(9)Visa Hankala
2017-04-22Shuffle bits into their proper files.Visa Hankala
Prompted by jmc@
2017-04-22Manual page for witness(4). Adapted from FreeBSD.Visa Hankala
2017-04-18spelling fix;Jason McIntyre
2017-04-18Cleaning out /usr/obj is necessary the first time due to permission issues.Theo Buehler
Make this more clearly visible and also state explicitly that this is no longer necessary after completing a full release build. ok deraadt
2017-04-18Including sys/types.h and net/if.h are needed to use pipex(4).YASUOKA Masahiko
2017-04-16from brad: document rgephyJason McIntyre
2017-04-15more streamlining, with help from bluhm;Jason McIntyre
2017-04-15Build full mandoc.db(5) databases by default using makewhatis(8)Ingo Schwarze
without -Q during the build and in weekly(8). According to tests by many developers, makewhatis(8) takes a few minutes at most even on slower hardware like octeon, loongson, ALIX, RPI3, Soekris, cubox, softiron etc., and security(8) is often worse than makewhatis(8). In case this causes excessive weekly(8) run times on even slower (~50 MHz-class) CPUs, consider adding "MAKEWHATISARGS=-Q" to /etc/weekly.local on machines that feel unhappy. OK sthen@ kettenis@ millert@ deraadt@
2017-04-11- Mention LIBCXX, prompted by espie@.Stuart Henderson
2017-04-11- Mention LIBCXX, prompted by espie@.Stuart Henderson
- Make it clear that CLANG_ARCHS, GCC3_ARCHS, GCC4_ARCHS refer to the base compiler. Change "Clang 3.9.1" to just "Clang".
2017-04-11shorten introductory sentence and make deprecation clearer;Ingo Schwarze
disgussed with deraadt@
2017-04-11document more thoroughly the special status of modules gnu, imake, perl5Marc Espie
(for historical reasons) okay aja@
2017-04-08Document the devel/meson MODULE.Antoine Jacoutot
2017-04-06shuffle for a saner read; help/ok bluhmJason McIntyre
2017-04-03Send and receive 1 byte of data in addition to the control message. This isOtto Moerbeek
needed to make the code work in more cases. Sending actually is not really needed, but do it anyway, to avoid confusing mismatch between producer and consumer. Problem noted by Luke Small; ok deraadt@
2017-03-30Xr acpisbsJoshua Stein
2017-03-30add a manpage for acpisbs, remove caveat from acpibatJoshua Stein