diff options
| author | Glenn Morris | 2018-02-16 17:33:57 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 17:33:57 -0500 |
| commit | 69107f347b3ac7f51cd22333f57393fd735915f2 (patch) | |
| tree | b1dbe911192a77d9be141538b4ee3df5b79ebfcf /src/process.c | |
| parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
| download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
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 | |||
| 3724 | process, the FAMILY, HOST, and SERVICE args are ignored. | 3724 | process, the FAMILY, HOST, and SERVICE args are ignored. |
| 3725 | 3725 | ||
| 3726 | The format of ADDRESS depends on the address family: | 3726 | The 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] |
| 3728 | corresponding to numeric IP address A.B.C.D and port number P. | 3728 | corresponding 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 |
| 3730 | local address space. | 3730 | local address space. |