home *** CD-ROM | disk | FTP | other *** search
- RCS file: RCS/dd.1,v
- retrieving revision 1.1
- diff -c -r1.1 dd.1
- *** /tmp/,RCSt1012245 Thu Oct 9 16:50:49 1986
- --- dd.1 Thu Oct 9 16:50:18 1986
- ***************
- *** 1,7 ****
- ...
- ! ... $Header: dd.1,v 1.1 86/08/07 16:02:52 root Exp $
- ...
- ... $Log: dd.1,v $
- ... Revision 1.1 86/08/07 16:02:52 root
- ... Initial revision
- ...
- --- 1,13 ----
- ...
- ! ... $Header: dd.1,v 1.3 86/10/09 16:50:02 root Locked $
- ...
- ... $Log: dd.1,v $
- + ... Revision 1.3 86/10/09 16:50:02 root
- + ... Changed to indicate use of 4.3 rcp syntax. ADR.
- + ...
- + ... Revision 1.2 86/08/07 16:05:53 root
- + ... Added doc of remote mag tape facility. ADR.
- + ...
- ... Revision 1.1 86/08/07 16:02:52 root
- ... Initial revision
- ...
- ***************
- *** 38,48 ****
- .TP
- if=
- input file name; standard input is default
- .br
- .ns
- .TP
- of=
- ! output file name; standard output is default
- .br
- .ns
- .TP
- --- 44,76 ----
- .TP
- if=
- input file name; standard input is default
- + If the input file name has either of the forms
- + .RI [ user @] system :/dev/???,
- + or
- + .IR system [. user ]:/dev/???,
- + then
- + .I dd
- + will attempt to use the tape drive /dev/??? on the remote system
- + .IR system ,
- + via
- + .IR rsh (1),
- + and
- + .IR rmt (8).
- + The optional
- + .I user
- + specifies the login name to use on the remote system.
- + If it is not given, the current user's login name will be used.
- + In all cases, the user must have the appropriate
- + access permissions on the remote machine in order for this to work.
- + (The first form is the 4.3BSD syntax for
- + .IR rcp (1),
- + the second is from 4.2BSD.)
- .br
- .ns
- .TP
- of=
- ! output file name; standard output is default,
- ! remote file names may be used here as well.
- .br
- .ns
- .TP
- ***************
- *** 233,235 ****
- --- 261,265 ----
- Invalid combinations
- .I "silently ignore"
- all but the last mutually-exclusive keyword.
- + .br
- + Using a remote system's tape drive can be slow.
-