diff options
| author | Russ Allbery <eagle@eyrie.org> | 2016-01-23 15:20:20 -0800 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2016-01-23 15:21:55 -0800 | 
| commit | 17d8e73401143e80b75356b21482da229b1d9d5a (patch) | |
| tree | 8e8b305ec842dc48cd757274bb2a4068ed998499 | |
| parent | f532471b897dfb426890cd96b77f0f44e36c061d (diff) | |
Minor style cleanups to the Perl documentation in README
| -rw-r--r-- | README | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -183,10 +183,10 @@ BUILD AND INSTALLATION    must be specified either in krb5.conf configuration or on the wallet    command line or the client will exit with an error. -  By default, wallet uses whatever perl executable exists in the current $PATH. -  That Perl's path is what the server scripts will use, and that Perl's -  configuration will be used to determine where the server Perl modules will be -  installed. +  By default, wallet uses whatever Perl executable exists in the current +  PATH.  That Perl's path is what the server scripts will use, and that +  Perl's configuration will be used to determine where the server Perl +  modules will be installed.    To specify a particular Perl executable to use, either set the PERL    environment variable or pass it to configure like: | 
