mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed references to unmount(2) specified as umount.
Submitted by: Markus Friedl <markus.friedl@informatik.uni-erlangen.de> via OpenBSD
This commit is contained in:
parent
e06fbe492b
commit
1f34b7f3f8
1 changed files with 4 additions and 4 deletions
|
|
@ -140,7 +140,7 @@ filesystem is described by the
|
|||
manual page.
|
||||
.Pp
|
||||
The
|
||||
.Fn umount
|
||||
.Fn unmount
|
||||
function call disassociates the filesystem from the specified
|
||||
mount point
|
||||
.Fa dir .
|
||||
|
|
@ -174,7 +174,7 @@ and the variable
|
|||
is set to indicate the error.
|
||||
.Pp
|
||||
The
|
||||
.Fn umount
|
||||
.Fn unmount
|
||||
function returns the value 0 if the umount succeeded; otherwise -1 is returned
|
||||
and the variable
|
||||
.Va errno
|
||||
|
|
@ -278,7 +278,7 @@ points outside the process's allocated address space.
|
|||
.El
|
||||
.Pp
|
||||
The
|
||||
.Fn umount
|
||||
.Fn unmount
|
||||
function may fail with one of the following errors:
|
||||
.Bl -tag -width [ENOTBLK]
|
||||
.It Bq Er EPERM
|
||||
|
|
@ -320,6 +320,6 @@ Some of the error codes need translation to more obvious messages.
|
|||
.Sh HISTORY
|
||||
.Fn Mount
|
||||
and
|
||||
.Fn umount
|
||||
.Fn unmount
|
||||
function calls appeared in
|
||||
.At v6 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue