aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-14 23:06:09 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-14 23:06:09 -0800
commit97058f23b30e703df8f8d1a11512000ca6d199fc (patch)
tree2b987944267aa41a5847d76fe8945643e9179a8a
parent575148ac9a274d61e45220fda7d8de6a420f4fe4 (diff)
downloadnng-97058f23b30e703df8f8d1a11512000ca6d199fc.tar.gz
nng-97058f23b30e703df8f8d1a11512000ca6d199fc.tar.bz2
nng-97058f23b30e703df8f8d1a11512000ca6d199fc.zip
docs: minor cleanups
-rw-r--r--docs/man/libnng.3.adoc7
-rw-r--r--docs/man/man3http.desc13
-rw-r--r--docs/man/man3http.sect1
-rw-r--r--docs/man/nng.7.adoc1
4 files changed, 0 insertions, 22 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index eddc434f..8a461079 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -35,13 +35,6 @@ Listeners accept incoming connection requests, and dialers make them.
|xref:nng_listener_id.3.adoc[nng_listener_id()]|get numeric listener identifier
|xref:nng_listener_set.3.adoc[nng_listener_set()]|set listener option
|xref:nng_listener_start.3.adoc[nng_listener_start()]|start listener
-|xref:nng_pipe_close.3.adoc[nng_pipe_close()]|close pipe
-|xref:nng_pipe_dialer.3.adoc[nng_pipe_dialer()]|return dialer that created pipe
-|xref:nng_pipe_get.3.adoc[nng_pipe_get()]|get pipe option
-|xref:nng_pipe_id.3.adoc[nng_pipe_id()]|get numeric pipe identifier
-|xref:nng_pipe_listener.3.adoc[nng_pipe_listener()]|return listener that created pipe
-|xref:nng_pipe_notify.3.adoc[nng_pipe_notify()]|register pipe notification callback
-|xref:nng_pipe_socket.3.adoc[nng_pipe_socket()]|return owning socket for pipe
|===
=== Asynchronous Operations
diff --git a/docs/man/man3http.desc b/docs/man/man3http.desc
deleted file mode 100644
index b6659eb8..00000000
--- a/docs/man/man3http.desc
+++ /dev/null
@@ -1,13 +0,0 @@
-This section documents supplemental HTTP (HyperText Transport Protocol)
-support functions that are available.
-
-These functions can be used in conjunction with the
-xref:nng_ws.7.adoc[WebSocket] transport for Scalability Protocols, or they
-may be used to construct other types of applications that communicate
-using HTTP.
-
-It is also possible to combine the two, such that an HTTP server providing
-static or dynamic content can also be used to host one or more Scalability
-Protocols sockets.
-
-NOTE: At present NNG only supports HTTP/1.0 and HTTP/1.1.
diff --git a/docs/man/man3http.sect b/docs/man/man3http.sect
deleted file mode 100644
index 3ae1b813..00000000
--- a/docs/man/man3http.sect
+++ /dev/null
@@ -1 +0,0 @@
-Supplemental HTTP Functions
diff --git a/docs/man/nng.7.adoc b/docs/man/nng.7.adoc
index e1680e1a..936d2dc6 100644
--- a/docs/man/nng.7.adoc
+++ b/docs/man/nng.7.adoc
@@ -67,7 +67,6 @@ other languages please check the http://nanomsg.org/[website].
=== Transports
[horizontal]
-xref:nng_inproc.7.adoc[nng_inproc(7)]:: Intra-process transport
xref:nng_ipc.7.adoc[nng_ipc(7)]:: Inter-process transport
xref:nng_socket.7.adoc[nng_socket(7)]:: BSD socket transport
xref:nng_tls.7.adoc[nng_tls(7)]:: TLSv1.2 over TCP transport