Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement .DT in terms of .ta; needed for print/ghostview, for example | 2017-05-07 | 1 | -4/+8 | ||
| | ||||||
* | Shorten the description of .sp and move it to roff(7). | 2017-05-05 | 3 | -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. | 2017-05-05 | 3 | -33/+11 | ||
| | ||||||
* | Fewer kgdb(7) references and fix previous. | 2017-05-01 | 1 | -4/+2 | ||
| | | | | Pointed by jmc@ | |||||
* | Remove KGDB references. | 2017-04-30 | 2 | -83/+2 | ||
| | ||||||
* | Mention that escaping "^" as "\(ha" in source code samples improves | 2017-04-30 | 1 | -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. | 2017-03-27 | 1 | -3/+3 | ||
| | | | | OK sthen@ | |||||
* | Fix a typo: /usr/port => /usr/ports | 2017-03-27 | 1 | -3/+3 | ||
| | | | | OK sthen@ | |||||
* | fix spelling error; | 2017-02-21 | 1 | -3/+3 | ||
| | | | | found by Michael <Stapelberg at debian dot org> with Lintian | |||||
* | Surprisingly, groff does not support scaling units in .Bl -column | 2017-02-16 | 1 | -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 delimiters | 2017-02-05 | 1 | -3/+5 | ||
| | ||||||
* | document hyphenation | 2017-02-05 | 1 | -2/+26 | ||
| | ||||||
* | add "arm64" as a valid .Dt arch argument; | 2017-01-25 | 1 | -2/+3 | ||
| | | | | inspired by deraadt@'s commit to usr.bin/mandoc/cgi.c | |||||
* | Clarify how tabs after .It work | 2017-01-09 | 1 | -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. | 2016-12-28 | 1 | -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. | 2016-12-27 | 1 | -7/+3 | ||
| | ||||||
* | Re-add the Xr macro to syspatch now that it's hooked up. | 2016-11-03 | 1 | -4/+3 | ||
| | ||||||
* | link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; | 2016-10-11 | 1 | -2/+8 | ||
| | | | | tweak and OK jmc@ | |||||
* | group the sysctls; | 2016-09-28 | 1 | -29/+10 | ||
| | ||||||
* | document kern.allowkmem; reminded by deraadt | 2016-09-28 | 1 | -2/+7 | ||
| | ||||||
* | there's no reason to point readers to options(4) now; | 2016-09-18 | 1 | -2/+1 | ||
| | ||||||
* | option INSECURE is obsolete | 2016-09-18 | 1 | -5/+2 | ||
| | ||||||
* | document /etc/acme/ | 2016-09-06 | 1 | -1/+4 | ||
| | | | | ok florian | |||||
* | remove the Xr macro to syspatch (since it doesn;t get installed yet) | 2016-09-06 | 1 | -4/+5 | ||
| | | | | | | but leave the syspatch entry (since the directory does exist); discussed with ajacoutot; | |||||
* | Add /var/syspatch/ to hier(7). | 2016-09-04 | 1 | -2/+5 | ||
| | | | | ok deraadt@ | |||||
* | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | 2016-09-03 | 1 | -4/+3 | ||
| | | | | shortly when we use the hardware thread register in userland | |||||
* | move links from http to https://www.openbsd.org/ | 2016-09-02 | 1 | -6/+6 | ||
| | | | | ok beck | |||||
* | no more sparc; | 2016-09-01 | 1 | -3/+2 | ||
| | ||||||
* | no more armish; | 2016-08-10 | 1 | -3/+2 | ||
| | ||||||
* | remove hppa64 port, which we never got going beyond broken single users. | 2016-05-11 | 1 | -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 systrace | 2016-04-25 | 2 | -23/+4 | ||
| | ||||||
* | all archs support shared libs; from bob nw8l | 2016-04-17 | 1 | -12/+2 | ||
| | | | | ok sthen | |||||
* | Link to faq15.html#Ports instead of just faq15.html. This matches the | 2016-04-07 | 1 | -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 rapenne | 2016-04-07 | 1 | -3/+3 | ||
| | ||||||
* | un-vax; | 2016-03-10 | 1 | -3/+2 | ||
| | ||||||
* | Stop mentioning /emul/ in hier(7), naddy@ agrees. | 2016-03-02 | 1 | -5/+2 | ||
| | ||||||
* | Use standard name for ASCII LF and FF control codes. | 2016-01-31 | 1 | -5/+5 | ||
| | | | | As seen on FreeBSD; ok bentley@ millert@ | |||||
* | no more vi/catalog; | 2016-01-07 | 1 | -7/+3 | ||
| | ||||||
* | The pkgpath given mentioned -qt4, but the description wrongly told -main. | 2016-01-03 | 1 | -3/+3 | ||
| | ||||||
* | remove libexec/smtpd; | 2015-12-08 | 1 | -5/+2 | ||
| | ||||||
* | document /usr/include/{msdosfs,ntfs} | 2015-12-04 | 1 | -2/+6 | ||
| | ||||||
* | tweak previous; | 2015-12-03 | 1 | -3/+3 | ||
| | ||||||
* | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. | 2015-12-03 | 1 | -8/+6 | ||
| | | | | ok millert | |||||
* | sync and update the list of supported archs; | 2015-12-01 | 1 | -5/+2 | ||
| | | | | feedback/ok schwarze | |||||
* | Fix a link that got broken by a recent change that was made to the web pages. | 2015-11-24 | 1 | -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; | 2015-11-14 | 1 | -2/+1 | ||
| | | | | suggested by schwarze; ok sthen | |||||
* | the mandoc(7) mlink is useless; zapping now, at ingo's behest | 2015-11-14 | 1 | -2/+2 | ||
| | ||||||
* | After removing National Language Support (NLS) from base, stop | 2015-11-05 | 1 | -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 section | 2015-11-01 | 1 | -2/+7 | ||
| | | | | ok and tweaks jmc@ schwarze@ | |||||
* | change one instance of Dl to a display and provide a teeny indent | 2015-10-24 | 1 | -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; |