Bump document date for the latest functional change.
Minor markup tweaks.
This commit is contained in:
parent
414a4ac92c
commit
338f050222
16
bin/dd/dd.1
16
bin/dd/dd.1
@ -31,7 +31,7 @@
|
||||
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 13, 1994
|
||||
.Dd March 5, 2004
|
||||
.Dt DD 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -360,17 +360,21 @@ in the same format as the standard completion message and
|
||||
will exit.
|
||||
.Sh EXAMPLES
|
||||
Check that a disk drive contains no bad blocks:
|
||||
.Dl dd if=/dev/ad0 of=/dev/null bs=1m
|
||||
.Pp
|
||||
.Dl "dd if=/dev/ad0 of=/dev/null bs=1m"
|
||||
.Pp
|
||||
Do a refresh of a disk drive, in order to prevent presently
|
||||
recoverable read errors from progressing into unrecoverable read errors:
|
||||
.Dl dd if=/dev/ad0 of=/dev/ad0 bs=1m
|
||||
.Pp
|
||||
Remove parity bit from a file
|
||||
.Dl dd if=file conv=parnone of=file.txt
|
||||
.Dl "dd if=/dev/ad0 of=/dev/ad0 bs=1m"
|
||||
.Pp
|
||||
Remove parity bit from a file:
|
||||
.Pp
|
||||
.Dl "dd if=file conv=parnone of=file.txt"
|
||||
.Pp
|
||||
Check for (even) parity errors on a file:
|
||||
.Dl dd if=file conv=pareven | cmp -x - file
|
||||
.Pp
|
||||
.Dl "dd if=file conv=pareven | cmp -x - file"
|
||||
.Sh DIAGNOSTICS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 8, 1995
|
||||
.Dd April 22, 2004
|
||||
.Dt DF 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -36,10 +36,7 @@
|
||||
.Nd display free disk space
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Oo
|
||||
.Fl b | g | h | H | k |
|
||||
.Fl m | P
|
||||
.Oc
|
||||
.Op Fl b | g | H | h | k | m | P
|
||||
.Op Fl aciln
|
||||
.Op Fl t Ar type
|
||||
.Op Ar file | filesystem ...
|
||||
|
Loading…
Reference in New Issue
Block a user