summaryrefslogtreecommitdiffstats
path: root/bin/expr
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-26 10:09:26 +0000
committerbapt <bapt@FreeBSD.org>2015-04-26 10:09:26 +0000
commit2bd254aa5c40e3eca8bada815e687a437caad246 (patch)
treed90585a60b33bbc199ce99a5736a67bb608300f4 /bin/expr
parent03332fdb5ce54ea4cc11af34cea2ea3a65fffe0f (diff)
downloadFreeBSD-src-2bd254aa5c40e3eca8bada815e687a437caad246.zip
FreeBSD-src-2bd254aa5c40e3eca8bada815e687a437caad246.tar.gz
Use mdoc(7) macros for curly braces
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 34be0b8f..a2b5441 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -90,15 +90,15 @@ Return the evaluation of
.Ar expr1
if neither expression evaluates to an empty string or zero;
otherwise, returns zero.
-.It Ar expr1 Li "{=, >, >=, <, <=, !=}" Ar expr2
+.It Ar expr1 Bro =, >, >=, <, <=, != Brc Ar expr2
Return the results of integer comparison if both arguments are integers;
otherwise, returns the results of string comparison using the locale-specific
collation sequence.
The result of each comparison is 1 if the specified relation is true,
or 0 if the relation is false.
-.It Ar expr1 Li "{+, -}" Ar expr2
+.It Ar expr1 Bro +, - Brc Ar expr2
Return the results of addition or subtraction of integer-valued arguments.
-.It Ar expr1 Li "{*, /, %}" Ar expr2
+.It Ar expr1 Bro *, /, % Brc Ar expr2
Return the results of multiplication, integer division, or remainder of integer-valued arguments.
.It Ar expr1 Li : Ar expr2
The
OpenPOWER on IntegriCloud