aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 496b1f2b70c..6ba27a33f4d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3733,7 +3733,7 @@ setting of the remote datagram address. When specified for a client
3733process, the FAMILY, HOST, and SERVICE args are ignored. 3733process, the FAMILY, HOST, and SERVICE args are ignored.
3734 3734
3735The format of ADDRESS depends on the address family: 3735The format of ADDRESS depends on the address family:
3736- An IPv4 address is represented as an vector of integers [A B C D P] 3736- An IPv4 address is represented as a vector of integers [A B C D P]
3737corresponding to numeric IP address A.B.C.D and port number P. 3737corresponding to numeric IP address A.B.C.D and port number P.
3738- A local address is represented as a string with the address in the 3738- A local address is represented as a string with the address in the
3739local address space. 3739local address space.