summaryrefslogtreecommitdiffstats
path: root/bin/dd/args.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2016-08-16 16:44:55 +0000
committerkrw <krw@openbsd.org>2016-08-16 16:44:55 +0000
commit4220d8fd156d26bc4186aa43c5b51b0e3480bc5e (patch)
tree661387e6d9d60f688202c7847036d41b78f5af99 /bin/dd/args.c
parentNuke a bunch of whitespace nits seen while '%q' hunting. (diff)
downloadwireguard-openbsd-4220d8fd156d26bc4186aa43c5b51b0e3480bc5e.tar.xz
wireguard-openbsd-4220d8fd156d26bc4186aa43c5b51b0e3480bc5e.zip
Nuke a bunch of whitespace nits seen while '%q' hunting.
Diffstat (limited to 'bin/dd/args.c')
-rw-r--r--bin/dd/args.c6
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