diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-26 22:06:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-26 22:06:37 +0000 |
commit | e6dc0bc5332a2deefffe5f5046d77303fd407d80 (patch) | |
tree | e0bb4e81dbd4779c0374d79456edcff816f87732 /usr.bin/rdist | |
parent | ecb2abfdae3441a8e6632a2590409d2e4d969c7b (diff) |
show how -c works;
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r-- | usr.bin/rdist/rdist.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 5b70a455474..ff82092bca8 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.26 2007/02/26 21:39:13 jmc Exp $ +.\" $OpenBSD: rdist.1,v 1.27 2007/02/26 22:06:36 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -163,9 +163,13 @@ to update or install a file. .It Fl c Ar mini_distfile Forces .Nm -to interpret the remaining arguments as a small -.Pa distfile . -The equivalent distfile is as follows. +to interpret the remaining arguments as a small distfile. +The format is: +.Bd -literal -offset indent +$ rdist -c name ... [login@]host[:dest] +.Ed +.Pp +The equivalent distfile is as follows: .Bd -literal -offset indent ( name ... ) -\*(Gt [login@]host install [dest] ; |