Author: ru
Date: Thu Mar 24 12:35:09 2011
New Revision: 219955
URL: http://svn.freebsd.org/changeset/base/219955

Log:
  It's possible to unmount multiple items at once, make it clear.

Modified:
  head/sbin/umount/umount.8
  head/sbin/umount/umount.c

Modified: head/sbin/umount/umount.8
==============================================================================
--- head/sbin/umount/umount.8   Thu Mar 24 12:04:42 2011        (r219954)
+++ head/sbin/umount/umount.8   Thu Mar 24 12:35:09 2011        (r219955)
@@ -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

Modified: head/sbin/umount/umount.c
==============================================================================
--- head/sbin/umount/umount.c   Thu Mar 24 12:04:42 2011        (r219954)
+++ head/sbin/umount/umount.c   Thu Mar 24 12:35:09 2011        (r219955)
@@ -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);
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to