[BACK]Return to dd.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / dd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/bin/dd/dd.1 between version 1.22 and 1.23

version 1.22, 2009/03/11 12:43:58 version 1.23, 2010/12/22 09:42:53
Line 32 
Line 32 
 .\"  .\"
 .\"     @(#)dd.1        8.2 (Berkeley) 1/13/94  .\"     @(#)dd.1        8.2 (Berkeley) 1/13/94
 .\"  .\"
 .Dd April 13, 2007  .Dd December 22, 2010
 .Dt DD 1  .Dt DD 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 91  bytes instead of the default 512.
Line 91  bytes instead of the default 512.
 Read input from  Read input from
 .Ar file  .Ar file
 instead of the standard input.  instead of the standard input.
   .It Cm iseek= Ns Ar n
   Seek on the input file
   .Ar n
   blocks.
   This is synonymous with
   .Cm skip= Ns Ar n .
 .It Cm obs= Ns Ar n  .It Cm obs= Ns Ar n
 Set the output block size to  Set the output block size to
 .Va n  .Va n
Line 106  If an initial portion of the output file
Line 112  If an initial portion of the output file
 .Cm seek  .Cm seek
 operand)  operand)
 the output file is truncated at that point.  the output file is truncated at that point.
   .It Cm oseek= Ns Ar n
   Seek on the output file
   .Ar n
   blocks.
   This is synonymous with
   .Cm seek= Ns Ar n .
 .It Cm seek= Ns Ar n  .It Cm seek= Ns Ar n
 Seek  Seek
 .Va n  .Va n

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>