diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-01-15 18:25:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-01-15 18:25:54 +0100 |
commit | ca47fef0061954cda2355cc10dba774d6567051e (patch) | |
tree | ef97c601c3e81846e08f8e941e7c5c3d51160843 /sys/man | |
parent | e9bf14ecebd1f7b91968b10cec05620dd338ac0f (diff) |
rcpu: use $cpu environment variable for host when not specified
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/rcpu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/1/rcpu b/sys/man/1/rcpu index c096c090b..edafa8cfc 100644 --- a/sys/man/1/rcpu +++ b/sys/man/1/rcpu @@ -105,6 +105,13 @@ set to to allow further customization of the environment (see .IR rc (1) for more information). +The cpu server can be specified with +.B -h +.IR host , +otherwise it defaults to the environment variable +.B $cpu +or is looked up from +.IR ndb (6). .PP .I Rimport mounts a remote directory |