diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index af282652eb4..1f959e39607 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3794,6 +3794,8 @@ process, the FAMILY, HOST, and SERVICE args are ignored. | |||
| 3794 | The format of ADDRESS depends on the address family: | 3794 | The format of ADDRESS depends on the address family: |
| 3795 | - An IPv4 address is represented as a vector of integers [A B C D P] | 3795 | - An IPv4 address is represented as a vector of integers [A B C D P] |
| 3796 | corresponding to numeric IP address A.B.C.D and port number P. | 3796 | corresponding to numeric IP address A.B.C.D and port number P. |
| 3797 | - An IPv6 address has the same format as an IPv4 address but with 9 | ||
| 3798 | elements rather than 5. | ||
| 3797 | - A local address is represented as a string with the address in the | 3799 | - A local address is represented as a string with the address in the |
| 3798 | local address space. | 3800 | local address space. |
| 3799 | - An "unsupported family" address is represented by a cons (F . AV) | 3801 | - An "unsupported family" address is represented by a cons (F . AV) |