guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc ChangeLog THANKS posix.texi


From: Neil Jerram
Subject: guile/guile-core/doc ChangeLog THANKS posix.texi
Date: Wed, 27 Jun 2001 11:12:46 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/06/27 11:12:46

Modified files:
        guile-core/doc : ChangeLog THANKS posix.texi 

Log message:
        * Grammar fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.104&tr2=1.105&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/THANKS.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/posix.texi.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.104 
guile/guile-core/doc/ChangeLog:1.105
--- guile/guile-core/doc/ChangeLog:1.104        Wed Jun 27 06:19:43 2001
+++ guile/guile-core/doc/ChangeLog      Wed Jun 27 11:12:46 2001
@@ -1,3 +1,8 @@
+2001-06-27  Neil Jerram  <address@hidden>
+
+       * posix.texi (Network Sockets and Communication): Grammar fix -
+       thanks to Christopher Cramer!
+
 2001-06-27  Martin Grabmueller  <address@hidden>
 
        * srfi-modules.texi (SRFI-4): Added documentation for the new
Index: guile/guile-core/doc/THANKS
diff -u guile/guile-core/doc/THANKS:1.5 guile/guile-core/doc/THANKS:1.6
--- guile/guile-core/doc/THANKS:1.5     Sat Apr 28 16:38:52 2001
+++ guile/guile-core/doc/THANKS Wed Jun 27 11:12:46 2001
@@ -2,17 +2,18 @@
 manuals!
 
 Proofreading, bug reports and patches from:
-    Chris Bitmead
-   Marcus Daniels
-     Dirk Herrmann
-  Dale P. Smith
-    Steve Tell
-      Lee Thomas
-    Masao Uebayashi
-     Joel Weber
-    Keith Wright
+      Chris Bitmead
+Christopher Cramer
+     Marcus Daniels
+       Dirk Herrmann
+    Dale P. Smith
+      Steve Tell
+       Lee Thomas
+      Masao Uebayashi
+       Joel Weber
+      Keith Wright
 
 New entries from:
-      Per Bothner
-   Martin Grabmueller
-Thien Thi Nguyen
+       Per Bothner
+     Martin Grabmueller
+  Thien Thi Nguyen
Index: guile/guile-core/doc/posix.texi
diff -u guile/guile-core/doc/posix.texi:1.11 
guile/guile-core/doc/posix.texi:1.12
--- guile/guile-core/doc/posix.texi:1.11        Sun Jun 17 13:45:33 2001
+++ guile/guile-core/doc/posix.texi     Wed Jun 27 11:12:46 2001
@@ -1870,10 +1870,9 @@
 @subsection Network Sockets and Communication
 
 Socket ports can be created using @code{socket} and @code{socketpair}.
-The ports are initially unbuffered, to
-makes reading and writing to the same port more reliable.
-A buffer can be added to the port using @code{setvbuf},
address@hidden and File Descriptors}.
+The ports are initially unbuffered, to make reading and writing to the
+same port more reliable.  A buffer can be added to the port using
address@hidden, @xref{Ports and File Descriptors}.
 
 The convention used for "host" vs "network" addresses is that addresses
 are always held in host order at the Scheme level.  The procedures in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]