From 59eee27979666b3eaca0c2721965bf2c82eca342 Mon Sep 17 00:00:00 2001 From: emma Date: Mon, 17 Jun 2024 23:21:44 -0600 Subject: [PATCH] strcmp.1: or --- docs/strcmp.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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