artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac7277
)
just a space in usage, from deraadt
author
tedu
<tedu@openbsd.org>
Thu, 15 Oct 2015 20:13:57 +0000
(20:13 +0000)
committer
tedu
<tedu@openbsd.org>
Thu, 15 Oct 2015 20:13:57 +0000
(20:13 +0000)
usr.sbin/rebound/rebound.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rebound/rebound.c
b/usr.sbin/rebound/rebound.c
index
52be698
..
3446413
100644
(file)
--- a/
usr.sbin/rebound/rebound.c
+++ b/
usr.sbin/rebound/rebound.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rebound.c,v 1.
2 2015/10/15 19:49:22
tedu Exp $ */
+/* $OpenBSD: rebound.c,v 1.
3 2015/10/15 20:13:57
tedu Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@
-421,7
+421,7
@@
launch(const char *confname, int ud, int ld, int kq)
static void __dead
usage(void)
{
- fprintf(stderr, "usage:
\t
rebound [-c config]\n");
+ fprintf(stderr, "usage:
rebound [-c config]\n");
exit(1);
}