summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07I don't see how revoke can return EINVAL.Artur Grabowski
1999-07-07revoke(2) works on more than just char and block devicesArtur Grabowski
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-06these can also return ENFILETheo de Raadt
1999-07-06Update to reflect reality.Jason Downs
1999-07-05use .Li to refer to data typesAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02document moreTheo de Raadt
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
1999-06-29add #include for <vm/vm_inherit.h>Aaron Campbell
1999-06-29.Fa int -> .Li int (should use literal macro to refer to data types)Aaron Campbell
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
1999-06-29fix phasingTheo de Raadt
1999-06-29accept(2) will set errno to EINVAL if the socket is not listen(2)'ingAaron Campbell
1999-06-25add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.orgAaron Campbell
1999-06-16More xref sorting under SEE ALSO.Alex Feldman
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-06adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa...Theo de Raadt
1999-06-06Grammatical, spelling, and format fixesPaul Janzen
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-30grammar and punctuationPaul Janzen
1999-05-28sync with ioctl() prototype, and the third argument more clearlyAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27add missing .El macros (which properly terminate .Bl macro lists)Aaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-27add missing members to nfs_argsTodd C. Miller
1999-05-27- add missing .El macroAaron Campbell
1999-05-27add some .Dv and .Er, replace blank lines with .PpAaron Campbell
1999-05-27typosAaron Campbell
1999-05-26mention that parameter name1 (the file to link to) need not exist; from NetBSDAaron Campbell
1999-05-25explain the third argument more thoroughly; some cmds take it as an int,Aaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-24add missing #include's; d@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-11writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'dAaron Campbell
1999-05-11note that close(2)'ing any file descriptor which refers to a file holdingAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-04-28no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beAaron Campbell
1999-04-20issetuid -> issetugid; deraadt@Aaron Campbell
1999-04-18Add Xrefs.Marc Espie