mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
It's possible to unmount multiple items at once, make it clear.
This commit is contained in:
parent
b880379bb8
commit
34ae1bb65b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219955
@ -37,7 +37,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl fv
|
||||
.Ar special | node | fsid
|
||||
.Ar special ... | node ... | fsid ...
|
||||
.Nm
|
||||
.Fl a | A
|
||||
.Op Fl F Ar fstab
|
||||
|
@ -599,7 +599,7 @@ usage(void)
|
||||
{
|
||||
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: umount [-fv] special | node | fsid",
|
||||
"usage: umount [-fv] special ... | node ... | fsid ...",
|
||||
" umount -a | -A [-F fstab] [-fv] [-h host] [-t type]");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user