]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Asciidoc: Small indentation fix in mount.8.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Fri, 26 Mar 2021 16:29:16 +0000 (17:29 +0100)
committerMario Blättermann <mario.blaettermann@gmail.com>
Fri, 26 Mar 2021 16:29:16 +0000 (17:29 +0100)
sys-utils/mount.8.adoc

index 0bf61dde1c6d92b481b3839569be89fa74428b82..3409ee3e794ad64ab2281fabce530be031c110b7 100644 (file)
@@ -759,10 +759,11 @@ Set the umask applied to regular files only. The default is the umask of the cur
 
 **allow_utime=**__value__::
 This option controls the permission check of mtime/atime.
-+
-* *20*
+
+*20*;;
 If current process is in group of file's group ID, you can change timestamp.
-* *2*
+
+*2*;;
 Other users can change timestamp.
 
 The default is set from 'dmask' option. (If the directory is writable, *utime*(2) is also allowed. I.e. ~dmask & 022)
@@ -771,12 +772,14 @@ Normally *utime*(2) checks that the current process is owner of the file, or tha
 
 **check=**__value__::
 Three different levels of pickiness can be chosen:
-+
-* *r*[*elaxed*]
+
+*r*[*elaxed*];;
 Upper and lower case are accepted and equivalent, long name parts are truncated (e.g. _verylongname.foobar_ becomes _verylong.foo_), leading and embedded spaces are accepted in each name part (name and extension).
-* *n*[*ormal*]
+
+*n*[*ormal*];;
 Like "relaxed", but many special characters (*, ?, <, spaces, etc.) are rejected. This is the default.
-* *s*[*trict*]
+
+*s*[*trict*];;
 Like "normal", but names that contain long parts or special characters that are sometimes used on Linux but are not accepted by MS-DOS (+, =, etc.) are rejected.
 
 **codepage=**__value__::