nroff: fix two syntax mistakes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 May 2013 21:11:13 +0000 (23:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 May 2013 21:11:13 +0000 (23:11 +0200)
ares_parse_a_reply and ares_parse_aaaa_reply both had two \fB instead of
\fP

Reported-by: Alexander Klauer
Bug: http://c-ares.haxx.se/mail/c-ares-archive-2013-03/0010.shtml

ares_parse_a_reply.3
ares_parse_aaaa_reply.3

index 7fd06f998df6d900922a6a01b2ed1f3c4d7d9d8b..8db8ed9a786510351c4f8d5aef139ad6c850a517 100644 (file)
@@ -22,7 +22,7 @@ ares_parse_a_reply \- Parse a reply to a DNS query of type A
 .PP
 .B int ares_parse_a_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
 .B     struct hostent **\fIhost\fP,
-.B      struct ares_addrttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
+.B      struct ares_addrttl *\fIaddrttls\fP, int *\fInaddrttls\fP);
 .fi
 .SH DESCRIPTION
 The
index 7fdaa686e91d7075607cb1824b2826fa6ab84abb..476a3f1b9f3610c157d6d7f63a6408b8952dd188 100644 (file)
@@ -22,7 +22,7 @@ ares_parse_aaaa_reply \- Parse a reply to a DNS query of type AAAA
 .PP
 .B int ares_parse_aaaa_reply(const unsigned char *\fIabuf\fP, int \fIalen\fP,
 .B     struct hostent **\fIhost\fP,         
-.B      struct ares_addr6ttl *\fIaddrttls\fB, int *\fInaddrttls\fB);
+.B      struct ares_addr6ttl *\fIaddrttls\fP, int *\fInaddrttls\fP);
 .fi
 .SH DESCRIPTION
 The