diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-03-01 05:28:45 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-03-01 05:28:45 +0000 |
commit | 6be607d0d5666d32d16686f203722063d7f25343 (patch) | |
tree | 9c9ac4d3aabd2bef468eed3b69e2e16362300e4a /bin/dd | |
parent | 33d0e2a76d440b3ef92b8573db2f386a7b021f90 (diff) | |
download | src-6be607d0d5666d32d16686f203722063d7f25343.tar.gz src-6be607d0d5666d32d16686f203722063d7f25343.zip |
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index eaf1b90ff0b8..24149f4c483e 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -99,7 +99,8 @@ instead of the standard input. .It Cm iseek= Ns Ar n Seek on the input file .Va n -blocks. This is synonymous with +blocks. +This is synonymous with .Cm skip= Ns Ar n . .It Cm obs= Ns Ar n Set the output block size to @@ -119,7 +120,8 @@ the output file is truncated at that point. .It Cm oseek= Ns Ar n Seek on the output file .Va n -blocks. This is synonymous with +blocks. +This is synonymous with .Cm seek= Ns Ar n . .It Cm seek= Ns Ar n Seek |