guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/doc/ref posix.texi


From: Thien-Thi Nguyen
Subject: guile/guile-core/doc/ref posix.texi
Date: Sun, 25 Nov 2001 15:54:40 -0500

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/11/25 15:54:40

Modified files:
        guile-core/doc/ref: posix.texi 

Log message:
        Fix spelling.
        Reword `getpass' intro blurb.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/posix.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ref/posix.texi
diff -u guile/guile-core/doc/ref/posix.texi:1.3 
guile/guile-core/doc/ref/posix.texi:1.4
--- guile/guile-core/doc/ref/posix.texi:1.3     Fri Nov 16 10:04:16 2001
+++ guile/guile-core/doc/ref/posix.texi Sun Nov 25 15:53:19 2001
@@ -16,7 +16,7 @@
 * Networking::                  gethostbyaddr, getnetent, socket, bind, listen.
 * System Identification::       Obtaining information about the system.
 * Locales::                     setlocale, etc.
-* Encryption::                  
+* Encryption::
 @end menu
 
 @node Conventions
@@ -1683,8 +1683,8 @@
 
 @menu
 * Network Address Conversion::
-* Network Databases::  
-* Network Sockets and Communication::  
+* Network Databases::
+* Network Sockets and Communication::
 @end menu
 
 @node Network Address Conversion
@@ -2474,9 +2474,8 @@
 crypt(3) library call.
 @end deffn
 
address@hidden is no encryption procedure at all, but it is often used
-in compination with @code{crypt}, that is why it appears in this
-section.
+Although @code{getpass} is not an encryption procedure per se, it
+appears here because it is often used in combination with @code{crypt}:
 
 @deffn {Scheme Procedure} getpass prompt
 @deffnx {C Function} scm_getpass (prompt)



reply via email to

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