diff options
Diffstat (limited to 'lib/libc/regex/re_format.7')
-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 36f0942715f..da4b4b29a80 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.21 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: re_format.7,v 1.22 2015/09/14 20:06:58 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: February 28 2015 $ +.Dd $Mdocdate: September 14 2015 $ .Dt RE_FORMAT 7 .Os .Sh NAME @@ -679,7 +679,7 @@ Defines a subexpression .Ar re . Subexpressions may be nested. A subsequent backreference of the form -.Pf \e Ns Ar n , +.Pf \e Ar n , where .Ar n is a number in the range [1,9], expands to the text matched by the |