diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 12:45:17 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 12:52:38 -0700 |
commit | b273cc907951a8b7dfcd4095ab58b6ae74c7d87e (patch) | |
tree | 93ee55b751447b6ea6a37be7369e99bb1bea905a | |
parent | bf1f69565a2c1772da29957a8d1ced2118d0782c (diff) |
Add additional stopwords for POD spelling tests
aspell doesn't like some of the words used in the Expat license.
Change-Id: Ia31b41c54dcec3b50dbfb2ae7318574997c5d8ca
Reviewed-on: https://gerrit.stanford.edu/972
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rwxr-xr-x | contrib/wallet-summary | 2 | ||||
-rwxr-xr-x | contrib/wallet-unknown-hosts | 3 | ||||
-rwxr-xr-x | server/wallet-admin | 7 | ||||
-rwxr-xr-x | server/wallet-report | 1 |
4 files changed, 8 insertions, 5 deletions
diff --git a/contrib/wallet-summary b/contrib/wallet-summary index 4dee7f3..4e76119 100755 --- a/contrib/wallet-summary +++ b/contrib/wallet-summary @@ -170,7 +170,7 @@ close REPORT; ############################################################################## =for stopwords --hm keytab keytabs +-hm keytab keytabs MERCHANTABILITY NONINFRINGEMENT sublicense =head1 NAME diff --git a/contrib/wallet-unknown-hosts b/contrib/wallet-unknown-hosts index 4d9f739..1aea11f 100755 --- a/contrib/wallet-unknown-hosts +++ b/contrib/wallet-unknown-hosts @@ -183,7 +183,8 @@ if ($command eq 'check') { ############################################################################## =for stopwords -ACL API CNAME DNS IP env keytab keytabs timestamp +ACL API CNAME DNS IP env keytab keytabs timestamp MERCHANTABILITY +NONINFRINGEMENT sublicense =head1 NAME diff --git a/server/wallet-admin b/server/wallet-admin index b021a63..02982dc 100755 --- a/server/wallet-admin +++ b/server/wallet-admin @@ -65,13 +65,14 @@ __END__ # Documentation ############################################################################## +=for stopwords +metadata ACL hostname backend acl acls wildcard SQL Allbery verifier +MERCHANTABILITY NONINFRINGEMENT sublicense + =head1 NAME wallet-admin - Wallet server administrative commands -=for stopwords -metadata ACL hostname backend acl acls wildcard SQL Allbery verifier - =head1 SYNOPSIS B<wallet-admin> I<command> [I<args> ...] diff --git a/server/wallet-report b/server/wallet-report index 5af289c..87755b8 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -108,6 +108,7 @@ wallet-report - Wallet server reporting interface =for stopwords metadata ACL hostname backend acl acls wildcard SQL Allbery remctl +MERCHANTABILITY NONINFRINGEMENT sublicense =head1 SYNOPSIS |