From 0276206c7c3f6ddbba5e9c14f50828c6d489a929 Mon Sep 17 00:00:00 2001 From: keramida Date: Sun, 16 Jan 2011 20:10:55 +0000 Subject: [PATCH] Fix the mount example of xfDmitry Marakasov 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 --- share/man/man5/xfs.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man5/xfs.5 b/share/man/man5/xfs.5 index c3504241600e..2203dc46484b 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 ,