aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-03 01:49:17 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-03 01:49:17 +0000
commitee70653ec98ef29bfdccad7a2eb6207106021de9 (patch)
treecb927e999eb5be5afeefa86ba0f175b906af4e8c /bin
parent4f45d8117866dd399fe769d07dbc8e211bb9021c (diff)
downloadsrc-ee70653ec98ef29bfdccad7a2eb6207106021de9.tar.gz
src-ee70653ec98ef29bfdccad7a2eb6207106021de9.zip
Clarify: test compares strings by binary value, not "ASCII value".
Notes
Notes: svn path=/head/; revision=131512
Diffstat (limited to 'bin')
-rw-r--r--bin/test/test.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index bcb79f27c951..017454c5ee63 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -31,7 +31,7 @@
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
.\" $FreeBSD$
.\"
-.Dd May 31, 1993
+.Dd July 3, 2004
.Dt TEST 1
.Os
.Sh NAME
@@ -203,13 +203,13 @@ True if string
.Ar \&s\&1
comes before
.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
True if string
.Ar \&s\&1
comes after
.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
True if the integers
.Ar \&n\&1