From 1bc7867caf86cf34233bb1f91537833ea5af0797 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 4 Nov 2017 12:38:57 -0700 Subject: fixes #149 remove AUTHOR section from man pages --- docs/libnng.adoc | 4 ---- docs/nng.adoc | 4 ---- docs/nng_bus.adoc | 4 ---- docs/nng_close.adoc | 6 ------ docs/nng_inproc.adoc | 4 ---- docs/nng_ipc.adoc | 4 ---- docs/nng_pair.adoc | 4 ---- docs/nng_pub.adoc | 4 ---- docs/nng_pull.adoc | 4 ---- docs/nng_push.adoc | 4 ---- docs/nng_rep.adoc | 4 ---- docs/nng_req.adoc | 4 ---- docs/nng_respondent.adoc | 4 ---- docs/nng_strerror.adoc | 6 ------ docs/nng_sub.adoc | 4 ---- docs/nng_surveyor.adoc | 4 ---- docs/nng_tcp.adoc | 4 ---- docs/nng_zerotier.adoc | 4 ---- 18 files changed, 76 deletions(-) diff --git a/docs/libnng.adoc b/docs/libnng.adoc index da38cb42..6956b3b4 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -151,10 +151,6 @@ The following functions are used to register a transport for use. | <>|register ZeroTier transport |=== -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng.adoc b/docs/nng.adoc index 1f3d224b..f0fa69c7 100644 --- a/docs/nng.adoc +++ b/docs/nng.adoc @@ -121,10 +121,6 @@ API The library API is documented at <>. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_bus.adoc b/docs/nng_bus.adoc index dd83062b..3ded27e7 100644 --- a/docs/nng_bus.adoc +++ b/docs/nng_bus.adoc @@ -75,10 +75,6 @@ Protocol Headers The _nng_bus_ protocol has no protocol-specific headers. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_close.adoc b/docs/nng_close.adoc index 7358b502..7106293c 100644 --- a/docs/nng_close.adoc +++ b/docs/nng_close.adoc @@ -53,12 +53,6 @@ ERRORS `NNG_EBADF`:: The socket is already closed or was never opened. -AUTHORS -------- - -link:mailto:garrett@damore.org[Garrett D'Amore] - - SEE ALSO -------- diff --git a/docs/nng_inproc.adoc b/docs/nng_inproc.adoc index a6d83c95..02b90649 100644 --- a/docs/nng_inproc.adoc +++ b/docs/nng_inproc.adoc @@ -88,10 +88,6 @@ Transport Options The _inproc_ transport has no special options. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_ipc.adoc b/docs/nng_ipc.adoc index c5dac4f7..a83804b6 100644 --- a/docs/nng_ipc.adoc +++ b/docs/nng_ipc.adoc @@ -92,10 +92,6 @@ Transport Options The _ipc_ transport has no special options.footnote:[Options for security attributes and credentials are planned.] -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_pair.adoc b/docs/nng_pair.adoc index b55000af..37022d55 100644 --- a/docs/nng_pair.adoc +++ b/docs/nng_pair.adoc @@ -137,10 +137,6 @@ used in conjuction with the `NNG_OPT_MAXTTL` option to guard against device forwarding loops. This value is initialized to 1, and incremented each time the message is received by a new node. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_pub.adoc b/docs/nng_pub.adoc index 4c3b764b..d69c4f9b 100644 --- a/docs/nng_pub.adoc +++ b/docs/nng_pub.adoc @@ -69,10 +69,6 @@ Protocol Headers The _nng_pub_ protocol has no protocol-specific headers. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_pull.adoc b/docs/nng_pull.adoc index 17614a3d..4054ce46 100644 --- a/docs/nng_pull.adoc +++ b/docs/nng_pull.adoc @@ -66,10 +66,6 @@ Protocol Headers The _nng_pull_ protocol has no protocol-specific headers. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_push.adoc b/docs/nng_push.adoc index faf783b6..5ec90bdb 100644 --- a/docs/nng_push.adoc +++ b/docs/nng_push.adoc @@ -73,10 +73,6 @@ Protocol Headers The _nng_push_ protocol has no protocol-specific headers. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_rep.adoc b/docs/nng_rep.adoc index e6cfa73e..8b017c36 100644 --- a/docs/nng_rep.adoc +++ b/docs/nng_rep.adoc @@ -92,10 +92,6 @@ and randomly when a request is first issued.) // TODO: Insert reference to RFC. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_req.adoc b/docs/nng_req.adoc index 90a9ccf4..5da88b16 100644 --- a/docs/nng_req.adoc +++ b/docs/nng_req.adoc @@ -120,10 +120,6 @@ and randomly when a request is first issued.) // TODO: Insert reference to RFC. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_respondent.adoc b/docs/nng_respondent.adoc index 848887f5..42c2a703 100644 --- a/docs/nng_respondent.adoc +++ b/docs/nng_respondent.adoc @@ -94,10 +94,6 @@ having their high order bit set to one.) // TODO: Insert reference to RFC. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_strerror.adoc b/docs/nng_strerror.adoc index e8ef5517..4d42e1fb 100644 --- a/docs/nng_strerror.adoc +++ b/docs/nng_strerror.adoc @@ -49,12 +49,6 @@ This function returns the human-readable error message, terminated by a `NUL` byte. -AUTHORS -------- - -link:mailto:garrett@damore.org[Garrett D'Amore] - - SEE ALSO -------- diff --git a/docs/nng_sub.adoc b/docs/nng_sub.adoc index 5359acec..59287ea9 100644 --- a/docs/nng_sub.adoc +++ b/docs/nng_sub.adoc @@ -86,10 +86,6 @@ Protocol Headers The _nng_sub_ protocol has no protocol-specific headers. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_surveyor.adoc b/docs/nng_surveyor.adoc index 5eead82a..5b121cf0 100644 --- a/docs/nng_surveyor.adoc +++ b/docs/nng_surveyor.adoc @@ -111,10 +111,6 @@ having their high order bit set to one.) // TODO: Insert reference to RFC. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_tcp.adoc b/docs/nng_tcp.adoc index a1d0cdab..4a21f1e4 100644 --- a/docs/nng_tcp.adoc +++ b/docs/nng_tcp.adoc @@ -119,10 +119,6 @@ Transport Options The _tcp_ transport has no special options.footnote:[Options for TCP keepalive, linger, and nodelay are planned.] -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> diff --git a/docs/nng_zerotier.adoc b/docs/nng_zerotier.adoc index 4b0c1f51..b1545857 100644 --- a/docs/nng_zerotier.adoc +++ b/docs/nng_zerotier.adoc @@ -215,10 +215,6 @@ in this fashion. ID to "deorbit". If the node is not already orbiting the moon, then this has no effect. -AUTHORS -------- -link:mailto:garrett@damore.org[Garrett D'Amore] - SEE ALSO -------- <> -- cgit v1.2.3-70-g09d2