diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-08-09 13:32:13 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-08-09 13:32:13 +0000 |
| commit | b1250632c5fc76d3b403ef995ee04bf5db2b8493 (patch) | |
| tree | 251e4417acf32d993acd2d301d7ead7122c562cf /lib/libc/sys/rename.2 | |
| parent | 91ce3c5b858af828f30bf79525f7e4560f33d2f9 (diff) | |
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.
Reviewed by: ru
Notes
svn path=/head/; revision=81352
Diffstat (limited to 'lib/libc/sys/rename.2')
| -rw-r--r-- | lib/libc/sys/rename.2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index 41edfafc3d14..8d5523a1c00a 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -98,11 +98,7 @@ not the file or directory to which it points. .\"Hard links to directories should be .\"replaced by symbolic links by the system administrator. .Sh RETURN VALUES -A 0 value is returned if the operation succeeds, otherwise -.Fn rename -returns -1 and the global variable -.Va errno -indicates the reason for the failure. +.Rv -std rename .Sh ERRORS .Fn Rename will fail and neither of the argument files will be |
