aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2011-03-24 12:35:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2011-03-24 12:35:09 +0000
commit34ae1bb65b5103cd8a9d82c62f6f25960066e36f (patch)
tree67fddfef7b22bf639f41c5a45c354a56ad81a549
parentb880379bb8b565d89b6549e4df32ee5e0c8a82af (diff)
Notes
-rw-r--r--sbin/umount/umount.82
-rw-r--r--sbin/umount/umount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 42b55ee724f5..91231a78b38c 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -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
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index c42b4bbf6030..911666f16a43 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -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);
}