diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:56:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:56:25 +0000 |
commit | a29304ce87a166f1999c49c4275dec2c309bcc0d (patch) | |
tree | cc64eecd3449285fbf29f267e15b3eaff2ccf5da /usr.bin/grep | |
parent | 0958ad88af71f26dce53d496b74403e340853e4b (diff) |
- .Ql Li -> .Ql (Ql already provides literal font)
- remove a .Pp
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 8b813c9c127..535ce53a3a9 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.14 2003/07/10 19:16:22 dhartmei Exp $ +.\" $OpenBSD: grep.1,v 1.15 2003/07/15 10:56:24 jmc Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -88,7 +88,6 @@ or compression utilities. .Pp The following options are available: -.Pp .Bl -tag -width indent .It Fl A Ar num Print @@ -285,12 +284,12 @@ The apostrophes ensure the entire expression is evaluated by instead of by the user's shell. The caret -.Ql Li \&^ +.Ql \&^ matches the null string at the beginning of a line, and the -.Ql Li \&\e +.Ql \&\e escapes the -.Ql Li \&. +.Ql \&. which would otherwise match any character. .Pp A simple example of an extended regular expression: |