summaryrefslogtreecommitdiffstats
path: root/bin/dd
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-02-27 16:40:39 +0000
committergreen <green@FreeBSD.org>2000-02-27 16:40:39 +0000
commit198256e1732408f489456d9b0ce82e9e4acc91c5 (patch)
tree0bfeaaab463d4d05620364ab0613dfc0c8e3c857 /bin/dd
parentad425faefd39e0e303233be6c24f5e2df7f92de9 (diff)
downloadFreeBSD-src-198256e1732408f489456d9b0ce82e9e4acc91c5.zip
FreeBSD-src-198256e1732408f489456d9b0ce82e9e4acc91c5.tar.gz
Fix style bugs I introduced in the last revision.
Brucified by: bde
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.114
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index b34dcc6..eaf1b90 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -99,17 +99,12 @@ instead of the standard input.
.It Cm iseek= Ns Ar n
Seek on the input file
.Va n
-blocks. This is a synonym for
+blocks. This is synonymous with
.Cm skip= Ns Ar n .
.It Cm obs= Ns Ar n
Set the output block size to
.Va n
bytes instead of the default 512.
-.It Cm oseek= Ns Ar n
-Seek on the output file
-.Va n
-blocks. This is a synonym for
-.Cm seek= Ns Ar n .
.It Cm of= Ns Ar file
Write output to
.Ar file
@@ -118,9 +113,14 @@ Any regular output file is truncated unless the
.Cm notrunc
conversion value is specified.
If an initial portion of the output file is seeked past (see the
-.Cm seek
+.Cm oseek
operand),
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
+.Cm seek= Ns Ar n .
.It Cm seek= Ns Ar n
Seek
.Va n
OpenPOWER on IntegriCloud