summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-15 17:46:23 +0000
committerschwarze <schwarze@openbsd.org>2015-09-15 17:46:23 +0000
commit9efad6cfce75a84c8474cf77ca4a12b324c55562 (patch)
tree92554e23e1ea78389c39cf6c927cc42f8df00afc
parentavoid useless .Ns before punctuation after in-line macros (diff)
downloadwireguard-openbsd-9efad6cfce75a84c8474cf77ca4a12b324c55562.tar.xz
wireguard-openbsd-9efad6cfce75a84c8474cf77ca4a12b324c55562.zip
update spacing in usage(); reminded by jmc@
-rw-r--r--sbin/swapctl/swapctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/swapctl/swapctl.c b/sbin/swapctl/swapctl.c
index 2d0a6554349..6b4cf96746a 100644
--- a/sbin/swapctl/swapctl.c
+++ b/sbin/swapctl/swapctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: swapctl.c,v 1.21 2015/08/14 08:56:21 semarie Exp $ */
+/* $OpenBSD: swapctl.c,v 1.22 2015/09/15 17:46:23 schwarze Exp $ */
/* $NetBSD: swapctl.c,v 1.9 1998/07/26 20:23:15 mycroft Exp $ */
/*
@@ -457,7 +457,7 @@ void
usage(void)
{
- fprintf(stderr, "usage: %s -A [-p priority] [-t blk|noblk]\n",
+ fprintf(stderr, "usage: %s -A [-p priority] [-t blk | noblk]\n",
__progname);
fprintf(stderr, " %s -a [-p priority] path\n", __progname);
fprintf(stderr, " %s -c -p priority path\n", __progname);