diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/monkeysphere.1 | 2 | ||||
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 25421ce..91a9b1c 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -1,4 +1,4 @@ -.TH MONKEYSPHERE "1" "June 2008" "monkeysphere 0.1" "User Commands" +.TH MONKEYSPHERE "1" "June 2008" "monkeysphere" "User Commands" .SH NAME diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index 7c12673..e9e24b0 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -1,4 +1,4 @@ -.TH MONKEYSPHERE-AUTHENTICATION "8" "January 2010" "monkeysphere" "System Commands" +.TH MONKEYSPHERE-AUTHENTICATION "8" "July 3, 2010" "monkeysphere" "System Commands" .SH NAME @@ -42,6 +42,11 @@ Refresh all keys in the monkeysphere-authentication keyring. If no accounts are specified, then all accounts on the system are processed. `r' may be used in place of `refresh\-keys'. .TP +.B keys\-for\-user USER +Output to stdout all acceptable keys for a given user. User IDs are +read from the user's authorized_user_ids file (see +MONKEYSPHERE_AUTHORIZED_USER_IDS below). +.TP .B add\-id\-certifier KEYID|FILE Instruct system to trust user identity certifications made by KEYID. The key ID will be loaded from the keyserver. A file may be loaded |