aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_ipc.7.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_ipc.7.adoc')
-rw-r--r--docs/man/nng_ipc.7.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_ipc.7.adoc b/docs/man/nng_ipc.7.adoc
index 04904729..0d75e8d3 100644
--- a/docs/man/nng_ipc.7.adoc
+++ b/docs/man/nng_ipc.7.adoc
@@ -26,7 +26,7 @@ int nng_ipc_register(void);
(((IPC)))(((transport, _ipc_)))
The ((_ipc_ transport)) provides communication support between
-_nng_ sockets within different processes on the same host.
+sockets within different processes on the same host.
For POSIX platforms, this is implemented using ((UNIX domain sockets)).
For Windows, this is implemented using Windows ((Named Pipes)).
Other platforms may have different implementation strategies.
@@ -35,7 +35,7 @@ Other platforms may have different implementation strategies.
=== Registration
-The _ipc_ transport is generally built-in to the _nng_ core, so
+This transport is generally built-in to the core, so
no extra steps to use it should be necessary.
=== URI Format