diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 01:42:52 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-18 01:42:52 -0500 |
commit | b124f855cf6997c438921abf350970a1ee0e387e (patch) | |
tree | 284ed77c9109dd6c6b2ab8bd92f9aae8f80d3aeb /man/man8 | |
parent | cb23b390761c20358c5db30203589c823c7b5bbf (diff) |
more tweaks to man pages
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/monkeysphere-host.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/monkeysphere-host.8 b/man/man8/monkeysphere-host.8 index 3a7b629..f3c5943 100644 --- a/man/man8/monkeysphere-host.8 +++ b/man/man8/monkeysphere-host.8 @@ -62,11 +62,11 @@ Add a service-specific user ID to the specified certificate. For example, the operator of `https://example.net' may wish to add an additional servicename of `https://www.example.net' to the certificate corresponding to the secret key used by the TLS-enabled web server. -`add-name' or `n+' may be used in place of `add\-hostname'. +`add-name' or `n+' may be used in place of `add\-servicename'. .TP .B revoke\-servicename SCHEME://HOSTNAME[:PORT] [KEYID] Revoke a service-specific user ID from the specified certificate. -`revoke-name' or `n\-' may be used in place of `revoke\-hostname'. +`revoke-name' or `n\-' may be used in place of `revoke\-servicename'. .TP .B add\-revoker REVOKER_KEYID|FILE [KEYID] Add a revoker to the specified OpenPGP certificate. The revoker can |