home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume2 / remote / dd.1.DIFF next >
Text File  |  1986-11-30  |  1KB  |  68 lines

  1. *** /usr/man/man1/dd.1    Mon Apr  4 06:12:26 1983
  2. --- dd.1    Wed Jul 24 12:29:58 1985
  3. ***************
  4. *** 23,29
  5.   .ns
  6.   .TP 
  7.   if=
  8. ! input file name; standard input is default
  9.   .br
  10.   .ns
  11.   .TP 
  12.  
  13. --- 23,45 -----
  14.   .ns
  15.   .TP 
  16.   if=
  17. ! input file name; standard input is default.
  18. ! If the input file name has the form
  19. ! .IR system [. user ]:/dev/???,
  20. ! then
  21. ! .I dd
  22. ! will attempt to use the tape drive /dev/??? on the remote system
  23. ! .IR system ,
  24. ! via
  25. ! .IR rsh (1),
  26. ! and
  27. ! .IR rmt (8).
  28. ! The optional
  29. ! .I user
  30. ! specifies the login name to use on the remote system.
  31. ! If it is not given, the current user's login name will be used.
  32. ! In all cases, the user must have the appropriate
  33. ! access permissions on the remote machine in order for this to work.
  34.   .br
  35.   .ns
  36.   .TP 
  37. ***************
  38. *** 28,34
  39.   .ns
  40.   .TP 
  41.   of=
  42. ! output file name; standard output is default
  43.   .br
  44.   .ns
  45.   .TP 
  46.  
  47. --- 44,51 -----
  48.   .ns
  49.   .TP 
  50.   of=
  51. ! output file name; standard output is default,
  52. ! remote file names may be used here as well.
  53.   .br
  54.   .ns
  55.   .TP 
  56. ***************
  57. *** 203,205
  58.   raw disks with bad sectors to insure 
  59.   .I dd
  60.   stays synchronized.
  61.  
  62. --- 220,224 -----
  63.   raw disks with bad sectors to insure 
  64.   .I dd
  65.   stays synchronized.
  66. + .br
  67. + Using a remote system's tape drive can be slow.
  68.