summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-12-25 19:05:09 +0000
committerderaadt <deraadt@openbsd.org>2003-12-25 19:05:09 +0000
commit8868c5b22e9d6a5b32421f3af951e8c5a0672b63 (patch)
tree5c426594c468f2a2f4779817b4b33d8c2c5d85e4 /usr.sbin/rpc.bootparamd
parentTest a large negative malloc value as well. (diff)
downloadwireguard-openbsd-8868c5b22e9d6a5b32421f3af951e8c5a0672b63.tar.xz
wireguard-openbsd-8868c5b22e9d6a5b32421f3af951e8c5a0672b63.zip
bootparams is right name
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/bootparamd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparamd.c b/usr.sbin/rpc.bootparamd/bootparamd.c
index c2e4e18029f..aa58ed7349d 100644
--- a/usr.sbin/rpc.bootparamd/bootparamd.c
+++ b/usr.sbin/rpc.bootparamd/bootparamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootparamd.c,v 1.16 2003/07/21 19:54:47 mickey Exp $ */
+/* $OpenBSD: bootparamd.c,v 1.17 2003/12/25 19:05:09 deraadt Exp $ */
/*
* This code is not copyright, and is placed in the public domain.
@@ -58,7 +58,7 @@ static void
usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-d] [-s] [-r router] [-f bootparmsfile]\n",
+ fprintf(stderr, "usage: %s [-d] [-s] [-r router] [-f bootparamsfile]\n",
__progname);
exit(1);
}