scrut.1: update man page based on review (see #62)

This commit is contained in:
dtb
2024-02-17 23:12:39 -07:00
parent bee0165074
commit de9f8dc037

View File

@@ -7,7 +7,7 @@
.SH NAME .SH NAME
scrute \(en scrutinize file properties scrut \(en scrutinize file properties
.SH SYNOPSIS .SH SYNOPSIS
@@ -66,15 +66,16 @@ requires the given files to exist and be sockets.
.SH EXIT STATUS .SH EXIT STATUS
Scrut prints a debug message and exits unsuccessfully with the appropriate Scrut prints a debug message and exits unsuccessfully with the appropriate
sysexits(3) error code if invoked incorrectly. Scrut exits successfully if the sysexits.h(3) error code if invoked incorrectly. Scrut exits successfully if
given files comply with their requirements and unsuccessfully otherwise. the given files comply with their requirements and unsuccessfully otherwise.
.SH STANDARDS .SH STANDARDS
Scrut is nearly compatible with POSIX's test utility though it is narrower in Scrut is nearly compatible with POSIX's test utility though it is narrower in
scope. Notably, the scope. Notably, the
.B -h .B -h
option now shows usage information instead of being an alias to the modern option is now invalid and therefore shows usage information instead of being an
alias to the modern
.B -L .B -L
option. option.