diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-29 20:01:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-29 20:01:08 +0000 |
commit | 041088b2ff72a279de7977733119cef5c69dc15f (patch) | |
tree | b0db488aced5684f2bea54486122cc085ad46efc /sbin/umount | |
parent | 47736cb76ef0cc2d909dee04410231c89f2d1bc9 (diff) |
- special/node may be specified multiple times; from andracs
- clean up DESCRIPTION somewhat
feedback/ok otto ray
Diffstat (limited to 'sbin/umount')
-rw-r--r-- | sbin/umount/umount.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index c3d78f47e06..af662824a3d 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umount.8,v 1.13 2006/06/29 12:51:26 jmc Exp $ +.\" $OpenBSD: umount.8,v 1.14 2006/06/29 20:01:07 jmc Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -53,9 +53,12 @@ calls the .Xr unmount 2 system call to remove a .Ar special -device -or the remote node (rhost:path) from the file system tree at the point -.Ar node . +device or +.Ar node +.Pf ( Bo Ar rhost : +.Bc Ar path ) +from the file system tree. +Multiple devices and nodes may be specified on the command line. If neither .Ar special nor |