diff --git a/docs/strcmp.1 b/docs/strcmp.1 index facfdeb..5941762 100644 --- a/docs/strcmp.1 +++ b/docs/strcmp.1 @@ -4,7 +4,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.TH STRCMP 1 2024-06-06 "Bonsai Core Utilites 0.13.8" +.TH STRCMP 1 2024-06-17 "Bonsai Core Utilites 0.13.8" .SH NAME strcmp \(en compare strings .\" @@ -28,7 +28,7 @@ than one of the prior strings: strcmp b a .RE -and with an error code of 255 if it has a greater byte value than one of the +or with an error code of 255 if it has a greater byte value than one of the prior strings: .RS @@ -54,7 +54,8 @@ been This tool also handles integer comparisons and file scrutiny. These parts of its functionality have been broken out into multiple utilities. -This program\(cqs functionality may be performed on a POSIX-compliant system with +This program\(cqs functionality may be performed on a POSIX-compliant system +with .BR test (1p). .\" .SH AUTHOR