aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-11-04 12:38:57 -0700
committerGarrett D'Amore <garrett@damore.org>2017-11-04 12:38:57 -0700
commit1bc7867caf86cf34233bb1f91537833ea5af0797 (patch)
tree2d3b83d2209531188ede0686d3dddee6ea749881
parent969cc070c5dca2129df875dc14baa248d95ac612 (diff)
downloadnng-1bc7867caf86cf34233bb1f91537833ea5af0797.tar.gz
nng-1bc7867caf86cf34233bb1f91537833ea5af0797.tar.bz2
nng-1bc7867caf86cf34233bb1f91537833ea5af0797.zip
fixes #149 remove AUTHOR section from man pages
-rw-r--r--docs/libnng.adoc4
-rw-r--r--docs/nng.adoc4
-rw-r--r--docs/nng_bus.adoc4
-rw-r--r--docs/nng_close.adoc6
-rw-r--r--docs/nng_inproc.adoc4
-rw-r--r--docs/nng_ipc.adoc4
-rw-r--r--docs/nng_pair.adoc4
-rw-r--r--docs/nng_pub.adoc4
-rw-r--r--docs/nng_pull.adoc4
-rw-r--r--docs/nng_push.adoc4
-rw-r--r--docs/nng_rep.adoc4
-rw-r--r--docs/nng_req.adoc4
-rw-r--r--docs/nng_respondent.adoc4
-rw-r--r--docs/nng_strerror.adoc6
-rw-r--r--docs/nng_sub.adoc4
-rw-r--r--docs/nng_surveyor.adoc4
-rw-r--r--docs/nng_tcp.adoc4
-rw-r--r--docs/nng_zerotier.adoc4
18 files changed, 0 insertions, 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.
| <<nng_zerotier.adoc#,nng_zerotier_register(3)>>|register ZeroTier transport
|===
-AUTHORS
--------
-link:mailto:garrett@damore.org[Garrett D'Amore]
-
SEE ALSO
--------
<<nng.adoc#,nng(7)>>
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 <<libnng.adoc#,libnng(3)>>.
-AUTHORS
--------
-link:mailto:garrett@damore.org[Garrett D'Amore]
-
SEE ALSO
--------
<<nng_compat.adoc#,nng_compat(3)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>
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
--------
<<nng.adoc#,nng(7)>>