diff options
Diffstat (limited to 'lib/libc/sys/rename.2')
-rw-r--r-- | lib/libc/sys/rename.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index be47d58..d9e1b83 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rename.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RENAME 2 @@ -105,8 +106,6 @@ indicates the reason for the failure. will fail and neither of the argument files will be affected if: .Bl -tag -width ENAMETOOLONG -.It Bq Er EINVAL -Either pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. @@ -191,9 +190,10 @@ or is a directory and is not empty. .El .Sh SEE ALSO -.Xr open 2 +.Xr open 2 , .Xr symlink 7 .Sh STANDARDS -.Fn Rename -conforms to IEEE Std 1003.1-1988 -.Pq Dq Tn POSIX . +The +.Fn rename +function call is expected to conform to +.St -p1003.1-90 . |