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:
parent
43319c116a
commit
ab26b86473
@ -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 ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user