diff options
author | green <green@FreeBSD.org> | 2000-03-01 05:28:45 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-03-01 05:28:45 +0000 |
commit | bcb4b1ee2b428810438ee842e3270dee34c8b56c (patch) | |
tree | f26acff5a1e3f7ec43890d8ef2fb825356603b47 /bin | |
parent | 08f912afac84d31abd1a26adbbeafc63171987de (diff) | |
download | FreeBSD-src-bcb4b1ee2b428810438ee842e3270dee34c8b56c.zip FreeBSD-src-bcb4b1ee2b428810438ee842e3270dee34c8b56c.tar.gz |
After Bruce kindly explained the whole groff "sentence" idea to me, I've
put the whitespace in the right place.
Diffstat (limited to 'bin')
-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 eaf1b90..24149f4 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 |