svn commit: r282002 - head/bin/expr

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 26 10:38:27 UTC 2015


Author: bapt
Date: Sun Apr 26 10:38:26 2015
New Revision: 282002
URL: https://svnweb.freebsd.org/changeset/base/282002

Log:
  Pet manlint

Modified:
  head/bin/expr/expr.1

Modified: head/bin/expr/expr.1
==============================================================================
--- head/bin/expr/expr.1	Sun Apr 26 10:29:43 2015	(r282001)
+++ head/bin/expr/expr.1	Sun Apr 26 10:38:26 2015	(r282002)
@@ -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


More information about the svn-src-all mailing list