summaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commit6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/dd
parent2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff)
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 4c4c794cfaf7..196835a9435a 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -373,6 +373,8 @@ be written to the standard error output
in the same format as the standard completion message and
.Nm
will exit.
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Check that a disk drive contains no bad blocks:
.Pp
@@ -390,8 +392,6 @@ Remove parity bit from a file:
Check for (even) parity errors on a file:
.Pp
.Dl "dd if=file conv=pareven | cmp -x - file"
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr cp 1 ,
.Xr mt 1 ,