svn commit: r217481 - head/share/man/man5

Giorgos Keramidas keramida at FreeBSD.org
Sun Jan 16 20:10:56 UTC 2011


Author: keramida (doc committer)
Date: Sun Jan 16 20:10:55 2011
New Revision: 217481
URL: http://svn.freebsd.org/changeset/base/217481

Log:
  Fix the mount example of xfDmitry Marakasov <amdmi3 at FreeBSD.org>s(5) filesystems by including the read-only
  option.  We only support ro mounts for xfs, so it's nice if the examples
  we show in the manpage are easy to copy/paste.
  
  PR:		docs/149106
  Submitted by:	amdmi3
  MFC after:	3 days

Modified:
  head/share/man/man5/xfs.5

Modified: head/share/man/man5/xfs.5
==============================================================================
--- head/share/man/man5/xfs.5	Sun Jan 16 18:46:17 2011	(r217480)
+++ head/share/man/man5/xfs.5	Sun Jan 16 20:10:55 2011	(r217481)
@@ -53,7 +53,7 @@ To mount a
 volume located on
 .Pa /dev/ad1s1 :
 .Pp
-.Dl "mount -t xfs /dev/ad1s1 /mnt"
+.Dl "mount -t xfs -o ro /dev/ad1s1 /mnt"
 .Sh SEE ALSO
 .Xr nmount 2 ,
 .Xr unmount 2 ,


More information about the svn-src-all mailing list