diff options
author | jkh <jkh@FreeBSD.org> | 1994-04-24 01:22:07 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-04-24 01:22:07 +0000 |
commit | 30d7ba45a93152f01311367dc37a2ac46cfe13f3 (patch) | |
tree | f7a8216d15e836c36ad88275e609843ef5ac14e2 /bin | |
parent | 95ce2b10f06ffbd416b91a9302dcd927310549f2 (diff) | |
download | FreeBSD-src-30d7ba45a93152f01311367dc37a2ac46cfe13f3.zip FreeBSD-src-30d7ba45a93152f01311367dc37a2ac46cfe13f3.tar.gz |
Fix gross spelling and typographical errors pointed out by Keith Bostic.
Diffstat (limited to 'bin')
-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 a592564..b2aba80 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 |