diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2016-02-16 20:53:21 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2016-02-16 20:53:21 -0500 |
commit | e5ead1a980a6379d61cdfe2b8dd4ef6ff5c325ad (patch) | |
tree | 050eca9c0750ba048c541d2150abe9eccc6a65b1 | |
parent | a1fa3d75d834b5c89872eb800664db28ae7780c5 (diff) |
rcpu(1) man page: english
-rw-r--r-- | sys/man/1/rcpu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/rcpu b/sys/man/1/rcpu index a73829101..4eca9922d 100644 --- a/sys/man/1/rcpu +++ b/sys/man/1/rcpu @@ -97,7 +97,7 @@ are passed to the remote side. The command to run can be passed with .B -c .IR "cmd arg ..." , -otherwise a interactive shell is started. The user's profile +otherwise an interactive shell is started. The user's profile is run before the command with .B $service set to @@ -143,7 +143,7 @@ is a helper program handling client side connection setup for the commands listed above. The rcpu protocol starts by setting up a mutual authenticated and encrypted TLS connection using .IR tlssrv (8) -followed by the client sending a +followed by the client sending an .IR rc (1) .I remotescript file to the server which gets executed under the authenticated user |