aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_sockaddr_ipc.5.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-30 18:10:59 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-30 18:10:59 -0700
commit3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b (patch)
tree64d829e2f4a860ace29442833e9da1abf70f3a2c /docs/man/nng_sockaddr_ipc.5.adoc
parentb2338c1a6d1e57f01396a8e77c65734cb2f0ae17 (diff)
downloadnng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.gz
nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.bz2
nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.zip
Fix numerous spelling errrors.
These were found with the help of "aspell". Additionally, while reviewing the output from the spell checker, several content errors were noticed and fixed.
Diffstat (limited to 'docs/man/nng_sockaddr_ipc.5.adoc')
-rw-r--r--docs/man/nng_sockaddr_ipc.5.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_sockaddr_ipc.5.adoc b/docs/man/nng_sockaddr_ipc.5.adoc
index 8e598144..569d8694 100644
--- a/docs/man/nng_sockaddr_ipc.5.adoc
+++ b/docs/man/nng_sockaddr_ipc.5.adoc
@@ -42,17 +42,17 @@ The following structure members are present:
This field will always have the value ((`NNG_AF_IPC`)).
`sa_path`::
- This field holds the C string corresponding to pathname where the
+ This field holds the C string corresponding to path name where the
IPC socket is located.
For systems using UNIX domain sockets, this will be an absolute
- pathname in the filesystem, where the UNIX domain socket is located.
- For Windows systems, this is the pathname of the Named Pipe, without
+ path name in the file system, where the UNIX domain socket is located.
+ For Windows systems, this is the path name of the Named Pipe, without
the leading `\\.pipe\` portion, which will be automatically added.
NOTE: At this time, there is no support for Linux "`abstract sockets`".
TIP: In order to ensure maximum compatibility, applications should avoid
-hard coding the sizeof the `sa_path` member explicitly, but use the
+hard coding the size of the `sa_path` member explicitly, but use the
`sizeof` operator to determine its actual size at compile time.
Furthermore, the size is guaranteed to be at least 128, but paths of
this length may not be supported on all systems.