diff options
| author | hgutch <hgutch@NetBSD.org> | 2022-08-28 10:48:15 +0000 |
|---|---|---|
| committer | hgutch <hgutch@NetBSD.org> | 2022-08-28 10:48:15 +0000 |
| commit | c50152805215fc19f54989ef828b22f840a8b376 (patch) | |
| tree | a5ded42412e49137f76ddc57b5bdbada1e74edf9 /bin/expr | |
| parent | ff6d005c7f095550ca18bf1875dc8f1a87a6a64c (diff) | |
Change back various occurrences of \*[Le], \*[Ge] (less/greater equal)
and \*(ua (upwards arrow) to literal "<=", ">=" and "^" whenever
appropriate (e.g., in code examples).
Diffstat (limited to 'bin/expr')
| -rw-r--r-- | bin/expr/expr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 74d0469d819..bbe0798c01f 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: expr.1,v 1.37 2017/07/03 21:33:23 wiz Exp $ +.\" $NetBSD: expr.1,v 1.38 2022/08/28 10:48:16 hgutch Exp $ .\" .\" Copyright (c) 2000,2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -62,7 +62,7 @@ Returns the evaluation of .Ar expr1 if neither expression evaluates to an empty string or zero; otherwise, returns zero. -.It Ar expr1 Li "{=, >, \*[Ge], <, \*[Le], !=}" Ar expr2 +.It Ar expr1 Li "{=, >, >=, <, <=, !=}" Ar expr2 Returns the results of integer comparison if both arguments are integers; otherwise, returns the results of string comparison using the locale-specific collation sequence. |
