summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-17 18:15:17 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-17 18:15:17 +0000
commite8c7db851c4c34cce1015e7f1984ea7d6c98402e (patch)
tree3b891f3bc07ae758e29d6851e0075218ce182bbf /bin/expr
parent0d74f18c01a10f0b07b2b26263b491bbbc854af9 (diff)
Remove hard sentence breaks.
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.15
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 1a95bf52868..169addc3c3f 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: expr.1,v 1.8 1999/09/23 10:43:07 aaron Exp $
+.\" $OpenBSD: expr.1,v 1.9 2000/03/17 18:15:13 aaron Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
@@ -55,7 +55,8 @@ operator matches
.Ar expr1
against
.Ar expr2 ,
-which must be a regular expression. The regular expression is anchored
+which must be a regular expression.
+The regular expression is anchored
to the beginning of the string with an implicit
.Ql ^ .
.Pp