summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2011-01-16 20:10:55 +0000
committerkeramida <keramida@FreeBSD.org>2011-01-16 20:10:55 +0000
commit0276206c7c3f6ddbba5e9c14f50828c6d489a929 (patch)
tree0e65355064a9f903ea3c25abd34ac30ae20da645 /share
parentff6910496ef17be57c9a6d2bda617c7977954847 (diff)
downloadFreeBSD-src-0276206c7c3f6ddbba5e9c14f50828c6d489a929.zip
FreeBSD-src-0276206c7c3f6ddbba5e9c14f50828c6d489a929.tar.gz
Fix the mount example of xfDmitry Marakasov <amdmi3@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
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/xfs.52
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/xfs.5 b/share/man/man5/xfs.5
index c350424..2203dc4 100644
--- a/share/man/man5/xfs.5
+++ b/share/man/man5/xfs.5
@@ -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 ,
OpenPOWER on IntegriCloud