strcmp.1: or
This commit is contained in:
parent
bf10689606
commit
59eee27979
@ -4,7 +4,7 @@
|
|||||||
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
||||||
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
||||||
.\"
|
.\"
|
||||||
.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
|
.SH NAME
|
||||||
strcmp \(en compare strings
|
strcmp \(en compare strings
|
||||||
.\"
|
.\"
|
||||||
@ -28,7 +28,7 @@ than one of the prior strings:
|
|||||||
strcmp b a
|
strcmp b a
|
||||||
.RE
|
.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:
|
prior strings:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
@ -54,7 +54,8 @@ been
|
|||||||
This tool also handles integer comparisons and file scrutiny. These parts of its
|
This tool also handles integer comparisons and file scrutiny. These parts of its
|
||||||
functionality have been broken out into multiple utilities.
|
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).
|
.BR test (1p).
|
||||||
.\"
|
.\"
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
Loading…
Reference in New Issue
Block a user