Clarify: test compares strings by binary value, not "ASCII value".
This commit is contained in:
parent
4f45d81178
commit
ee70653ec9
@ -31,7 +31,7 @@
|
|||||||
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
|
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 31, 1993
|
.Dd July 3, 2004
|
||||||
.Dt TEST 1
|
.Dt TEST 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -203,13 +203,13 @@ True if string
|
|||||||
.Ar \&s\&1
|
.Ar \&s\&1
|
||||||
comes before
|
comes before
|
||||||
.Ar \&s\&2
|
.Ar \&s\&2
|
||||||
based on the ASCII value of their characters.
|
based on the binary value of their characters.
|
||||||
.It Ar \&s\&1 Cm \&> Ar \&s\&2
|
.It Ar \&s\&1 Cm \&> Ar \&s\&2
|
||||||
True if string
|
True if string
|
||||||
.Ar \&s\&1
|
.Ar \&s\&1
|
||||||
comes after
|
comes after
|
||||||
.Ar \&s\&2
|
.Ar \&s\&2
|
||||||
based on the ASCII value of their characters.
|
based on the binary value of their characters.
|
||||||
.It Ar \&n\&1 Fl \&eq Ar \&n\&2
|
.It Ar \&n\&1 Fl \&eq Ar \&n\&2
|
||||||
True if the integers
|
True if the integers
|
||||||
.Ar \&n\&1
|
.Ar \&n\&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user