diff options
author | 2015-09-14 20:06:58 +0000 | |
---|---|---|
committer | 2015-09-14 20:06:58 +0000 | |
commit | b60214d1227fd71d0cdde28f3b11775f83361749 (patch) | |
tree | 46276e6727e2404f7b942b4deb6fb6ae288b8b05 /lib/libc | |
parent | for argument placeholders for file names use .Ar, not .Pa (diff) | |
download | wireguard-openbsd-b60214d1227fd71d0cdde28f3b11775f83361749.tar.xz wireguard-openbsd-b60214d1227fd71d0cdde28f3b11775f83361749.zip |
Avoid .Ns right after .Pf, it's pointless.
In some cases, do additional cleanup in the immediate vicinity.
Diffstat (limited to 'lib/libc')
-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 |