summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rename.2
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-6/+6
| | | | PR: docs/37176
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-4/+13
|
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-1/+1
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-4/+10
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Bump p1003.1-90 to p1003.1-96.green2001-11-291-1/+1
|
* rename() can't guarantee "to" always exists if it didn't exist in the firstgshapiro2001-11-291-1/+3
| | | | | | | | place -- for example, rename("existing", "newfile"); on a read-only file system. Reviewed by: green MFC after: 3 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-5/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Commit out caveat about hardlinks to directories since they aresteve1998-12-131-27/+27
| | | | | | no longer possible. PR: 8337
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-111-3/+1
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macrowosch1996-12-021-4/+5
| | | | | | use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+199
OpenPOWER on IntegriCloud