Fix error in previous, found by joerg.
This commit is contained in:
parent
9f5b355274
commit
62fcccac72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue