diff options
author | 2010-07-15 20:51:38 +0000 | |
---|---|---|
committer | 2010-07-15 20:51:38 +0000 | |
commit | fb96007bea445b53c8b2866f5a8a580d2bce8e2d (patch) | |
tree | 9c9d717c52fcbe47fbb57db8d929c407fc630806 /lib/libc/regex | |
parent | According to Linux ath9k, the AR9280 1.0 was never sold. (diff) | |
download | wireguard-openbsd-fb96007bea445b53c8b2866f5a8a580d2bce8e2d.tar.xz wireguard-openbsd-fb96007bea445b53c8b2866f5a8a580d2bce8e2d.zip |
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. |