diff options
Diffstat (limited to 'lib/libc/sys/rmdir.2')
-rw-r--r-- | lib/libc/sys/rmdir.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index e480708cfb5..963c45023ee 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.2,v 1.6 1999/05/23 14:10:55 aaron Exp $ +.\" $OpenBSD: rmdir.2,v 1.7 1999/06/29 14:10:16 aaron Exp $ .\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -55,7 +55,7 @@ than and .Ql \&.. . .Sh RETURN VALUES -A 0 is returned if the remove succeeds; otherwise a -1 is +A 0 is returned if the remove succeeds; otherwise a \-1 is returned and an error code is stored in the global location .Va errno . .Sh ERRORS @@ -64,9 +64,9 @@ The named file is removed unless: .It Bq Er ENOTDIR A component of the path is not a directory. .It Bq Er ENAMETOOLONG -A component of a pathname exceeded +A component of a pathname exceeded .Dv {NAME_MAX} -characters, or an entire path name exceeded +characters, or an entire path name exceeded .Dv {PATH_MAX} characters. .It Bq Er ENOENT |