diff options
author | alex <alex@FreeBSD.org> | 2004-01-15 12:13:54 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2004-01-15 12:13:54 +0000 |
commit | f1fc1fb3543d8530be67a46ec8010cab4196c924 (patch) | |
tree | e02e9cf7eb2ad4404bcc7b4986c960ea4d61be32 /sbin | |
parent | 62909c52c90e866cae51a1625e0da21818294292 (diff) | |
download | FreeBSD-src-f1fc1fb3543d8530be67a46ec8010cab4196c924.zip FreeBSD-src-f1fc1fb3543d8530be67a46ec8010cab4196c924.tar.gz |
Add RSH to the list of enviroment variables.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dump/dump.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index efe7a76..e40ead8 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -419,6 +419,9 @@ Device from which to read backup. Pathname of the remote .Xr rmt 8 program. +.It Ev RSH +Pathname of remote shell program, if not +.Xr rsh 1 . .El .Sh FILES .Bl -tag -width /etc/dumpdates -compact |