diff options
Diffstat (limited to 'lib/libc/sys/rename.2')
-rw-r--r-- | lib/libc/sys/rename.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index df18991..8a94b4d 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -107,7 +107,7 @@ indicates the reason for the failure. .Fn Rename will fail and neither of the argument files will be affected if: -.Bl -tag -width ENAMETOOLONG +.Bl -tag -width Er .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. |