From a2efab6c7596a9ad163651287367f118a9842b2e Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 30 Apr 2024 09:38:07 -0400 Subject: [PATCH] manpage: remove AUTHOR section The current best practices consider the AUTHOR section to be deprecated and recommend removing such a section. --- docs/ares_cancel.3 | 2 -- docs/ares_create_query.3 | 1 - docs/ares_destroy.3 | 4 ---- docs/ares_destroy_options.3 | 4 ---- docs/ares_dns_mapping.3 | 2 -- docs/ares_dns_record.3 | 2 -- docs/ares_dns_rr.3 | 2 -- docs/ares_dup.3 | 2 -- docs/ares_expand_name.3 | 4 ---- docs/ares_expand_string.3 | 2 -- docs/ares_fds.3 | 4 ---- docs/ares_free_data.3 | 6 ------ docs/ares_free_hostent.3 | 4 ---- docs/ares_free_string.3 | 4 ---- docs/ares_freeaddrinfo.3 | 4 ---- docs/ares_get_servers.3 | 10 ---------- docs/ares_getaddrinfo.3 | 4 ---- docs/ares_gethostbyaddr.3 | 4 ---- docs/ares_gethostbyname.3 | 4 ---- docs/ares_gethostbyname_file.3 | 4 ---- docs/ares_getnameinfo.3 | 4 ---- docs/ares_inet_ntop.3 | 2 -- docs/ares_inet_pton.3 | 2 -- docs/ares_init_options.3 | 6 ------ docs/ares_library_cleanup.3 | 6 ------ docs/ares_library_init.3 | 6 ------ docs/ares_library_init_android.3 | 4 ---- docs/ares_mkquery.3 | 4 ---- docs/ares_parse_a_reply.3 | 6 ------ docs/ares_parse_aaaa_reply.3 | 6 ------ docs/ares_parse_caa_reply.3 | 2 -- docs/ares_parse_mx_reply.3 | 2 -- docs/ares_parse_naptr_reply.3 | 2 -- docs/ares_parse_ns_reply.3 | 2 -- docs/ares_parse_ptr_reply.3 | 4 ---- docs/ares_parse_srv_reply.3 | 2 -- docs/ares_parse_txt_reply.3 | 4 ---- docs/ares_parse_uri_reply.3 | 2 -- docs/ares_process.3 | 4 ---- docs/ares_query.3 | 5 ----- docs/ares_queue.3 | 2 -- docs/ares_reinit.3 | 2 -- docs/ares_save_options.3 | 4 ---- docs/ares_search.3 | 5 ----- docs/ares_send.3 | 5 ----- docs/ares_set_local_dev.3 | 2 -- docs/ares_set_local_ip4.3 | 2 -- docs/ares_set_local_ip6.3 | 2 -- docs/ares_set_server_state_callback.3 | 3 --- docs/ares_set_servers.3 | 10 ---------- docs/ares_set_servers_csv.3 | 2 -- docs/ares_set_socket_callback.3 | 2 -- docs/ares_set_socket_configure_callback.3 | 2 -- docs/ares_set_socket_functions.3 | 2 -- docs/ares_strerror.3 | 4 ---- docs/ares_threadsafety.3 | 2 -- docs/ares_timeout.3 | 4 ---- 57 files changed, 203 deletions(-) diff --git a/docs/ares_cancel.3 b/docs/ares_cancel.3 index 4eecaade..967a946b 100644 --- a/docs/ares_cancel.3 +++ b/docs/ares_cancel.3 @@ -31,5 +31,3 @@ c-ares 1.6.0 and earlier pass a status of .BR ARES_ETIMEOUT instead of .BR ARES_ECANCELLED . -.SH AUTHOR -Dirk Manske diff --git a/docs/ares_create_query.3 b/docs/ares_create_query.3 index 5fb59f92..a54eec3e 100644 --- a/docs/ares_create_query.3 +++ b/docs/ares_create_query.3 @@ -70,4 +70,3 @@ Added in c-ares 1.10.0 .BR ares_expand_name (3), .BR ares_free_string (3), .BR ares_mkquery (3) -.SH AUTHOR diff --git a/docs/ares_destroy.3 b/docs/ares_destroy.3 index 8548d59c..d1984b7c 100644 --- a/docs/ares_destroy.3 +++ b/docs/ares_destroy.3 @@ -27,7 +27,3 @@ using this channel may be made once this function is called. .BR ares_init (3), .BR ares_cancel (3), .BR ares_threadsafety (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_destroy_options.3 b/docs/ares_destroy_options.3 index 432c4b10..18340995 100644 --- a/docs/ares_destroy_options.3 +++ b/docs/ares_destroy_options.3 @@ -18,7 +18,3 @@ identified by \Ioptions\fP, freeing all memory allocated by .SH SEE ALSO .BR ares_save_options (3), .BR ares_init_options (3) -.SH AUTHOR -Brad House -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_dns_mapping.3 b/docs/ares_dns_mapping.3 index 6c2c905a..690ad62b 100644 --- a/docs/ares_dns_mapping.3 +++ b/docs/ares_dns_mapping.3 @@ -298,5 +298,3 @@ These functions were first introduced in c-ares version 1.22.0. .BR ares_dns_record (3), .BR ares_dns_rr (3), .BR ares_init (3) -.SH AUTHOR -Copyright (C) 2023 The c-ares project and its members. diff --git a/docs/ares_dns_record.3 b/docs/ares_dns_record.3 index 01ce7601..3ec42b54 100644 --- a/docs/ares_dns_record.3 +++ b/docs/ares_dns_record.3 @@ -439,5 +439,3 @@ These functions were first introduced in c-ares version 1.22.0. .BR ares_dns_mapping (3), .BR ares_dns_rr (3), .BR ares_free_string (3) -.SH AUTHOR -Copyright (C) 2023 The c-ares project and its members. diff --git a/docs/ares_dns_rr.3 b/docs/ares_dns_rr.3 index 290859e8..9ea38fa6 100644 --- a/docs/ares_dns_rr.3 +++ b/docs/ares_dns_rr.3 @@ -635,5 +635,3 @@ These functions were first introduced in c-ares version 1.22.0. .BR ares_dns_mapping (3), .BR ares_dns_record (3), .BR ares_free_string (3) -.SH AUTHOR -Copyright (C) 2023 The c-ares project and its members. diff --git a/docs/ares_dup.3 b/docs/ares_dup.3 index 2395fe18..d75e04eb 100644 --- a/docs/ares_dup.3 +++ b/docs/ares_dup.3 @@ -23,6 +23,4 @@ handle when the channel is no longer needed. .BR ares_library_init (3) .SH AVAILABILITY \fIares_dup(3)\fP was added in c-ares 1.6.0 -.SH AUTHOR -Daniel Stenberg diff --git a/docs/ares_expand_name.3 b/docs/ares_expand_name.3 index 7bd43842..a8d08122 100644 --- a/docs/ares_expand_name.3 +++ b/docs/ares_expand_name.3 @@ -49,7 +49,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_mkquery (3), .BR ares_free_string (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_expand_string.3 b/docs/ares_expand_string.3 index 22d6654e..e4b1af9c 100644 --- a/docs/ares_expand_string.3 +++ b/docs/ares_expand_string.3 @@ -46,5 +46,3 @@ The encoded string was malformed and could not be expanded. Memory was exhausted. .SH SEE ALSO .BR ares_free_string (3) -.SH AUTHOR -Dominick Meglio diff --git a/docs/ares_fds.3 b/docs/ares_fds.3 index 5871be5a..b05ac10a 100644 --- a/docs/ares_fds.3 +++ b/docs/ares_fds.3 @@ -55,7 +55,3 @@ more modern methods to check for socket readable/writable state such as .BR ares_init_options (3), .BR ares_timeout (3), .BR ares_process (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_free_data.3 b/docs/ares_free_data.3 index a4de4dbf..98ebf688 100644 --- a/docs/ares_free_data.3 +++ b/docs/ares_free_data.3 @@ -60,9 +60,3 @@ This function was first introduced in c-ares version 1.7.0. .BR ares_parse_mx_reply (3), .BR ares_parse_txt_reply (3), .BR ares_parse_soa_reply (3) -.SH AUTHOR -Yang Tse -.PP -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2004-2010 by Daniel Stenberg. diff --git a/docs/ares_free_hostent.3 b/docs/ares_free_hostent.3 index 973dc9dc..78d74d04 100644 --- a/docs/ares_free_hostent.3 +++ b/docs/ares_free_hostent.3 @@ -28,7 +28,3 @@ structures when the callback returns. .BR ares_parse_aaaa_reply (3), .BR ares_parse_ptr_reply (3), .BR ares_parse_ns_reply (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_free_string.3 b/docs/ares_free_string.3 index 9871b48e..17984ba9 100644 --- a/docs/ares_free_string.3 +++ b/docs/ares_free_string.3 @@ -17,7 +17,3 @@ function. .SH SEE ALSO .BR ares_mkquery (3) .BR ares_expand_string (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 2000 by the Massachusetts Institute of Technology. diff --git a/docs/ares_freeaddrinfo.3 b/docs/ares_freeaddrinfo.3 index 0f2a6ae0..b4b9e4c5 100644 --- a/docs/ares_freeaddrinfo.3 +++ b/docs/ares_freeaddrinfo.3 @@ -20,7 +20,3 @@ returned in \fIresult\fP of .B ares_addrinfo_callback .SH SEE ALSO .BR ares_getaddrinfo (3), -.SH AUTHOR -Christian Ammer -.BR -Andrew Selivanov diff --git a/docs/ares_get_servers.3 b/docs/ares_get_servers.3 index 7aeaa50e..c1928530 100644 --- a/docs/ares_get_servers.3 +++ b/docs/ares_get_servers.3 @@ -67,13 +67,3 @@ was invalid. .SH NOTES As of c-ares 1.24, these functions are deprecated due to their lack of ability to store the entire server configuration. Use \fBares_get_servers_csv(3)\fP. -.SH AUTHOR -Implementation of this function and associated library internals are based -on code, comments and feedback provided in November and December of 2008 by -Daniel Stenberg, Gregor Jasny, Phil Blundell and Yang Tse, December 2009 -by Cedric Bail, February 2010 by Jakub Hrozek. On March 2010 Yang Tse -shuffled all the bits and this function popped out. -.br -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2008-2010 by Daniel Stenberg diff --git a/docs/ares_getaddrinfo.3 b/docs/ares_getaddrinfo.3 index 234e6568..5544ce20 100644 --- a/docs/ares_getaddrinfo.3 +++ b/docs/ares_getaddrinfo.3 @@ -192,7 +192,3 @@ on each of the resolved addresses as per RFC6724. This function was added in c-ares 1.16.0, released in March 2020. .SH SEE ALSO .BR ares_freeaddrinfo (3) -.SH AUTHOR -Christian Ammer -.br -Andrew Selivanov diff --git a/docs/ares_gethostbyaddr.3 b/docs/ares_gethostbyaddr.3 index 8d79d903..cc409228 100644 --- a/docs/ares_gethostbyaddr.3 +++ b/docs/ares_gethostbyaddr.3 @@ -98,7 +98,3 @@ within the eventloop when notified. .SH SEE ALSO .BR ares_process (3), .BR ares_gethostbyname (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_gethostbyname.3 b/docs/ares_gethostbyname.3 index 1067ac11..06d075ca 100644 --- a/docs/ares_gethostbyname.3 +++ b/docs/ares_gethostbyname.3 @@ -106,7 +106,3 @@ within the eventloop when notified. .SH SEE ALSO .BR ares_process (3), .BR ares_gethostbyaddr (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_gethostbyname_file.3 b/docs/ares_gethostbyname_file.3 index 98cb93fd..57dd7c43 100644 --- a/docs/ares_gethostbyname_file.3 +++ b/docs/ares_gethostbyname_file.3 @@ -66,7 +66,3 @@ Added in c-ares 1.5.4 .BR ares_gethostbyname (3), .BR ares_free_hostent (3), .BR ares_init_options (3) -.SH AUTHOR -Brad Spencer -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_getnameinfo.3 b/docs/ares_getnameinfo.3 index b4161d40..66b04f9e 100644 --- a/docs/ares_getnameinfo.3 +++ b/docs/ares_getnameinfo.3 @@ -145,7 +145,3 @@ will be .BR NULL . .SH SEE ALSO .BR ares_process (3), -.SH AUTHOR -Dominick Meglio -.br -Copyright 2005 by Dominick Meglio. diff --git a/docs/ares_inet_ntop.3 b/docs/ares_inet_ntop.3 index b5ae557a..4a9f0049 100644 --- a/docs/ares_inet_ntop.3 +++ b/docs/ares_inet_ntop.3 @@ -31,6 +31,4 @@ for IPv6). .BR ares_inet_pton (3) .SH AVAILABILITY made properly publicly available in c-ares for real in version 1.10.0 -.SH AUTHOR -Daniel Stenberg diff --git a/docs/ares_inet_pton.3 b/docs/ares_inet_pton.3 index ca95010b..5b7b8010 100644 --- a/docs/ares_inet_pton.3 +++ b/docs/ares_inet_pton.3 @@ -27,6 +27,4 @@ the numeric address; this shall be large enough to hold the numeric address .BR ares_inet_ntop (3) .SH AVAILABILITY made properly publicly available in c-ares for real in version 1.10.0 -.SH AUTHOR -Daniel Stenberg diff --git a/docs/ares_init_options.3 b/docs/ares_init_options.3 index 2f6f8e43..2da98774 100644 --- a/docs/ares_init_options.3 +++ b/docs/ares_init_options.3 @@ -395,9 +395,3 @@ manual page. .BR ares_set_servers (3), .BR ares_set_sortlist (3), .BR ares_threadsafety (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2004-2010 by Daniel Stenberg. diff --git a/docs/ares_library_cleanup.3 b/docs/ares_library_cleanup.3 index 5eccdbc6..ff7d946f 100644 --- a/docs/ares_library_cleanup.3 +++ b/docs/ares_library_cleanup.3 @@ -64,9 +64,3 @@ a do-nothing function on non-Win32/64 platforms. .SH SEE ALSO .BR ares_library_init (3), .BR ares_cancel (3) -.SH AUTHOR -Yang Tse -.PP -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2004-2009 by Daniel Stenberg. diff --git a/docs/ares_library_init.3 b/docs/ares_library_init.3 index f77effb8..1c30faf2 100644 --- a/docs/ares_library_init.3 +++ b/docs/ares_library_init.3 @@ -96,9 +96,3 @@ a do-nothing function on non-Win32/64 platforms at this point. .SH SEE ALSO .BR ares_library_cleanup (3), .BR ares_strerror (3) -.SH AUTHOR -Yang Tse -.PP -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2004-2009 by Daniel Stenberg. diff --git a/docs/ares_library_init_android.3 b/docs/ares_library_init_android.3 index 590fad5c..bf132d84 100644 --- a/docs/ares_library_init_android.3 +++ b/docs/ares_library_init_android.3 @@ -124,8 +124,4 @@ This function was first introduced in c-ares version 1.15.0. .SH SEE ALSO .BR ares_library_init (3), .BR ares_library_cleanup (3), -.SH AUTHOR -John Schember -.PP -Copyright (C) 2017 by John Schember diff --git a/docs/ares_mkquery.3 b/docs/ares_mkquery.3 index 0075347a..0e7b5edb 100644 --- a/docs/ares_mkquery.3 +++ b/docs/ares_mkquery.3 @@ -73,7 +73,3 @@ Memory was exhausted. .BR ares_expand_name (3), .BR ares_dns_record (3), .BR ares_free_string (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998, 2000 by the Massachusetts Institute of Technology. diff --git a/docs/ares_parse_a_reply.3 b/docs/ares_parse_a_reply.3 index 91f6a3fd..f4a0e8bb 100644 --- a/docs/ares_parse_a_reply.3 +++ b/docs/ares_parse_a_reply.3 @@ -61,9 +61,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_gethostbyname (3), .BR ares_free_hostent (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Andrew Selivanov -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_parse_aaaa_reply.3 b/docs/ares_parse_aaaa_reply.3 index cc11f234..364766f0 100644 --- a/docs/ares_parse_aaaa_reply.3 +++ b/docs/ares_parse_aaaa_reply.3 @@ -61,9 +61,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_gethostbyname (3), .BR ares_free_hostent (3) -.SH AUTHOR -Dominick Meglio -.br -Copyright 2005 by Dominick Meglio. -.BR -Andrew Selivanov diff --git a/docs/ares_parse_caa_reply.3 b/docs/ares_parse_caa_reply.3 index 740562c1..489d4201 100644 --- a/docs/ares_parse_caa_reply.3 +++ b/docs/ares_parse_caa_reply.3 @@ -156,5 +156,3 @@ This function was first introduced in c-ares version 1.17.0. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Danny Sonnenschein , on behalf of platynum, https://platynum.ch diff --git a/docs/ares_parse_mx_reply.3 b/docs/ares_parse_mx_reply.3 index 15163899..c5c03e1a 100644 --- a/docs/ares_parse_mx_reply.3 +++ b/docs/ares_parse_mx_reply.3 @@ -63,5 +63,3 @@ This function was first introduced in c-ares version 1.7.2. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Jeremy Lal diff --git a/docs/ares_parse_naptr_reply.3 b/docs/ares_parse_naptr_reply.3 index 0b8d5f17..d970b39f 100644 --- a/docs/ares_parse_naptr_reply.3 +++ b/docs/ares_parse_naptr_reply.3 @@ -68,5 +68,3 @@ This function was first introduced in c-ares version 1.7.6. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Jakub Hrozek , on behalf of Red Hat, Inc http://www.redhat.com diff --git a/docs/ares_parse_ns_reply.3 b/docs/ares_parse_ns_reply.3 index 6ab2d9b5..c380f93f 100644 --- a/docs/ares_parse_ns_reply.3 +++ b/docs/ares_parse_ns_reply.3 @@ -51,5 +51,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_query (3), .BR ares_free_hostent (3) -.SH AUTHOR -Written by Vlad Dinulescu , on behalf of AVIRA Gmbh http://www.avira.com diff --git a/docs/ares_parse_ptr_reply.3 b/docs/ares_parse_ptr_reply.3 index 4432e9e3..5bdc0726 100644 --- a/docs/ares_parse_ptr_reply.3 +++ b/docs/ares_parse_ptr_reply.3 @@ -57,7 +57,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_gethostbyaddr (3), .BR ares_free_hostent (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_parse_srv_reply.3 b/docs/ares_parse_srv_reply.3 index 3d8e8437..2e394a43 100644 --- a/docs/ares_parse_srv_reply.3 +++ b/docs/ares_parse_srv_reply.3 @@ -66,5 +66,3 @@ This function was first introduced in c-ares version 1.7.0. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Jakub Hrozek , on behalf of Red Hat, Inc http://www.redhat.com diff --git a/docs/ares_parse_txt_reply.3 b/docs/ares_parse_txt_reply.3 index f85c67fa..eb08a3fa 100644 --- a/docs/ares_parse_txt_reply.3 +++ b/docs/ares_parse_txt_reply.3 @@ -94,7 +94,3 @@ This function was first introduced in c-ares version 1.7.0. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Jakub Hrozek , on behalf of Red Hat, Inc http://www.redhat.com -.PP -Amended by Fedor Indutny , on behalf of PayPal, Inc https://www.paypal.com diff --git a/docs/ares_parse_uri_reply.3 b/docs/ares_parse_uri_reply.3 index 3044d4ad..ad32821e 100644 --- a/docs/ares_parse_uri_reply.3 +++ b/docs/ares_parse_uri_reply.3 @@ -60,5 +60,3 @@ Memory was exhausted. .SH SEE ALSO .BR ares_query (3) .BR ares_free_data (3) -.SH AUTHOR -Written by Jan Petrasek diff --git a/docs/ares_process.3 b/docs/ares_process.3 index 94c98f60..d45d92a6 100644 --- a/docs/ares_process.3 +++ b/docs/ares_process.3 @@ -62,7 +62,3 @@ while (1) { .SH SEE ALSO .BR ares_fds (3), .BR ares_timeout (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_query.3 b/docs/ares_query.3 index 24decf70..3aa428b0 100644 --- a/docs/ares_query.3 +++ b/docs/ares_query.3 @@ -152,8 +152,3 @@ will be non-NULL, otherwise they will be NULL. .SH SEE ALSO .BR ares_process (3), .BR ares_dns_record (3) - -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_queue.3 b/docs/ares_queue.3 index 1212e8d3..ffe983f9 100644 --- a/docs/ares_queue.3 +++ b/docs/ares_queue.3 @@ -49,5 +49,3 @@ c-ares library to be built with threading support. .SH SEE ALSO .BR ares_init_options (3), .BR ares_threadsafety (3) -.SH AUTHOR -Copyright (C) 2024 The c-ares project and its members. diff --git a/docs/ares_reinit.3 b/docs/ares_reinit.3 index 0b037127..ed11c49c 100644 --- a/docs/ares_reinit.3 +++ b/docs/ares_reinit.3 @@ -47,5 +47,3 @@ This function was first introduced in c-ares version 1.22.0. .BR ares_library_init (3), .BR ares_set_servers (3), .BR ares_threadsafety (3) -.SH AUTHOR -Copyright (C) 2023 The c-ares project and its members. diff --git a/docs/ares_save_options.3 b/docs/ares_save_options.3 index ae171dc4..58e7a6b6 100644 --- a/docs/ares_save_options.3 +++ b/docs/ares_save_options.3 @@ -58,7 +58,3 @@ used instead. .BR ares_dup (3) .SH AVAILABILITY ares_save_options(3) was added in c-ares 1.4.0 -.SH AUTHOR -Brad House -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_search.3 b/docs/ares_search.3 index 1a324b0f..66791b47 100644 --- a/docs/ares_search.3 +++ b/docs/ares_search.3 @@ -179,8 +179,3 @@ enqueuing of the query. .SH SEE ALSO .BR ares_process (3), .BR ares_dns_record (3) - -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_send.3 b/docs/ares_send.3 index 010bb257..f6ea9140 100644 --- a/docs/ares_send.3 +++ b/docs/ares_send.3 @@ -151,8 +151,3 @@ does not reflect as much about the response as for other query functions. .BR ares_process (3), .BR ares_search (3), .BR ares_dns_record (3) - -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_set_local_dev.3 b/docs/ares_set_local_dev.3 index 22893397..2e2028f6 100644 --- a/docs/ares_set_local_dev.3 +++ b/docs/ares_set_local_dev.3 @@ -24,5 +24,3 @@ silently ignored. .BR ares_set_local_ip6 (3) .SH NOTES This function was added in c-ares 1.7.4 -.SH AUTHOR -Ben Greear diff --git a/docs/ares_set_local_ip4.3 b/docs/ares_set_local_ip4.3 index 83ad8b86..e311255b 100644 --- a/docs/ares_set_local_ip4.3 +++ b/docs/ares_set_local_ip4.3 @@ -19,5 +19,3 @@ allows users to specify outbound interfaces when used on multi-homed systems. .BR ares_set_local_ip6 (3) .SH NOTES This function was added in c-ares 1.7.4 -.SH AUTHOR -Ben Greear diff --git a/docs/ares_set_local_ip6.3 b/docs/ares_set_local_ip6.3 index fafae8dc..a43d2800 100644 --- a/docs/ares_set_local_ip6.3 +++ b/docs/ares_set_local_ip6.3 @@ -20,5 +20,3 @@ systems. The \fIlocal_ip6\fP argument must be 16 bytes in length. .BR ares_set_local_ip4 (3) .SH NOTES This function was added in c-ares 1.7.4 -.SH AUTHOR -Ben Greear diff --git a/docs/ares_set_server_state_callback.3 b/docs/ares_set_server_state_callback.3 index 76e8f26d..3e3bb83d 100644 --- a/docs/ares_set_server_state_callback.3 +++ b/docs/ares_set_server_state_callback.3 @@ -59,6 +59,3 @@ This function was first introduced in c-ares version 1.29.0. .SH SEE ALSO .BR ares_get_servers_csv (3) - -.SH AUTHOR -Copyright (C) 2024 The c-ares project and its members. diff --git a/docs/ares_set_servers.3 b/docs/ares_set_servers.3 index 410c279c..24ef7879 100644 --- a/docs/ares_set_servers.3 +++ b/docs/ares_set_servers.3 @@ -84,13 +84,3 @@ server options. Use \fBares_set_servers_csv(3)\fP. .SH AVAILABILITY \fBares_set_servers(3)\fP was added in c-ares 1.7.1; \fBares_set_servers_ports(3)\fP was added in c-ares 1.11.0. -.SH AUTHOR -Implementation of this function and associated library internals are based -on code, comments and feedback provided in November and December of 2008 by -Daniel Stenberg, Gregor Jasny, Phil Blundell and Yang Tse, December 2009 -by Cedric Bail, February 2010 by Jakub Hrozek. On March 2010 Yang Tse -shuffled all the bits and this function popped out. -.br -Copyright 1998 by the Massachusetts Institute of Technology. -.br -Copyright (C) 2008-2010 by Daniel Stenberg diff --git a/docs/ares_set_servers_csv.3 b/docs/ares_set_servers_csv.3 index 7d37a90f..8aedd6fc 100644 --- a/docs/ares_set_servers_csv.3 +++ b/docs/ares_set_servers_csv.3 @@ -81,5 +81,3 @@ returns a string representing the servers configured which must be freed with \fBares_set_servers_csv\fP was added in c-ares 1.7.2 \fBares_set_servers_ports_csv\fP was added in c-ares 1.11.0. \fBares_get_servers_csv\fP was added in c-ares 1.24.0. -.SH AUTHOR -Ben Greear diff --git a/docs/ares_set_socket_callback.3 b/docs/ares_set_socket_callback.3 index 4eb04084..d94b9885 100644 --- a/docs/ares_set_socket_callback.3 +++ b/docs/ares_set_socket_callback.3 @@ -31,6 +31,4 @@ abort the ares operation. .BR ares_set_socket_configure_callback (3) .SH AVAILABILITY ares_set_socket_callback(3) was added in c-ares 1.6.0 -.SH AUTHOR -Gregor Jasny diff --git a/docs/ares_set_socket_configure_callback.3 b/docs/ares_set_socket_configure_callback.3 index f5d7bb5d..d26e79f4 100644 --- a/docs/ares_set_socket_configure_callback.3 +++ b/docs/ares_set_socket_configure_callback.3 @@ -31,6 +31,4 @@ abort the ares operation. .BR ares_set_socket_callback (3) .SH AVAILABILITY ares_set_socket_configure_callback(3) was added in c-ares 1.11.0 -.SH AUTHOR -Andrew Ayer diff --git a/docs/ares_set_socket_functions.3 b/docs/ares_set_socket_functions.3 index c92934ba..ab945ed1 100644 --- a/docs/ares_set_socket_functions.3 +++ b/docs/ares_set_socket_functions.3 @@ -99,5 +99,3 @@ Added in c-ares 1.13.0 .BR recvfrom (2), .BR send (2), .BR writev (2) -.SH AUTHOR -Carl Wilund diff --git a/docs/ares_strerror.3 b/docs/ares_strerror.3 index 32eab05f..895af5f3 100644 --- a/docs/ares_strerror.3 +++ b/docs/ares_strerror.3 @@ -20,7 +20,3 @@ returning the result as a NUL-terminated C string. .SH NOTES This function is not compatible with ares, it takes a different set of arguments. -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology. diff --git a/docs/ares_threadsafety.3 b/docs/ares_threadsafety.3 index a3c29d5f..3a2a3bc1 100644 --- a/docs/ares_threadsafety.3 +++ b/docs/ares_threadsafety.3 @@ -41,5 +41,3 @@ This function was first introduced in c-ares version 1.23.0. .BR ares_dup (3), .BR ares_library_init (3), .BR ares_set_servers (3) -.SH AUTHOR -Copyright (C) 2023 The c-ares project and its members. diff --git a/docs/ares_timeout.3 b/docs/ares_timeout.3 index c1e39545..4a76da95 100644 --- a/docs/ares_timeout.3 +++ b/docs/ares_timeout.3 @@ -29,7 +29,3 @@ pointed to by \fItv\fP and returns the value of \fItv\fP. .BR ares_fds (3), .BR ares_process (3), .BR ares_process_fd (3) -.SH AUTHOR -Greg Hudson, MIT Information Systems -.br -Copyright 1998 by the Massachusetts Institute of Technology.