Module Name: src
Committed By: jdf
Date: Wed May 9 22:29:06 UTC 2012
Modified Files:
src/bin/expr: expr.1
Log Message:
Remove an unnecessary space in the manpage. Patch provided by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/bin/expr/expr.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/expr/expr.1
diff -u src/bin/expr/expr.1:1.31 src/bin/expr/expr.1:1.32
--- src/bin/expr/expr.1:1.31 Wed Mar 23 18:10:25 2011
+++ src/bin/expr/expr.1 Wed May 9 22:29:06 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: expr.1,v 1.31 2011/03/23 18:10:25 dholland Exp $
+.\" $NetBSD: expr.1,v 1.32 2012/05/09 22:29:06 jdf Exp $
.\"
.\" Copyright (c) 2000,2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -81,7 +81,7 @@ against
.Ar expr2 ,
which must be a regular expression.
The regular expression is anchored
-to the beginning of the string with an implicit
+to the beginning of the string with an implicit
.Dq ^ .
.Pp
If the match succeeds and the pattern contains at least one regular