diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-27 13:50:35 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-27 16:51:52 -0800 |
commit | 2a937e1145d3226ced41c2397339c03b1191573e (patch) | |
tree | d918b197bd3360bfe229f1fa5183a15aa511420e /contrib/wallet-unknown-hosts | |
parent | 027ed879d1697b04939547585ff3838b300154e1 (diff) |
Add stopwords for POD documentation of contrib/* scripts
Change-Id: I850cb07c344757362f09a3c2d88adc5b8154d7d7
Reviewed-on: https://gerrit.stanford.edu/838
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'contrib/wallet-unknown-hosts')
-rwxr-xr-x | contrib/wallet-unknown-hosts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/wallet-unknown-hosts b/contrib/wallet-unknown-hosts index 29efb96..da972b2 100755 --- a/contrib/wallet-unknown-hosts +++ b/contrib/wallet-unknown-hosts @@ -187,6 +187,9 @@ if ($command eq 'check') { # Documentation ############################################################################## +=for stopwords +ACL API CNAME DNS IP env keytab keytabs timestamp + =head1 NAME wallet-unknown-hosts - Report host keytabs in wallet for unknown hosts @@ -236,7 +239,7 @@ those thresholds. When run with the C<purge> argument, B<wallet-unknown-hosts> will build a list of keytab objects the same as with the C<report> argument, using the -same additioanl arguments, but rather than printing them out will instead +same additional arguments, but rather than printing them out will instead delete them from the wallet database. To run C<purge>, the environment variable REMOTE_USER must be set to a principal that's a member of the C<ADMIN> ACL. |