summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-27 13:50:35 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-27 16:51:52 -0800
commit2a937e1145d3226ced41c2397339c03b1191573e (patch)
treed918b197bd3360bfe229f1fa5183a15aa511420e /contrib
parent027ed879d1697b04939547585ff3838b300154e1 (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')
-rwxr-xr-xcontrib/used-principals3
-rwxr-xr-xcontrib/wallet-contacts3
-rwxr-xr-xcontrib/wallet-summary3
-rwxr-xr-xcontrib/wallet-unknown-hosts5
4 files changed, 13 insertions, 1 deletions
diff --git a/contrib/used-principals b/contrib/used-principals
index c4a6c07..aa838fe 100755
--- a/contrib/used-principals
+++ b/contrib/used-principals
@@ -106,6 +106,9 @@ __END__
# Documentation
##############################################################################
+=for stopwords
+KDC bzip2
+
=head1 NAME
used-principals - Report which Kerberos v5 principals are in use
diff --git a/contrib/wallet-contacts b/contrib/wallet-contacts
index a7bccf3..177fc76 100755
--- a/contrib/wallet-contacts
+++ b/contrib/wallet-contacts
@@ -135,6 +135,9 @@ print join ("\n", @email, '');
# Documentation
##############################################################################
+=for stopwords
+ACL NetDB SQL hostname lookup swhois whois
+
=head1 NAME
wallet-contacts - Report contact addresses for matching wallet objects
diff --git a/contrib/wallet-summary b/contrib/wallet-summary
index b782a97..aba8406 100755
--- a/contrib/wallet-summary
+++ b/contrib/wallet-summary
@@ -174,6 +174,9 @@ close REPORT;
# Documentation
##############################################################################
+=for stopwords
+-hm keytab keytabs
+
=head1 NAME
wallet-summary - Report on keytabs in the wallet database
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.