Convert \\subsection sections into rst format

This commit is contained in:
ridiculousfish
2018-12-18 18:44:30 -08:00
parent 256c2dadee
commit c33d1a217c
85 changed files with 408 additions and 204 deletions

View File

@@ -7,7 +7,8 @@ Synopsis
umask [OPTIONS] [MASK]
\subsection umask-description Description
Description
------------
`umask` displays and manipulates the "umask", or file creation mode mask, which is used to restrict the default access to files.
@@ -38,6 +39,7 @@ If the first and second parts are skipped, they are assumed to be `a` and `=`, r
Note that symbolic masks currently do not work as intended.
\subsection umask-example Example
Example
------------
`umask 177` or `umask u=rw` sets the file creation mask to read and write for the owner and no permissions at all for any other users.