diff options
| author | wiz <wiz@NetBSD.org> | 2009-03-12 10:18:37 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2009-03-12 10:18:37 +0000 |
| commit | 62fcccac72f4bd64355bf3d46db234d6781fcfed (patch) | |
| tree | 712767d3fc73e397ab5b105d32e94d274eed7e11 /lib | |
| parent | 9f5b355274800e0d049d8b93bcbbb94d0477d1bf (diff) | |
Fix error in previous, found by joerg.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/mount.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 386f6741288..a060204eb5c 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount.2,v 1.40 2008/10/20 07:03:58 wiz Exp $ +.\" $NetBSD: mount.2,v 1.41 2009/03/12 10:18:37 wiz Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -276,7 +276,6 @@ is set to indicate the error. .Fn mount will fail when one of the following occurs: .Bl -tag -width Er -this particular request violates the rules. .It Bq Er EBUSY Another process currently holds a reference to .Fa dir , @@ -307,6 +306,7 @@ is not a directory. .It Bq Er EPERM The caller is not the super-user, and ordinary user mounts are not permitted or +this particular request violates the rules. .El .Pp The following errors can occur for a |
