diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
| commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
| tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/dd | |
| parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) | |
Notes
Diffstat (limited to 'bin/dd')
| -rw-r--r-- | bin/dd/args.c | 4 | ||||
| -rw-r--r-- | bin/dd/dd.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c index 56c51fd9c228..0f65b3d7f3c8 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: args.c,v 1.12 1998/05/06 06:51:29 charnier Exp $"; + "$Id: args.c,v 1.13 1998/05/13 07:33:36 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -328,7 +328,7 @@ c_conv(a, b) * 4) A positive decimal number followed by a m (mult by 512). * 5) A positive decimal number followed by a w (mult by sizeof int) * 6) Two or more positive decimal numbers (with/without k,b or w). - * seperated by x (also * for backwards compatibility), specifying + * separated by x (also * for backwards compatibility), specifying * the product of the indicated values. */ static u_long diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 67d6b3727baa..e4be5acbb8ea 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $Id: dd.1,v 1.7 1998/05/06 06:51:35 charnier Exp $ +.\" $Id: dd.1,v 1.8 1998/11/29 13:54:20 bde Exp $ .\" .Dd January 13, 1994 .Dt DD 1 @@ -329,10 +329,10 @@ be written to the standard error output in the same format as the standard completion message and .Nm will exit. -.Pp +.Sh DIAGNOSTICS The .Nm -utility exits 0 on success or >0 if an error occurred. +utility exits 0 on success or >0 if an error occurs. .Sh SEE ALSO .Xr cp 1 , .Xr mt 1 , |
