1
0
forked from bonsai/harakit

docs: fixed formatting of many manpages

This commit is contained in:
2024-03-26 18:26:51 -06:00
parent 127192185f
commit a6fd1108c6
6 changed files with 218 additions and 135 deletions

View File

@@ -1,4 +1,5 @@
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
.\" Copyright (c) 2024 Emma Tebibyte <emma@tebibyte.media>
.\"
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
@@ -21,47 +22,75 @@ Scrut determines if given files comply with the opted requirements.
.SH OPTIONS
.B -b
requires the given files to exist and be block special files.
.PP
.B -c
requires the given files to exist and be character special files.
.PP
.B -d
requires the given files to exist and be directories.
.PP
.B -e
requires the given files to exist, and is redundant to any other option.
.PP
.B -e
requires the given files to exist and be regular files.
.PP
.B -g
requires the given files to exist and have their set group ID flags set.
.PP
.B -k
requires the given files to exist and have their sticky bit set.
.PP
.B -p
requires the given files to exist and be named pipes.
.PP
.B -r
requires the given files to exist and be readable.
.PP
.B -u
requires the given files to exist and have their set user ID flags set.
.PP
.B -w
requires the given files to exist and be writable.
.PP
.B -x
requires the given files to exist and be executable.
.PP
.B -L
requires the given files to exist and be symbolic links.
.PP
.RS
Requires the given files to exist and be symbolic links.
.RE
.B -S
requires the given files to exist and be sockets.
.RS
Requires the given files to exist and be sockets.
.RE
.B -b
.RS
Requires the given files to exist and be block special files.
.RE
.B -c
.RS
Requires the given files to exist and be character special files.
.RE
.B -d
.RS
Requires the given files to exist and be directories.
.RE
.B -e
.RS
Requires the given files to exist, and is redundant to any other option.
.RE
.B -e
.RS
Requires the given files to exist and be regular files.
.RE
.B -g
.RS
Requires the given files to exist and have their set group ID flags set.
.RE
.B -k
.RS
Requires the given files to exist and have their sticky bit set.
.RE
.B -p
.RS
Requires the given files to exist and be named pipes.
.RE
.B -r
.RS
Requires the given files to exist and be readable.
.RE
.B -u
.RS
Requires the given files to exist and have their set user ID flags set.
.RE
.B -w
.RS
Requires the given files to exist and be writable.
.RE
.B -x
.RS
Requires the given files to exist and be executable.
.RE
.SH EXIT STATUS