diff options
author | joel <joel@FreeBSD.org> | 2012-05-13 14:16:04 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-13 14:16:04 +0000 |
commit | 82a81c78d982f919825edb09975bc63e950cbaad (patch) | |
tree | 7986d382e4cde1c998c3c0717c56c84d1d73dcef /bin/expr/expr.1 | |
parent | 3df7eed63daa61f9134456f5d918d8bb982186b9 (diff) | |
download | FreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.zip FreeBSD-src-82a81c78d982f919825edb09975bc63e950cbaad.tar.gz |
Minor mdoc nits.
Diffstat (limited to 'bin/expr/expr.1')
-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 4550edb..34be0b8f 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -77,7 +77,7 @@ Operators with equal precedence are grouped within symbols and .Ql } . .Bl -tag -width indent -.It Ar expr1 Li | Ar expr2 +.It Ar expr1 Li \&| Ar expr2 Return the evaluation of .Ar expr1 if it is neither an empty string nor zero; |