diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2013-03-13 01:38:10 -0400 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-03-13 11:39:37 +0100 |
commit | ddb31eda39e80b9dbf338e3b3b848ad4fcb549bc (patch) | |
tree | fd5af1ab42bddebe783b1d48743be1b7e0e39971 | |
parent | 049467f2dec0cf511b403dde9b9b07c6abf5cbc9 (diff) |
update documentation for monkeysphere-authentication gpg-cmd
The previous changeset ("simplify arguments passed to
su_monkeysphere_user and gpg_sphere") changes the semantics for m-a
gpg-cmd by making it take its arguments separately, rather than as a
single string.
-rw-r--r-- | man/man8/monkeysphere-authentication.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man8/monkeysphere-authentication.8 b/man/man8/monkeysphere-authentication.8 index 1d49f9f..7e295da 100644 --- a/man/man8/monkeysphere-authentication.8 +++ b/man/man8/monkeysphere-authentication.8 @@ -1,4 +1,4 @@ -.TH MONKEYSPHERE-AUTHENTICATION "8" "July 3, 2010" "monkeysphere" "System Commands" +.TH MONKEYSPHERE-AUTHENTICATION "8" "March 13, 2013" "monkeysphere" "System Commands" .SH NAME @@ -93,10 +93,10 @@ may be used in place of `diagnostics'. .TP .B gpg\-cmd Execute a gpg command, as the monkeysphere user, on the monkeysphere -authentication `sphere' keyring. This takes a single argument -(i.e. multiple gpg arguments need to be quoted all together). Use -this command with caution, as modifying the authentication sphere -keyring can affect ssh user authentication. +authentication `sphere' keyring. As of monkeysphere 0.36, this takes +its arguments separately, not as a single string. Use this command +with caution, as modifying the authentication sphere keyring can +affect ssh user authentication. .SH SETUP USER AUTHENTICATION |