1
0
forked from bonsai/harakit

docs: removed unnecessary comments

This commit is contained in:
2024-06-03 23:07:19 -06:00
parent 70cbc52c93
commit c32c554e03
13 changed files with 96 additions and 98 deletions

View File

@@ -8,17 +8,17 @@
.SH NAME
scrut \(en scrutinize file properties
.SH SYNOPSIS
.\"
scrut
.RB ( -bcdefgkprsuwxLS )
.RB [ file... ]
.\"
.SH DESCRIPTION
.\"
Determine if files comply with requirements.
.\"
.SH OPTIONS
.\"
.IP -L
Requires the given files to exist and be symbolic links.
.IP -S
@@ -49,7 +49,7 @@ Requires the given files to exist and be writable.
Requires the given files to exist and be executable.
.\"
.SH DIAGNOSTICS
.\"
If the given files comply with the specified requirements, the program will exit
successfully. If not, it exits unsuccessfully.
@@ -59,7 +59,7 @@ exit with the appropriate
error code.
.\"
.SH RATIONALE
.\"
The
.BR test (1p)
utility contains functionality that was broken out into separate programs. Thus,
@@ -71,7 +71,7 @@ alias to the modern
option.
.\"
.SH AUTHOR
.\"
Written by DTB
.MT trinity@trinity.moe
.ME .
@@ -80,9 +80,8 @@ Written by DTB
Copyright \(co 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/agpl.html>.
.\"
.SH SEE ALSO
.BR access (3p),
.BR lstat (3p),
.BR test (1p)