diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
commit | 3e6f48209fb1159a6ceb04d1acc6f1add775fc45 (patch) | |
tree | 72ceb92bea0f90da3a9209d6929cec5ee0f1df08 /bin/dd | |
parent | a6174cd0b609f882475db2af94f6559e5a5e6ff8 (diff) |
Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 72af4b42ad4..9f358137f7b 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.10 1999/09/23 10:29:09 aaron Exp $ +.\" $OpenBSD: dd.1,v 1.11 2000/10/18 06:55:07 aaron Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -341,6 +341,12 @@ will exit. The .Nm utility exits 0 on success or >0 if an error occurred. +.Sh EXAMPLES +.Cm dd if=floppy28.fs of=/dev/fd0a +.Pp +Write an +.Ox +floppy image to a floppy disk. .Sh SEE ALSO .Xr cp 1 , .Xr mt 1 , |