mirror of https://github.com/getdnsapi/getdns.git
Manpages eliminate "cannot adjust line" warnings
This commit is contained in:
parent
91f76d1784
commit
e9196f22d1
|
@ -27,6 +27,7 @@
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
.TH getdns_context 3 "@date@" "getdns @version@" getdns
|
.TH getdns_context 3 "@date@" "getdns @version@" getdns
|
||||||
|
.ad l
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B getdns_context,
|
.B getdns_context,
|
||||||
.B getdns_context_create,
|
.B getdns_context_create,
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
.B getdns_context_destroy,
|
.B getdns_context_destroy,
|
||||||
.B getdns_context_get_api_information
|
.B getdns_context_get_api_information
|
||||||
-- getdns context create and destroy routines
|
-- getdns context create and destroy routines
|
||||||
|
.ad n
|
||||||
|
|
||||||
.SH LIBRARY
|
.SH LIBRARY
|
||||||
DNS Resolver library (libgetdns, -lgetdns)
|
DNS Resolver library (libgetdns, -lgetdns)
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
.TH getdns_context_set 3 "@date@" "getdns @version@" getdns
|
.TH getdns_context_set 3 "@date@" "getdns @version@" getdns
|
||||||
|
.ad l
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B getdns_context_set_append_name,
|
.B getdns_context_set_append_name,
|
||||||
.B getdns_context_set_context_update_callback,
|
.B getdns_context_set_context_update_callback,
|
||||||
|
@ -41,6 +42,7 @@
|
||||||
.B getdns_context_set_suffix,
|
.B getdns_context_set_suffix,
|
||||||
.B getdns_context_set_timeout,
|
.B getdns_context_set_timeout,
|
||||||
-- getdns context manipulation routines
|
-- getdns context manipulation routines
|
||||||
|
.ad n
|
||||||
|
|
||||||
.SH LIBRARY
|
.SH LIBRARY
|
||||||
DNS Resolver library (libgetdns, -lgetdns)
|
DNS Resolver library (libgetdns, -lgetdns)
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
.TH getdns_dict 3 "@date@" "getdns @version@" getdns
|
.TH getdns_dict 3 "@date@" "getdns @version@" getdns
|
||||||
|
.ad l
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B getdns_dict,
|
.B getdns_dict,
|
||||||
.B getdns_dict_create,
|
.B getdns_dict_create,
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
.B getdns_dict_create_with_memory_functions,
|
.B getdns_dict_create_with_memory_functions,
|
||||||
.B getdns_dict_destroy
|
.B getdns_dict_destroy
|
||||||
-- getdns dict create and destroy routines
|
-- getdns dict create and destroy routines
|
||||||
|
.ad n
|
||||||
|
|
||||||
.SH LIBRARY
|
.SH LIBRARY
|
||||||
DNS Resolver library (libgetdns, -lgetdns)
|
DNS Resolver library (libgetdns, -lgetdns)
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
.\"
|
.\"
|
||||||
|
|
||||||
.TH getdns_list 3 "@date@" "getdns @version@" getdns
|
.TH getdns_list 3 "@date@" "getdns @version@" getdns
|
||||||
|
.ad l
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B getdns_list,
|
.B getdns_list,
|
||||||
.B getdns_list_create,
|
.B getdns_list_create,
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
.B getdns_list_create_with_memory_functions,
|
.B getdns_list_create_with_memory_functions,
|
||||||
.B getdns_list_destroy
|
.B getdns_list_destroy
|
||||||
-- getdns list create and destroy routines
|
-- getdns list create and destroy routines
|
||||||
|
.ad n
|
||||||
|
|
||||||
.SH LIBRARY
|
.SH LIBRARY
|
||||||
DNS Resolver library (libgetdns, -lgetdns)
|
DNS Resolver library (libgetdns, -lgetdns)
|
||||||
|
|
Loading…
Reference in New Issue