summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-01-05 09:53:42 +0000
committerjmc <jmc@openbsd.org>2008-01-05 09:53:42 +0000
commit844173ee7c03b4ef74e3cdbe795f55625a9c34c5 (patch)
treee77ad4583cd670073b247c70e06beca451a2c913 /usr.sbin/inetd
parentsaying that -b and -l create smaller files can be misleading - the author (diff)
downloadwireguard-openbsd-844173ee7c03b4ef74e3cdbe795f55625a9c34c5.tar.xz
wireguard-openbsd-844173ee7c03b4ef74e3cdbe795f55625a9c34c5.zip
sync usage() w/ SYNOPSIS;
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index 7c36c3dfc25..39f67cf8aea 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inetd.c,v 1.124 2007/09/11 16:30:59 gilles Exp $ */
+/* $OpenBSD: inetd.c,v 1.125 2008/01/05 09:53:42 jmc Exp $ */
/*
* Copyright (c) 1983,1991 The Regents of the University of California.
@@ -37,7 +37,7 @@ char copyright[] =
#ifndef lint
/*static const char sccsid[] = "from: @(#)inetd.c 5.30 (Berkeley) 6/3/91";*/
-static const char rcsid[] = "$OpenBSD: inetd.c,v 1.124 2007/09/11 16:30:59 gilles Exp $";
+static const char rcsid[] = "$OpenBSD: inetd.c,v 1.125 2008/01/05 09:53:42 jmc Exp $";
#endif /* not lint */
/*
@@ -358,7 +358,8 @@ main(int argc, char *argv[])
}
case '?':
default:
- fprintf(stderr, "usage: %s [-R rate] [-d] [conf]\n",
+ fprintf(stderr,
+ "usage: %s [-d] [-R rate] [configuration file]\n",
progname);
exit(1);
}