diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/regex | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/regex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 7e57356b00b..357858f5869 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.23 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: regex.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt REGEX 3 .Os .Sh NAME @@ -78,7 +78,7 @@ frees any dynamically allocated storage used by the internal form of an RE. .Pp The header -.Aq Pa regex.h +.In regex.h declares two structure types, .Li regex_t and |