diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-26 10:38:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-26 10:38:26 +0000 |
commit | dc814fa48b73d159f07606ae13c9da53750c64ae (patch) | |
tree | dd60bf45f3f41538044d5b9c8d2ea23a9f9c33c1 | |
parent | 7acd8260b547390b9be9f547af5b005a330fb3c3 (diff) |
Notes
-rw-r--r-- | bin/expr/expr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index a2b5441d17a4a..d02105561fdec 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -100,7 +100,7 @@ or 0 if the relation is false. Return the results of addition or subtraction of integer-valued arguments. .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 +.It Ar expr1 Li \&: Ar expr2 The .Dq Li \&: operator matches |