summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1999-03-05 15:16:31 +0000
committerAlexander Langer <alex@FreeBSD.org>1999-03-05 15:16:31 +0000
commit1f34b7f3f8728fbc0c5c355fac4e544cc52be3c0 (patch)
treecadbd76e8f153d766b91e7215a7650377b8ddc6e /lib
parente06fbe492bba5187d442dc0a7ffc46e789613442 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mount.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 7232e8246554..e3a5dd4ab5e7 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -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 .