summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-16 21:34:15 +0000
committerru <ru@FreeBSD.org>2004-05-16 21:34:15 +0000
commit7cba80f9da12441fea24f152a1bed11d0fd6faaf (patch)
treedcbec5495dbb48d64396c4b1303a1054c3a1b0a0 /bin
parentdeac0b719cfde42c62efb4f05082fee4170626d5 (diff)
downloadFreeBSD-src-7cba80f9da12441fea24f152a1bed11d0fd6faaf.zip
FreeBSD-src-7cba80f9da12441fea24f152a1bed11d0fd6faaf.tar.gz
Bump document date for the latest functional change.
Minor markup tweaks.
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.116
-rw-r--r--bin/df/df.17
2 files changed, 12 insertions, 11 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index ff87f17..1cbe499 100644
--- a/bin/dd/dd.1
+++ b/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
diff --git a/bin/df/df.1 b/bin/df/df.1
index 01c6b17..3028393 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -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 ...
OpenPOWER on IntegriCloud