[Top][All Lists]
[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:53:19 -0500 |
CVSROOT: /cvs
Module name: guile
Changes by: Thien-Thi Nguyen <address@hidden> 01/11/25 15:53:19
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&tr1=1.3&tr2=1.4&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)
- guile/guile-core/doc/ref posix.texi,
Thien-Thi Nguyen <=