diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-13 12:37:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-13 12:37:47 +0000 |
commit | 566007e587294343a2ac3cb6fe7727d8fe355340 (patch) | |
tree | 5ed45a7fa4d3aa3a587620acb7d82226f8b3d282 /doc/s6-mount.html | |
parent | 88506928fc1320528adce6cd8d4c74fd3701d238 (diff) | |
download | s6-linux-utils-566007e587294343a2ac3cb6fe7727d8fe355340.tar.xz |
Doc fix: s6-mount has no default fstype
Diffstat (limited to 'doc/s6-mount.html')
-rw-r--r-- | doc/s6-mount.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-mount.html b/doc/s6-mount.html index cce1717..81537b5 100644 --- a/doc/s6-mount.html +++ b/doc/s6-mount.html @@ -44,7 +44,8 @@ line arguments </li> <li> <tt>-z</tt> <em>fstab</em> : read file at <em>fstab</em> instead of <tt>/etc/fstab</tt> </li> <li> <tt>-n</tt> : ignored - <li> <tt>-t</tt> <em>fstype</em> : filesystem is of type <em>fstype</em>. Default: ext2. </li> + <li> <tt>-t</tt> <em>fstype</em> : filesystem is of type <em>fstype</em>. +You probably need to specify this. </li> <li> <tt>-r</tt> : mount read-only </li> <li> <tt>-w</tt> : mount read-write (default) </li> <li> <tt>-o</tt> <em>option</em> : mount with option <em>option</em>. |