diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2003-07-28 16:36:21 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2003-07-28 16:36:21 +0000 |
commit | cf0361b0e4c128c81d113270cbabdf4c717178eb (patch) | |
tree | 4d2907a526cd735f6b4700f4a584bc98cef2c2bd /bin/dd | |
parent | 3200b7c7c5d48b5fcb347f1852e46e8bc806fe82 (diff) |
sync floppy dd example with the real world
ok deraadt@ jmc@
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 1dabeae892b..80a64e99099 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.14 2003/06/02 23:32:07 millert Exp $ +.\" $OpenBSD: dd.1,v 1.15 2003/07/28 16:36:20 todd Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -338,7 +338,7 @@ The .Nm utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES -.Li # dd if=floppy28.fs of=/dev/fd0a +.Li # dd if=floppy34.fs of=/dev/rfd0c bs=32k .Pp Write an .Ox |