diff options
author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
---|---|---|
committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /bin/expr/expr.1 | |
parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) |
Diffstat (limited to 'bin/expr/expr.1')
-rw-r--r-- | bin/expr/expr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 8514d9dd64cca..3cfa19b8f5892 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: expr.1,v 1.2 1993/10/04 22:07:27 jtc Exp $ +.\" $Id: expr.1,v 1.2.2.1 1994/05/01 15:59:55 jkh Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 @@ -83,7 +83,7 @@ operator matches against .Ar expr2 , which must be a regular expression. The regular expression is anchored -to the begining 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 |