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
This commit is contained in:
Giorgos Keramidas 2011-01-16 20:10:55 +00:00
parent 43319c116a
commit ab26b86473

View File

@ -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 ,