diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-05 10:37:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-05 10:37:19 +0000 |
commit | aedec4f21dc771fdb0a208aa48b2664072de285e (patch) | |
tree | 0579745fcfeee0479a5595000b04940cc68209b7 /lib/libc/sys/mount.2 | |
parent | 7de3841898deaeba0e5d7a9435826bfa0255ba7e (diff) |
fix umount references; markus.friedl@informatik.uni-erlangen.de
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 764b47779bd..908cbde14ac 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.9 1999/02/27 21:56:34 deraadt Exp $ +.\" $OpenBSD: mount.2,v 1.10 1999/03/05 10:37:18 deraadt Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -161,7 +161,7 @@ struct mfs_args { .Ed .Pp The -.Fn umount +.Fn unmount function call disassociates the filesystem from the specified mount point .Fa dir . @@ -183,8 +183,8 @@ and the variable .Va errno is set to indicate the error. .Pp -.Nm umount -returns the value 0 if the umount succeeded; otherwise -1 is returned +.Fn unmount +returns the value 0 if the unmount succeeded; otherwise -1 is returned and the variable .Va errno is set to indicate the error. @@ -293,7 +293,7 @@ cylinder group information. points outside the process's allocated address space. .El .Pp -.Nm umount +.Fn unmount may fail with one of the following errors: .Bl -tag -width [ENAMETOOLONG] .It Bq Er EPERM @@ -337,6 +337,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 . |