home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / remtape / dd.1.patch next >
Encoding:
Text File  |  1986-12-16  |  1.9 KB  |  84 lines

  1. RCS file: RCS/dd.1,v
  2. retrieving revision 1.1
  3. diff -c -r1.1 dd.1
  4. *** /tmp/,RCSt1012245    Thu Oct  9 16:50:49 1986
  5. --- dd.1    Thu Oct  9 16:50:18 1986
  6. ***************
  7. *** 1,7 ****
  8.   ...
  9. ! ... $Header: dd.1,v 1.1 86/08/07 16:02:52 root Exp $
  10.   ... 
  11.   ... $Log:    dd.1,v $
  12.   ... Revision 1.1  86/08/07  16:02:52  root
  13.   ... Initial revision
  14.   ... 
  15. --- 1,13 ----
  16.   ...
  17. ! ... $Header: dd.1,v 1.3 86/10/09 16:50:02 root Locked $
  18.   ... 
  19.   ... $Log:    dd.1,v $
  20. + ... Revision 1.3  86/10/09  16:50:02  root
  21. + ... Changed to indicate use of 4.3 rcp syntax. ADR.
  22. + ... 
  23. + ... Revision 1.2  86/08/07  16:05:53  root
  24. + ... Added doc of remote mag tape facility. ADR.
  25. + ... 
  26.   ... Revision 1.1  86/08/07  16:02:52  root
  27.   ... Initial revision
  28.   ... 
  29. ***************
  30. *** 38,48 ****
  31.   .TP 
  32.   if=
  33.   input file name; standard input is default
  34.   .br
  35.   .ns
  36.   .TP 
  37.   of=
  38. ! output file name; standard output is default
  39.   .br
  40.   .ns
  41.   .TP 
  42. --- 44,76 ----
  43.   .TP 
  44.   if=
  45.   input file name; standard input is default
  46. + If the input file name has either of the forms
  47. + .RI [ user @] system :/dev/???,
  48. + or
  49. + .IR system [. user ]:/dev/???,
  50. + then
  51. + .I dd
  52. + will attempt to use the tape drive /dev/??? on the remote system
  53. + .IR system ,
  54. + via
  55. + .IR rsh (1),
  56. + and
  57. + .IR rmt (8).
  58. + The optional
  59. + .I user
  60. + specifies the login name to use on the remote system.
  61. + If it is not given, the current user's login name will be used.
  62. + In all cases, the user must have the appropriate
  63. + access permissions on the remote machine in order for this to work.
  64. + (The first form is the 4.3BSD syntax for
  65. + .IR rcp (1),
  66. + the second is from 4.2BSD.)
  67.   .br
  68.   .ns
  69.   .TP 
  70.   of=
  71. ! output file name; standard output is default,
  72. ! remote file names may be used here as well.
  73.   .br
  74.   .ns
  75.   .TP 
  76. ***************
  77. *** 233,235 ****
  78. --- 261,265 ----
  79.   Invalid combinations
  80.   .I "silently ignore"
  81.   all but the last mutually-exclusive keyword.
  82. + .br
  83. + Using a remote system's tape drive can be slow.
  84.