diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-15 17:37:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-15 17:37:31 +0000 |
commit | 12e720d78bf94de3b7f64be5f7fd7bced7c19b75 (patch) | |
tree | 4835618eef3d67608a289aa76509767bf890c972 /bin/expr/expr.1 | |
parent | e0913a2c442fb7f44d978791c07fce9fdb3abb47 (diff) | |
download | src-12e720d78bf94de3b7f64be5f7fd7bced7c19b75.tar.gz src-12e720d78bf94de3b7f64be5f7fd7bced7c19b75.zip |
Prepare for mdoc(7)NG.
Notes
Notes:
svn path=/head/; revision=70056
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 defd8a488d80..523cd1fe8564 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -77,7 +77,7 @@ Return the results of addition or subtraction of integer-valued arguments. Return the results of multiplication, integer division, or remainder of integer-valued arguments. .It Ar expr1 Li : Ar expr2 The -.Dq \: +.Dq \&: operator matches .Ar expr1 against |