diff options
author | sobrado <> | 2015-09-30 14:48:59 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-30 14:48:59 +0000 |
commit | 24627f91d4485d77d06e87b7167b7bea9a6b84fe (patch) | |
tree | 4d9f506a4cc6eb42c8894f742b616e5b21dbabd8 | |
parent | 1b1e2736553669e186eb81ebacd225908e15106e (diff) | |
download | openbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.tar.gz openbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.tar.bz2 openbsd-24627f91d4485d77d06e87b7167b7bea9a6b84fe.zip |
fix two typos.
-rw-r--r-- | src/lib/libssl/src/doc/crypto/ui_compat.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/crypto/ui_compat.pod b/src/lib/libssl/src/doc/crypto/ui_compat.pod index adf2ae5e53..4ef5465539 100644 --- a/src/lib/libssl/src/doc/crypto/ui_compat.pod +++ b/src/lib/libssl/src/doc/crypto/ui_compat.pod | |||
@@ -19,12 +19,12 @@ Compatibility user interface functions | |||
19 | =head1 DESCRIPTION | 19 | =head1 DESCRIPTION |
20 | 20 | ||
21 | The DES library contained a few routines to prompt for passwords. These | 21 | The DES library contained a few routines to prompt for passwords. These |
22 | aren't necessarely dependent on DES, and have therefore become part of the | 22 | aren't necessarily dependent on DES, and have therefore become part of the |
23 | UI compatibility library. | 23 | UI compatibility library. |
24 | 24 | ||
25 | des_read_pw() writes the string specified by I<prompt> to standard output | 25 | des_read_pw() writes the string specified by I<prompt> to standard output |
26 | turns echo off and reads an input string from the terminal. The string is | 26 | turns echo off and reads an input string from the terminal. The string is |
27 | returned in I<buf>, which must have spac for at least I<size> bytes. | 27 | returned in I<buf>, which must have space for at least I<size> bytes. |
28 | If I<verify> is set, the user is asked for the password twice and unless | 28 | If I<verify> is set, the user is asked for the password twice and unless |
29 | the two copies match, an error is returned. The second password is stored | 29 | the two copies match, an error is returned. The second password is stored |
30 | in I<buff>, which must therefore also be at least I<size> bytes. A return | 30 | in I<buff>, which must therefore also be at least I<size> bytes. A return |