Bump document date for the latest functional change.

Minor markup tweaks.
This commit is contained in:
Ruslan Ermilov 2004-05-16 21:34:15 +00:00
parent b0cb98e238
commit 2360f509c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129295
2 changed files with 12 additions and 11 deletions

View File

@ -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

View File

@ -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 ...