diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-05 22:05:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-05 22:05:30 +0000 |
commit | e2c9de4f1f50855523b617036b66df936f30c6a5 (patch) | |
tree | c486ec8288c1c69b8cf077cef29a362ac2c89fd2 | |
parent | 9a1902270c697aeda19fd94d04f249f25fc87658 (diff) |
[[:>:]] anchors the character preceding it to end of word, not the
character following it;
From: Peter Fraser
-rw-r--r-- | lib/libc/regex/re_format.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 72887175209..d509020576d 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.15 2010/07/15 20:51:38 schwarze Exp $ +.\" $OpenBSD: re_format.7,v 1.16 2013/06/05 22:05:29 jmc 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: July 15 2010 $ +.Dd $Mdocdate: June 5 2013 $ .Dt RE_FORMAT 7 .Os .Sh NAME @@ -446,7 +446,7 @@ Anchors the single character regular expression or subexpression immediately following it to the beginning of a word. .It [[:>:]] Anchors the single character regular expression or subexpression -immediately following it to the end of a word. +immediately preceding it to the end of a word. .It Pq Ar re Defines a subexpression .Ar re . |