diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-10 14:29:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-10 14:29:28 +0000 |
commit | 94d1f7fa1dd4d7b2bf6fa7399bd4d27acee3ef9f (patch) | |
tree | 8ec1d48f14943fdcfdd6397512ca482a9972b1b2 /usr.bin/rdist/rdist.1 | |
parent | e4c2cb29ae6f43716c3cd4d2de3b48caef28d786 (diff) |
fleanse out oldrdist support
Diffstat (limited to 'usr.bin/rdist/rdist.1')
-rw-r--r-- | usr.bin/rdist/rdist.1 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 6a30dfe5a03..f16add95863 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.44 2014/04/24 14:00:35 jmc Exp $ +.\" $OpenBSD: rdist.1,v 1.45 2014/07/10 14:29:27 tedu Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -30,7 +30,7 @@ .\" $From: rdist.man,v 6.34 1996/01/29 22:37:19 mcooper Exp $ .\" @(#)rdist.1 6.6 (Berkeley) 5/13/86 .\" -.Dd $Mdocdate: April 24 2014 $ +.Dd $Mdocdate: July 10 2014 $ .Dt RDIST 1 .Os .Sh NAME @@ -40,7 +40,6 @@ .Nm rdist .Bk -words .Op Fl DFnV -.Op Fl Server .Op Fl A Ar num .Op Fl a Ar num .Op Fl c Ar mini_distfile @@ -398,20 +397,6 @@ may be a colon separated list of possible pathnames, in which case the first component of the path to exist is used. .It Fl p Ar rdistd-path Set the path where the rdistd server is searched for on the target host. -.It Fl Server -This option is recognized to provide partial backward compatible support -for older versions of -.Nm -which used this option to put -.Nm -into server mode. -If -.Nm -is started with the -.Fl Server -command line option, it will attempt to exec (run) the old version of -.Nm rdist , -.Pa /usr/bin/oldrdist . .It Fl t Ar timeout Set the timeout period, in seconds, |