diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-24 01:22:07 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-24 01:22:07 +0000 |
commit | 2caac73e76c17c2d2648f15f232bb37306d8d780 (patch) | |
tree | f7a8216d15e836c36ad88275e609843ef5ac14e2 /bin/expr | |
parent | 60fd953f548301efb08ccce5f973f0d807e780ee (diff) | |
download | src-2caac73e76c17c2d2648f15f232bb37306d8d780.tar.gz src-2caac73e76c17c2d2648f15f232bb37306d8d780.zip |
Fix gross spelling and typographical errors pointed out by Keith Bostic.
Notes
Notes:
svn path=/head/; revision=1411
Diffstat (limited to 'bin/expr')
-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 a592564f8ddd..b2aba80876dd 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.5 1993/10/04 22:06:59 jtc Exp $ +.\" $Id: expr.1,v 1.2 1993/10/04 22:07:27 jtc 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 |