summaryrefslogtreecommitdiff
path: root/man/man7
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-18 01:42:52 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-18 01:42:52 -0500
commitb124f855cf6997c438921abf350970a1ee0e387e (patch)
tree284ed77c9109dd6c6b2ab8bd92f9aae8f80d3aeb /man/man7
parentcb23b390761c20358c5db30203589c823c7b5bbf (diff)
more tweaks to man pages
Diffstat (limited to 'man/man7')
-rw-r--r--man/man7/monkeysphere.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/monkeysphere.7 b/man/man7/monkeysphere.7
index 775826e..e4c2bf0 100644
--- a/man/man7/monkeysphere.7
+++ b/man/man7/monkeysphere.7
@@ -11,8 +11,8 @@ Trust
for OpenSSH and TLS key-based authentication. OpenPGP keys are
tracked via GnuPG, and added to the authorized_keys and known_hosts
files used by OpenSSH for connection authentication. Monkeysphere can
-also be used by a monkeysphere validation agent to validate TLS
-connections on the web.
+also be used by a validation agent to validate TLS connections
+(e.g. https).
.SH IDENTITY CERTIFIERS
@@ -67,10 +67,10 @@ user IDs) that are based on URI specifications for the service. Some
examples:
.TP
.B ssh:
-ssh://host.full.domain[:port]
+ssh://host.example.com[:port]
.TP
.B https:
-https://host.full.domain[:port]
+https://host.example.com[:port]
.SH AUTHOR