diff options
author | 2013-06-05 03:39:22 +0000 | |
---|---|---|
committer | 2013-06-05 03:39:22 +0000 | |
commit | 64d4e9871d1af4e50715ace8f2f237ff8e4d36e0 (patch) | |
tree | 90569bb16bd247c9a0433830994a6bc333a5a4f9 /lib/libc/regex/regex.3 | |
parent | m_defrag(9) wasnt documented. (diff) | |
download | wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.tar.xz wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index c851b8d8e9c..24fc5ddcf1b 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.21 2007/05/31 19:19:30 jmc Exp $ +.\" $OpenBSD: regex.3,v 1.22 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt REGEX 3 .Os .Sh NAME @@ -45,8 +45,8 @@ .Nm regfree .Nd regular expression routines .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <regex.h> +.In sys/types.h +.In regex.h .Ft int .Fn regcomp "regex_t *preg" "const char *pattern" "int cflags" .Pp |