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
Signed by: trinity
GPG Key ID: 31FF85CCB6DC7641
1 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@
.SH NAME
scrute \(en scrutinize file properties
scrut \(en scrutinize file properties
.SH SYNOPSIS
@ -66,15 +66,16 @@ requires the given files to exist and be sockets.
.SH EXIT STATUS
Scrut prints a debug message and exits unsuccessfully with the appropriate
sysexits(3) error code if invoked incorrectly. Scrut exits successfully if the
given files comply with their requirements and unsuccessfully otherwise.
sysexits.h(3) error code if invoked incorrectly. Scrut exits successfully if
the given files comply with their requirements and unsuccessfully otherwise.
.SH STANDARDS
Scrut is nearly compatible with POSIX's test utility though it is narrower in
scope. Notably, the
.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
option.