#
a398fd9a |
| 13-Oct-2022 |
jmc <jmc@openbsd.org> |
controm terminql -> controlling terminal;
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
5537e78c |
| 29-May-2017 |
jmc <jmc@openbsd.org> |
sort SEE ALSO;
|
#
b203dfbc |
| 29-May-2017 |
deraadt <deraadt@openbsd.org> |
It is distasteful to have manual pages which don't refer to real function calls, but instead a "class" of functions like "sigsetops". Rename to sigaddset", and while at it improve documentation in si
It is distasteful to have manual pages which don't refer to real function calls, but instead a "class" of functions like "sigsetops". Rename to sigaddset", and while at it improve documentation in sigprocmask(2) to point to it. ok tedu
show more ...
|
#
e02a6893 |
| 15-Jan-2015 |
schwarze <schwarze@openbsd.org> |
use .In where appropriate; from Kaspars at Bankovskis dot net
|
#
23fbb714 |
| 17-Jul-2013 |
schwarze <schwarze@openbsd.org> |
more library history facts checked by sobrado@ style tweaks and ok jmc@
|
#
64d4e987 |
| 05-Jun-2013 |
tedu <tedu@openbsd.org> |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
#
3b196c12 |
| 22-Nov-2011 |
guenther <guenther@openbsd.org> |
sigstack() is long dead, and the compat sigaltstack syscall is gone too. Correct the namespace protections for sigreturn(), sigwait(), and psignal()
ok millert@
|
#
5946cbd8 |
| 03-Sep-2011 |
jmc <jmc@openbsd.org> |
knock out some useless Pp;
|
#
e324319b |
| 03-Sep-2011 |
jmc <jmc@openbsd.org> |
make -column lists pretty again;
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mando
make -column lists pretty again;
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made little sense.
show more ...
|
#
dd302cca |
| 25-Feb-2010 |
schwarze <schwarze@openbsd.org> |
Do not attempt to silently continue text for the last column of tables generated by .Bl -column .It <tab> on following lines. This is a workaround; fixing it properly in a way compatible with our ol
Do not attempt to silently continue text for the last column of tables generated by .Bl -column .It <tab> on following lines. This is a workaround; fixing it properly in a way compatible with our old groff would require .Xo support for .Bl -column phrases in mandoc(1), which is too much work right now just to fix exactly this one place in our tree.
ok jmc@
This commit fixes the last issue i'm aware of which prevented building our whole tree with mandoc. Not all pages format nicely yet, but none kill the build any more.
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
6580fee3 |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
1726579b |
| 30-May-2003 |
jmc <jmc@openbsd.org> |
- section reorder - in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's
|
#
182d2f2f |
| 12-May-2003 |
jmc <jmc@openbsd.org> |
cpu -> CPU
|
#
9a3cdba5 |
| 07-May-2003 |
jmc <jmc@openbsd.org> |
typos;
|
#
51daf57c |
| 10-Nov-2002 |
fgsch <fgsch@openbsd.org> |
SEE ALSO corrections. millert ok.
|
#
1c64d2e4 |
| 18-Sep-2002 |
deraadt <deraadt@openbsd.org> |
fix Xr refs; frisco@blackant.net
|
#
49bdad57 |
| 30-Apr-2002 |
mpech <mpech@openbsd.org> |
Initial cleanup: o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp;
Initial cleanup: o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines;
millert@ ok
show more ...
|
#
00b2ba71 |
| 15-Dec-2000 |
aaron <aaron@openbsd.org> |
.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least this is consistent.
|
#
83332665 |
| 18-Apr-2000 |
aaron <aaron@openbsd.org> |
Repairs.
|
#
f028b6d8 |
| 22-Jan-2000 |
aaron <aaron@openbsd.org> |
Use .Er macro when referring to errno error names.
|
#
f7de5c7b |
| 23-Sep-1999 |
alex <alex@openbsd.org> |
Typo fixes.
|
#
5c3dced3 |
| 09-Jul-1999 |
aaron <aaron@openbsd.org> |
- remove all trailing whitespace * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who
- remove all trailing whitespace * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
show more ...
|
#
fc8533a3 |
| 23-May-1999 |
aaron <aaron@openbsd.org> |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common is used instead; kwesterback@home.com
|