1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 04:00:19 +02:00

Fix spelling.

Reword `getpass' intro blurb.
This commit is contained in:
Thien-Thi Nguyen 2001-11-25 20:53:19 +00:00
parent a9930d22be
commit 5f378d170c

View file

@ -16,7 +16,7 @@
* Networking:: gethostbyaddr, getnetent, socket, bind, listen. * Networking:: gethostbyaddr, getnetent, socket, bind, listen.
* System Identification:: Obtaining information about the system. * System Identification:: Obtaining information about the system.
* Locales:: setlocale, etc. * Locales:: setlocale, etc.
* Encryption:: * Encryption::
@end menu @end menu
@node Conventions @node Conventions
@ -1683,8 +1683,8 @@ close a pipe, but doesn't return the status.
@menu @menu
* Network Address Conversion:: * Network Address Conversion::
* Network Databases:: * Network Databases::
* Network Sockets and Communication:: * Network Sockets and Communication::
@end menu @end menu
@node Network Address Conversion @node Network Address Conversion
@ -2474,9 +2474,8 @@ Encrypt @var{key} using @var{salt} as the salt value to the
crypt(3) library call. crypt(3) library call.
@end deffn @end deffn
@code{getpass} is no encryption procedure at all, but it is often used Although @code{getpass} is not an encryption procedure per se, it
in compination with @code{crypt}, that is why it appears in this appears here because it is often used in combination with @code{crypt}:
section.
@deffn {Scheme Procedure} getpass prompt @deffn {Scheme Procedure} getpass prompt
@deffnx {C Function} scm_getpass (prompt) @deffnx {C Function} scm_getpass (prompt)