summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
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 a2f552f8eb6..a64165f0d56 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,10 +1,10 @@
-.\" $OpenBSD: expr.1,v 1.22 2014/02/23 18:13:27 schwarze Exp $
+.\" $OpenBSD: expr.1,v 1.23 2015/01/16 15:30:10 schwarze Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Public domain.
.\"
-.Dd $Mdocdate: February 23 2014 $
+.Dd $Mdocdate: January 16 2015 $
.Dt EXPR 1
.Os
.Sh NAME
@@ -49,7 +49,7 @@ Returns the results of addition or subtraction of integer-valued arguments.
.It Ar expr1 Li "{*, /, %}" Ar expr2
Returns 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
.Ql \&:
operator matches