diff options
Diffstat (limited to 'bin/dd/args.c')
-rw-r--r-- | bin/dd/args.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c index 8b9568dcdbd..a59f320f671 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -1,4 +1,4 @@ -/* $OpenBSD: args.c,v 1.27 2016/08/14 13:40:55 tedu Exp $ */ +/* $OpenBSD: args.c,v 1.28 2016/08/16 16:44:55 krw Exp $ */ /* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */ /*- @@ -309,7 +309,7 @@ f_conv(char *arg) /* * Convert an expression of the following forms to a size_t - * 1) A positive decimal number, optionally followed by + * 1) A positive decimal number, optionally followed by * b - multiply by 512. * k, m or g - multiply by 1024 each. * w - multiply by sizeof int @@ -392,7 +392,7 @@ erange: /* * Convert an expression of the following forms to an off_t - * 1) A positive decimal number, optionally followed by + * 1) A positive decimal number, optionally followed by * b - multiply by 512. * k, m or g - multiply by 1024 each. * w - multiply by sizeof int |