| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
move all the function prototypes to the SYNOPSIS section, rather
than having them underneath sections later in the page. make those
sections subheaders rather than full section headers while im here.
ok schwarze@
|
|
|
|
|
|
| |
similar to config_defer(9).
ok mikeb@, deraadt@
|
|
|
|
| |
feedback/ok schwarze
|
| |
|
|
|
|
|
| |
config_deactivate(9), it should die. Mention config_detach_children(9).
Use CONTEXT and RETURN VALUES sections
|
| |
|
|
|
|
|
| |
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
|
|
|
|
|
|
| |
to it. Because man pages are named after functions (at least they
should be) and sleep(9) doesn't exist anymore, sleep.9 is renamed to
tsleep.9.
Input and reminders from jmc and ratchov.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- macro fixes
- kill whitespace at EOL
- use .Ox for OpenBSD, .Fx for FreeBSD
|
|
|
|
|
|
|
|
|
|
| |
- MLINKS for uvm stuff
- MLINK vgone.9 vgonel.9
- typos
- fixed SYNOPSIS of extattr(9)
lots of help from miod and art
ok miod@ art@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) start new sentence on a new line;
o) wrap long lines;
o) don't use .Pp before/after .Sh, .Ss;
o) OpenBSD -> .Ox;
o) typos;
o) close .Rs;
o) use space between arguments in tag, for example:
.Xr blabla ) .
miod@ ok
|
|
from NetBSD with some modifications.
ok art@
|