summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@fb.com>2014-03-11 10:12:16 -0700
committerGreg Hudson <ghudson@mit.edu>2014-03-25 20:15:03 -0400
commitbf701bafd05e2407cae265df75570c37bbdf7d46 (patch)
tree2b0b297a38b5e8598c9cd60bab3bfda62f474b97
parent7d87754d7d4c0398c0504f2cae0937c0d005a339 (diff)
downloadkrb5-bf701bafd05e2407cae265df75570c37bbdf7d46.tar.gz
krb5-bf701bafd05e2407cae265df75570c37bbdf7d46.tar.xz
krb5-bf701bafd05e2407cae265df75570c37bbdf7d46.zip
Fix minor typo in options2configure.rst
--with-crypto=openssl is incorrect; it's --with-crypto-impl=openssl. [ghudson@mit.edu: wrap source line at 70 columns; improve grammar of the next sentence]
-rw-r--r--doc/build/options2configure.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/build/options2configure.rst b/doc/build/options2configure.rst
index 04c180868..799480b29 100644
--- a/doc/build/options2configure.rst
+++ b/doc/build/options2configure.rst
@@ -334,10 +334,11 @@ Optional packages
should return only vague error codes to clients.
**-**\ **-with-crypto-impl=**\ *IMPL*
- Use specified crypto implementation (e.g., **-**\ **-with-crypto=**\
- *openssl*). Default is a native MIT Kerberos implementation
- ``builtin``. The other currently implemented crypto backends are
- ``openssl`` and ``nss``. (See :ref:`mitK5features`)
+ Use specified crypto implementation (e.g., **-**\
+ **-with-crypto-impl=**\ *openssl*). The default is the native MIT
+ Kerberos implementation ``builtin``. The other currently
+ implemented crypto backends are ``openssl`` and ``nss``. (See
+ :ref:`mitK5features`)
**-**\ **-with-prng-alg=**\ *ALG*
Use specified PRNG algorithm. For example, to use the OS native