summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-07-25 07:42:48 +0000
committerjmc <jmc@openbsd.org>2003-07-25 07:42:48 +0000
commitb8f7df5098a5a634fd528e78fcf44ccc91fa03f8 (patch)
tree8d9043491de866bbd32e072fe062d03cf16d0e75 /lib/libc
parentremove some non-existent information from vmstat section; (diff)
downloadwireguard-openbsd-b8f7df5098a5a634fd528e78fcf44ccc91fa03f8.tar.xz
wireguard-openbsd-b8f7df5098a5a634fd528e78fcf44ccc91fa03f8.zip
change the description of [EINVAL] for mount() and unmount();
discussed with tedu. reported by Hannah Schroeter on misc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mount.26
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}