summaryrefslogtreecommitdiffstats
path: root/share/man/man7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* implement .DT in terms of .ta; needed for print/ghostview, for exampleschwarze2017-05-071-4/+8
|
* Shorten the description of .sp and move it to roff(7).schwarze2017-05-053-46/+14
| | | | | If is not a macro but a low-level roff request and not recommended for use in manual pages.
* Clean up docs after today's .br and .ft code cleanup; simpler.schwarze2017-05-053-33/+11
|
* Fewer kgdb(7) references and fix previous.mpi2017-05-011-4/+2
| | | | Pointed by jmc@
* Remove KGDB references.mpi2017-04-302-83/+2
|
* Mention that escaping "^" as "\(ha" in source code samples improvesschwarze2017-04-301-2/+6
| | | | | | | | | | | | | | | | | 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.
* Fix broken PKG_PATH example link, ftp://ftp.openbsd.org is no more.fcambus2017-03-271-3/+3
| | | | OK sthen@
* Fix a typo: /usr/port => /usr/portsfcambus2017-03-271-3/+3
| | | | OK sthen@
* fix spelling error;schwarze2017-02-211-3/+3
| | | | found by Michael <Stapelberg at debian dot org> with Lintian
* Surprisingly, groff does not support scaling units in .Bl -columnschwarze2017-02-161-6/+4
| | | | | | column width specifiers, so stop supporting them, too. As a side effect, this fixes an assertion failure that tb@ found with afl(1), triggered by: .Bl -column -4n
* document output spacing near delimitersschwarze2017-02-051-3/+5
|
* document hyphenationschwarze2017-02-051-2/+26
|
* add "arm64" as a valid .Dt arch argument;schwarze2017-01-251-2/+3
| | | | inspired by deraadt@'s commit to usr.bin/mandoc/cgi.c
* Clarify how tabs after .It workschwarze2017-01-091-8/+20
| | | | | | | because this is a really nasty trap for the unwary. Triggered by a question from Abhinav Upadhyay <er dot abhinav dot upadhyay at gmail dot com> (NetBSD) on discuss@.
* Make the second, section number argument of .Xr mandatory.schwarze2016-12-281-6/+5
| | | | | | In fact, we have been requiring it for many years. The only reason to not warn when it was missing was excessive traditionalism - it was optional in 4.4BSD.
* Remove user uucp and group news from base.jca2016-12-271-7/+3
|
* Re-add the Xr macro to syspatch now that it's hooked up.ajacoutot2016-11-031-4/+3
|
* link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO;schwarze2016-10-111-2/+8
| | | | tweak and OK jmc@
* group the sysctls;jmc2016-09-281-29/+10
|
* document kern.allowkmem; reminded by deraadtjmc2016-09-281-2/+7
|
* there's no reason to point readers to options(4) now;jmc2016-09-181-2/+1
|
* option INSECURE is obsoletederaadt2016-09-181-5/+2
|
* document /etc/acme/jmc2016-09-061-1/+4
| | | | ok florian
* remove the Xr macro to syspatch (since it doesn;t get installed yet)jmc2016-09-061-4/+5
| | | | | | but leave the syspatch entry (since the directory does exist); discussed with ajacoutot;
* Add /var/syspatch/ to hier(7).ajacoutot2016-09-041-2/+5
| | | | ok deraadt@
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-031-4/+3
| | | | shortly when we use the hardware thread register in userland
* move links from http to https://www.openbsd.org/tb2016-09-021-6/+6
| | | | ok beck
* no more sparc;jmc2016-09-011-3/+2
|
* no more armish;jmc2016-08-101-3/+2
|
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-3/+2
| | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
* remove systracetedu2016-04-252-23/+4
|
* all archs support shared libs; from bob nw8ljmc2016-04-171-12/+2
| | | | ok sthen
* Link to faq15.html#Ports instead of just faq15.html. This matches thetb2016-04-071-2/+2
| | | | | | | DESCRIPTION section that sthen@ fixed in November and reflects the content of the former faq/ports/ports.html better. discussed with jmc@
* update the ports link; from solene rapennejmc2016-04-071-3/+3
|
* un-vax;jmc2016-03-101-3/+2
|
* Stop mentioning /emul/ in hier(7), naddy@ agrees.sthen2016-03-021-5/+2
|
* Use standard name for ASCII LF and FF control codes.naddy2016-01-311-5/+5
| | | | As seen on FreeBSD; ok bentley@ millert@
* no more vi/catalog;jmc2016-01-071-7/+3
|
* The pkgpath given mentioned -qt4, but the description wrongly told -main.zhuk2016-01-031-3/+3
|
* remove libexec/smtpd;jmc2015-12-081-5/+2
|
* document /usr/include/{msdosfs,ntfs}jmc2015-12-041-2/+6
|
* tweak previous;jmc2015-12-031-3/+3
|
* Change /usr/share/misc/terminfo.db to /usr/share/terminfo.nicm2015-12-031-8/+6
| | | | ok millert
* sync and update the list of supported archs;jmc2015-12-011-5/+2
| | | | feedback/ok schwarze
* Fix a link that got broken by a recent change that was made to the web pages.sthen2015-11-241-3/+3
| | | | | Pointed out by Jan Stary, but I used the faq15 URL because the suggested one is linked a couple of lines below already.
* no need for a mirror-maker(7) mlink;jmc2015-11-141-2/+1
| | | | suggested by schwarze; ok sthen
* the mandoc(7) mlink is useless; zapping now, at ingo's behestjmc2015-11-141-2/+2
|
* After removing National Language Support (NLS) from base, stopbluhm2015-11-051-4/+2
| | | | | | | | creating the directory /usr/share/nls. Having a non-existing default path in catopen(3) does not make sense, so remove it. If the user does not specify a NLS path, better fail early than fail because of an empty directory. Remove path form hier(7). OK stsp@ schwarze@ jmc@
* Specify option ordering in the DESCRIPTION sectionguenther2015-11-011-2/+7
| | | | ok and tweaks jmc@ schwarze@
* change one instance of Dl to a display and provide a teeny indentjmc2015-10-241-5/+6
| | | | | to avoid line wrap; tj mailed me a diff to make this example work more generally, but i prefer to try and avoid the line wrap;