1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 12:10:26 +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

@ -2474,9 +2474,8 @@ Encrypt @var{key} using @var{salt} as the salt value to the
crypt(3) library call.
@end deffn
@code{getpass} 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)