diff options
author | 2019-08-02 22:36:37 +0000 | |
---|---|---|
committer | 2019-08-02 22:36:37 +0000 | |
commit | c31dd0bd3852a03f72c129c9011786b9d753d1b7 (patch) | |
tree | abbc5f29f2265bfd17504567ed3891621480a35f | |
parent | regen (diff) | |
download | wireguard-openbsd-c31dd0bd3852a03f72c129c9011786b9d753d1b7.tar.xz wireguard-openbsd-c31dd0bd3852a03f72c129c9011786b9d753d1b7.zip |
add the missing .An -nosplit
-rw-r--r-- | usr.bin/pkg-config/pkg-config.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1 index 8a808cdc731..7647becda58 100644 --- a/usr.bin/pkg-config/pkg-config.1 +++ b/usr.bin/pkg-config/pkg-config.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg-config.1,v 1.33 2019/02/04 20:18:11 jasper Exp $ +.\" $OpenBSD: pkg-config.1,v 1.34 2019/08/02 22:36:37 schwarze Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 4 2019 $ +.Dd $Mdocdate: August 2 2019 $ .Dt PKG-CONFIG 1 .Os .Sh NAME @@ -196,6 +196,7 @@ The utility first appeared in .Ox 4.1 . .Sh AUTHORS +.An -nosplit .Nm was written by .An Chris Kuethe Aq Mt ckuethe@openbsd.org |