diff options
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 2bb052d6565..e011b3c7777 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.29 2003/06/21 20:28:06 jmc Exp $ +.\" $OpenBSD: mount.2,v 1.30 2003/07/25 07:42:48 jmc Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -289,7 +289,7 @@ or a path prefix of .Ar special is not a directory. .It Bq Er EINVAL -A pathname contains a character with the high-order bit set. +An argument given was invalid. .It Bq Er EBUSY Another process currently holds a reference to .Fa dir . @@ -386,7 +386,7 @@ The caller is not the superuser. .It Bq Er ENOTDIR A component of the path is not a directory. .It Bq Er EINVAL -The pathname contains a character with the high-order bit set. +An argument given was invalid. .It Bq Er ENAMETOOLONG A component of a pathname exceeded .Dv {NAME_MAX} |