summaryrefslogtreecommitdiff
path: root/lib/libc/sys/swapctl.2
AgeCommit message (Collapse)Author
2002-05-02SWAP_OFF has been implemented a long time ago.Artur Grabowski
Noted by Kamo Hiroyasu
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
2001-03-11Fix typo: disklable -> disklabel; from NetBSD.Aaron Campbell
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵Theo de Raadt
just got cranked a little while ago. discussion with millert
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
2000-06-20This is OpenBSDEric Jackson
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-05use .Li to refer to data typesAaron Campbell
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
1999-05-27add missing .El macros (which properly terminate .Bl macro lists)Aaron Campbell
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner