diff options
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/processes.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fdc2957892e..6904ca54e6a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Misc Network): Note that these functions are | ||
| 4 | supported only on some systems. | ||
| 5 | |||
| 1 | 2007-09-19 Richard Stallman <rms@gnu.org> | 6 | 2007-09-19 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * display.texi (Display Property): Explain multiple display specs. | 8 | * display.texi (Display Property): Explain multiple display specs. |
diff --git a/lispref/processes.texi b/lispref/processes.texi index 81cac3e5046..40bec387e0c 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -2027,7 +2027,8 @@ That particular network option is supported by | |||
| 2027 | @section Misc Network Facilities | 2027 | @section Misc Network Facilities |
| 2028 | 2028 | ||
| 2029 | These additional functions are useful for creating and operating | 2029 | These additional functions are useful for creating and operating |
| 2030 | on network connections. | 2030 | on network connections. Note that they are supported only on some |
| 2031 | systems. | ||
| 2031 | 2032 | ||
| 2032 | @defun network-interface-list | 2033 | @defun network-interface-list |
| 2033 | This function returns a list describing the network interfaces | 2034 | This function returns a list describing the network interfaces |