diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
commit | 6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch) | |
tree | d083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /lib/libc/regex | |
parent | f923664fa40842bde91793690e58d886dad875d2 (diff) |
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 |