diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-10-04 21:46:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-10-04 21:46:00 +0000 |
commit | bdc5e0d24c7defcc8b4cb8ffa35093f5bf3f3e93 (patch) | |
tree | 08636d6fe04b79b5b588d0ffa590b0a915648212 /usr.bin | |
parent | 2f32cce437d51a4d19d4091f0d2c1989c99339ce (diff) |
refer to re_format.7 rather than egrep.1 for a description of EREs;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index 3a3e110fa2d..6b81c825ac0 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.1,v 1.28 2004/04/09 12:12:44 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.29 2004/10/04 21:45:59 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -1831,9 +1831,13 @@ Announce error messages with a bell. .It Cm exrc , ex Bq off Read the startup files in the local directory. .It Cm extended Bq off -Regular expressions are extended (i.e.\& -.Xr egrep 1 -style) expressions. +Use extended regular expressions +.Pq EREs +rather than basic regular expressions +.Pq BREs . +See +.Xr re_format 7 +for more information on regular expressions. .It Cm filec Bq no default Set the character to perform file path completion on the colon command line. .It Cm flash Bq on @@ -2206,7 +2210,7 @@ Second choice for local directory startup file. .El .Sh SEE ALSO .Xr ctags 1 , -.Xr egrep 1 +.Xr re_format 7 .Pp The .Qq Vi Quick Reference |