diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
commit | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch) | |
tree | ee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/asr | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/asr')
-rw-r--r-- | lib/libc/asr/async_resolver.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/asr/async_resolver.3 b/lib/libc/asr/async_resolver.3 index 5c1c67602a1..8460309360d 100644 --- a/lib/libc/asr/async_resolver.3 +++ b/lib/libc/asr/async_resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: async_resolver.3,v 1.12 2013/04/30 13:05:44 jmc Exp $ +.\" $OpenBSD: async_resolver.3,v 1.13 2013/06/05 03:39:22 tedu Exp $ .\" .\" Copyright (c) 2012, Eric Faurot <eric@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: April 30 2013 $ +.Dd $Mdocdate: June 5 2013 $ .Dt ASYN_RESOLVER 3 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nm getnameinfo_async .Nd asynchronous resolver functions .Sh SYNOPSIS -.Fd #include <asr.h> +.In asr.h .Ft struct asr * .Fn async_resolver "const char *conf" .Ft void |