summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.2
AgeCommit message (Collapse)Author
2005-08-10- layout, macro, and punctuation tweaksJared Yanovich
- refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc
2005-05-25Minor wordink fixChristopher Pascoe
ok dlg@
2004-05-06Tyop; noted by jmc@Todd C. Miller
2004-05-05O_SYNC is valid for F_GETFL/F_SETFL tooTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
Closes PR 3172
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2002-09-19Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)Todd C. Miller
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.
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-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
- 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-25explain the third argument more thoroughly; some cmds take it as an int,Aaron Campbell
others a pointer to a struct flock (record locking), and the rest ignore it
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1998-07-24Man pages Xrefs.Marc Espie
1998-07-06fix openbsd tagTheo de Raadt
1997-11-24missing blank linesTheo de Raadt
1997-11-12lock failure returns EAGAIN in our world, XPG4/POSIX say either EAGAIN or ↵Theo de Raadt
EACCESS is ok, but EAGAIN is what our kernel does
1997-08-18typo; entropy@tardis.bernstein.comTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt