diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index d8f09e7915ab..446a9e3d5024 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: expr.1,v 1.26 2004/04/20 19:44:51 jdolecek Exp $ +.\" $NetBSD: expr.1,v 1.27 2004/04/20 20:47:47 wiz Exp $ .\" .\" Copyright (c) 2000,2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd December 21, 2003 +.Dd April 20, 2004 .Dt EXPR 1 .Os .Sh NAME @@ -101,14 +101,14 @@ otherwise the matching operator returns the number of characters matched. If the match fails and the pattern contains a regular expression subexpression the null string is returned; otherwise 0. -.It "( " Ar expr Li " )" +.It "( " Ar expr No " )" Parentheses are used for grouping in the usual manner. .El .Pp -Additionally, following keywords are recognized: +Additionally, the following keywords are recognized: .Bl -tag -width indent .It length Ar expr -Returns length of specified string in bytes. +Returns the length of the specified string in bytes. .El .Pp Operator precedence (from highest to lowest):