diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 07:42:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 07:42:49 +0000 |
commit | b2551cf2ad028fd667c0fcdd58ce07cf0809aa28 (patch) | |
tree | fe57554ddf4f00a8fc5e259ff803c73c5ae82c3e /lib | |
parent | fa765fc96fd3514d54c8b376fec8d411180b8f9a (diff) |
change the description of [EINVAL] for mount() and unmount();
discussed with tedu.
reported by Hannah Schroeter on misc@
Diffstat (limited to 'lib')
-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} |