--- rdist.1-orig 2007-01-02 02:07:28.000000000 -0500 +++ rdist.1 2007-01-02 02:11:37.000000000 -0500 @@ -144,14 +144,14 @@ to interpret the remaining arguments as a small .IR distfile . The equivalent distfile is as follows. -.nf -.ti +.5i +.RS +.EX ( \fIname\fP ... ) -> [\fIlogin\fP@]\fIhost\fP -.ti +1i -install [\fIdest\fP] ; + install [\fIdest\fP] ; +.EE +.RE -.fi .PP The .B \-Server @@ -672,29 +672,33 @@ a name enclosed in curly braces (see the examples at the end). .PP The source and destination lists have the following format: -.nf -.ti +.5i +.RS +.RE or -.ti +.5i +.RS `(' `)' - -.fi +.RE These simple lists can be modified by using one level of set addition, subtraction, or intersection like this: -.nf -.ti +.5i +.RS list '-' list +.RE + or -.ti +.5i + +.RS list '+' list +.RE + or -.ti +.5i + +.RS list '&' list +.RE -.fi If additional modifications are needed (e.g., ``all servers and client machines except for the OSF/1 machines'') then the list will have to be explicitly constructed in steps using "temporary" variables. @@ -715,19 +719,17 @@ .PP The command list consists of zero or more commands of the following format. -.nf -.RS -.ta \w'cmdspecial 'u +\w'name list 'u +.TS +l l l. `install' opt_dest_name `;' `notify' `;' `except' `;' `except_pat' `;' `special' string `;' `cmdspecial' string `;' -.RE +.TE -.fi .PP The .I install