diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-03 20:09:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-03 20:09:09 +0000 |
commit | c6c14535f16736cd1a107df903c769f60720bf26 (patch) | |
tree | d1a529968fc89bd99e6ddf7381aac130d3a56108 /lib/libc/net/resolver.3 | |
parent | 761025b6048dc983849b3b222a869aaa62696685 (diff) |
Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com
Diffstat (limited to 'lib/libc/net/resolver.3')
-rw-r--r-- | lib/libc/net/resolver.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index a5f956f90da..4d5402ed2d6 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.14 2000/12/24 00:30:57 aaron Exp $ +.\" $OpenBSD: resolver.3,v 1.15 2001/04/03 20:09:08 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,6 +85,7 @@ .Fc .Ft int .Fn res_init "void" +.Ft int .Fo dn_comp .Fa "char *exp_dn" .Fa "char *comp_dn" |