]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstab(5): mention how tabs are escaped
authorAndreas Henriksson <andreas@fatal.se>
Thu, 27 Jul 2017 21:00:15 +0000 (23:00 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Sep 2017 12:12:53 +0000 (14:12 +0200)
Someone requested explicitly mentioning how tabs are escaped,
in addition to the already existing spaces example.

Addresses: https://bugs.debian.org/580047
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
sys-utils/fstab.5

index 07d0287653b728fe8f8c28a60bd8ad91d5d4b5bd..a9e9f8c54dacfa410066d746fa03f2b7ac236d1e 100644 (file)
@@ -116,7 +116,8 @@ lower case characters.
 .RS
 This field describes the mount point (target) for the filesystem.  For swap partitions, this
 field should be specified as `none'. If the name of the mount point
-contains spaces these can be escaped as `\\040'.
+contains spaces or tabs these can be escaped as `\\040' and '\\011'
+respectively.
 .RE
 
 .B The third field