[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-49-g32b
From: |
Neil Jerram |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-49-g32bc925 |
Date: |
Thu, 01 Oct 2009 21:28:13 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=32bc92570eb9282e46c1b851cc65cae946547ea9
The branch, master has been updated
via 32bc92570eb9282e46c1b851cc65cae946547ea9 (commit)
from 48dc491dbe0640dcbd1afed59940a16da48218b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 32bc92570eb9282e46c1b851cc65cae946547ea9
Author: Neil Jerram <address@hidden>
Date: Thu Oct 1 22:27:07 2009 +0100
Fix incorrect doc mentions of INADDR_LOCALHOST
Thanks to Scott McPeak for reporting this.
* doc/ref/posix.texi (Network Sockets and Communication): Change
INADDR_LOCALHOST to INADDR_LOOPBACK.
-----------------------------------------------------------------------
Summary of changes:
THANKS | 1 +
doc/ref/posix.texi | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/THANKS b/THANKS
index 8deace5..e507d73 100644
--- a/THANKS
+++ b/THANKS
@@ -76,6 +76,7 @@ For fixes or providing information which led to a fix:
Antoine Mathys
Dan McMahill
Roger Mc Murtrie
+ Scott McPeak
Tim Mooney
Han-Wen Nienhuys
Jan Nieuwenhuizen
diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index d568af2..36b6229 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -2860,8 +2860,8 @@ same as @code{make-socket-address} would take to make
such an object
(@pxref{Network Socket Address}). The return value is unspecified.
@example
-(connect sock AF_INET INADDR_LOCALHOST 23)
-(connect sock (make-socket-address AF_INET INADDR_LOCALHOST 23))
+(connect sock AF_INET INADDR_LOOPBACK 23)
+(connect sock (make-socket-address AF_INET INADDR_LOOPBACK 23))
@end example
@end deffn
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-3-49-g32bc925,
Neil Jerram <=