aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 17:33:57 -0500
committerGlenn Morris2018-02-16 17:33:57 -0500
commit69107f347b3ac7f51cd22333f57393fd735915f2 (patch)
treeb1dbe911192a77d9be141538b4ee3df5b79ebfcf /src/process.c
parentaaad1e62f3e87873135a465530d6686bed5dc4c3 (diff)
downloademacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz
emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip
; Fix doc typos related to indefinite articles
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 c561d01060c..bccc3ac3992 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3724,7 +3724,7 @@ setting of the remote datagram address. When specified for a client
3724process, the FAMILY, HOST, and SERVICE args are ignored. 3724process, the FAMILY, HOST, and SERVICE args are ignored.
3725 3725
3726The format of ADDRESS depends on the address family: 3726The format of ADDRESS depends on the address family:
3727- An IPv4 address is represented as an vector of integers [A B C D P] 3727- An IPv4 address is represented as a vector of integers [A B C D P]
3728corresponding to numeric IP address A.B.C.D and port number P. 3728corresponding to numeric IP address A.B.C.D and port number P.
3729- A local address is represented as a string with the address in the 3729- A local address is represented as a string with the address in the
3730local address space. 3730local address space.