summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-05-09 13:42:04 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-05-09 13:42:04 +0000
commitc33a01b99d2950e57a791e3f09721278ef9b08e1 (patch)
tree49d20c3b1cd0835aeda96911bafcc4e1997966fe /sbin
parent4cbd8ca6d5833366f10b8f8fc4e1edcb3f77490e (diff)
fix example dd invocation; multipliers (e.g. bs=1m) use lower-case.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bioctl/bioctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index cb3e37592b1..a43ed5494f2 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.66 2009/03/19 15:11:59 jmc Exp $
+.\" $OpenBSD: bioctl.8,v 1.67 2009/05/09 13:42:03 sthen Exp $
.\"
.\" Copyright (c) 2004, 2005 Marco Peereboom
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 19 2009 $
+.Dd $Mdocdate: May 9 2009 $
.Dt BIOCTL 8
.Os
.Sh NAME
@@ -232,7 +232,7 @@ or
don't get confused by the random data that appears on the new disk.
This can be done with the following command (assuming the new disk is sd3):
.Bd -literal -offset 3n
-# dd if=/dev/zero of=/dev/rsd3c bs=1M count=1
+# dd if=/dev/zero of=/dev/rsd3c bs=1m count=1
.Ed
.Sh SEE ALSO
.Xr ami 4 ,