about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-04-13 12:37:47 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-04-13 12:37:47 +0000
commit566007e587294343a2ac3cb6fe7727d8fe355340 (patch)
tree5ed45a7fa4d3aa3a587620acb7d82226f8b3d282 /doc
parent88506928fc1320528adce6cd8d4c74fd3701d238 (diff)
downloads6-linux-utils-566007e587294343a2ac3cb6fe7727d8fe355340.tar.gz
s6-linux-utils-566007e587294343a2ac3cb6fe7727d8fe355340.tar.xz
s6-linux-utils-566007e587294343a2ac3cb6fe7727d8fe355340.zip
Doc fix: s6-mount has no default fstype
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-mount.html3
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>&nbsp;<em>fstab</em>&nbsp;: read file at <em>fstab</em>
 instead of <tt>/etc/fstab</tt> </li>
  <li> <tt>-n</tt>&nbsp;: ignored
- <li> <tt>-t</tt>&nbsp;<em>fstype</em>&nbsp;: filesystem is of type <em>fstype</em>. Default: ext2. </li>
+ <li> <tt>-t</tt>&nbsp;<em>fstype</em>&nbsp;: filesystem is of type <em>fstype</em>.
+You probably need to specify this. </li>
  <li> <tt>-r</tt>&nbsp;: mount read-only </li>
  <li> <tt>-w</tt>&nbsp;: mount read-write (default) </li>
  <li> <tt>-o</tt> <em>option</em>&nbsp;: mount with option <em>option</em>.