resolver.3: Fix declaration of dn_comp() in SYNOPSIS

Remove the second 'exp_dn' from the calling signature.

Reported-by: Gernot Tenchio <gernot@tenchio.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-16 23:20:21 +02:00
parent b09639d9be
commit a9f50aa383
1 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@
.\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
.TH RESOLVER 3 2008-11-07 "GNU" "Linux Programmer's Manual"
.TH RESOLVER 3 2010-06-17 "GNU" "Linux Programmer's Manual"
.SH NAME
res_init, res_query, res_search, res_querydomain, res_mkquery, res_send,
dn_comp, dn_expand \- resolver routines
@ -69,8 +69,7 @@ dn_comp, dn_expand \- resolver routines
.sp
.BI "int dn_comp(unsigned char *" exp_dn ", unsigned char *" comp_dn ,
.RS
.BI "int " length ", unsigned char **" dnptrs ", unsigned char *" exp_dn ,
.BI "unsigned char **" lastdnptr );
.BI "int " length ", unsigned char **" dnptrs ", unsigned char **" lastdnptr );
.RE
.sp
.BI "int dn_expand(unsigned char *" msg ", unsigned char *" eomorig ,