diff options
author | ru <ru@FreeBSD.org> | 2005-06-14 08:25:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-14 08:25:54 +0000 |
commit | 291174c7f19337d57216e73944cc7a5b46cf939d (patch) | |
tree | 9f1c4a299269887b14786408763df93cd71567c8 /bin/dd | |
parent | 81411ac5c7fb2a9bc77ae108d49345427799badc (diff) | |
download | FreeBSD-src-291174c7f19337d57216e73944cc7a5b46cf939d.zip FreeBSD-src-291174c7f19337d57216e73944cc7a5b46cf939d.tar.gz |
Sort sections.
Approved by: re (blanket)
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 3b397ae..96a31c9 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -392,14 +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 BUGS -Protection mechanisms in the -.Xr geom 4 -subsystem might prevent the super-user from writing blocks to a disk. -Instructions for temporarily disabling these protectsion mechanisms can be -found in the -.Xr geom 4 -manpage. .Sh SEE ALSO .Xr cp 1 , .Xr mt 1 , @@ -424,3 +416,11 @@ and values are extensions to the .Tn POSIX standard. +.Sh BUGS +Protection mechanisms in the +.Xr geom 4 +subsystem might prevent the super-user from writing blocks to a disk. +Instructions for temporarily disabling these protectsion mechanisms can be +found in the +.Xr geom 4 +manpage. |