diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-15 20:51:39 +0000 |
commit | d1e3490c2c01c8d4c419a531ccbba23627555a8c (patch) | |
tree | 51922fc49afafddf96d2c0f37ca0596c58562981 /lib/libc/regex | |
parent | 7f51966fb29bd3bf3348d5e49422c1934fa6949a (diff) |
More delimiters that need quoting inside macros, hunted down by jmc@,
who asked me to commit because he is just running out of the door.
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/re_format.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 0c0928716f4..72887175209 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re_format.7,v 1.14 2007/05/31 19:19:30 jmc Exp $ +.\" $OpenBSD: re_format.7,v 1.15 2010/07/15 20:51:38 schwarze Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)re_format.7 8.3 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 15 2010 $ .Dt RE_FORMAT 7 .Os .Sh NAME @@ -214,7 +214,7 @@ and .Sq .] to make it a collating element (see below). With the exception of these and some combinations using -.Sq [ +.Sq \&[ (see next paragraphs), all other special characters, including .Sq \e , @@ -539,7 +539,7 @@ The parentheses for nested subexpressions are and .Sq \e) , with -.Sq ( +.Sq \&( and .Sq )\& by themselves ordinary characters. @@ -733,7 +733,7 @@ Having two kinds of REs is a botch. The current POSIX spec says that .Sq )\& is an ordinary character in the absence of an unmatched -.Sq ( ; +.Sq \&( ; this was an unintentional result of a wording error, and change is likely. Avoid relying on it. |