summaryrefslogtreecommitdiff
path: root/lib/libc/sys/rename.2
AgeCommit message (Collapse)Author
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
description.
2014-12-10use .Rv; no change of meaning; from Kaspars at Bankovskis dot netIngo Schwarze
2013-05-08clarify when EACCESS can fail. if from is read only, you're out of luck.Ted Unangst
failure to document this case noticed by Mike Small
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@
2013-03-31Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesPhilip Guenther
of the various *at() functions.
2011-07-19knock out some useless Pp;Jason McIntyre
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@
2008-10-24some SEE ALSO additions from Ingo Schwarze;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2003-07-15.Ql Pa -> .Sq Pa where literal makes no sense;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-10Clarify rename(2) behavior in the presence of a system crash.Todd C. Miller
From FreeBSD by way of Claus Assmann.
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-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-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-02-27make function names the correct caseTheo de Raadt
1999-02-26Add EMLINK error messageConstantine Sapuntzakis
1998-07-06fix openbsd tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt