diff options
author | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch) | |
tree | 697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/dd | |
parent | e45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff) | |
download | FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz |
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
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 56c51fd..0f65b3d 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 67d6b37..e4be5ac 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 , |