Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 07:38:47 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196287 - head/sbin/umount
Message-ID:  <200908170738.n7H7clLd052645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Mon Aug 17 07:38:47 2009
New Revision: 196287
URL: http://svn.freebsd.org/changeset/base/196287

Log:
  Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run
  by root.
  
  Approved by:	re (kib)

Modified:
  head/sbin/umount/umount.8

Modified: head/sbin/umount/umount.8
==============================================================================
--- head/sbin/umount/umount.8	Mon Aug 17 07:30:08 2009	(r196286)
+++ head/sbin/umount/umount.8	Mon Aug 17 07:38:47 2009	(r196287)
@@ -57,7 +57,8 @@ device or remote node (rhost:path), the 
 or by the file system ID
 .Ar fsid
 as reported by
-.Dq mount -v .
+.Dq mount -v
+when run by root.
 .Pp
 The options are as follows:
 .Bl -tag -width indent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908170738.n7H7clLd052645>