diff options
-rw-r--r-- | lib/librpcsvc/bootparam_prot.x | 6 | ||||
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparamd.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index b51781b9a10..e21b0c51648 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -1,4 +1,4 @@ -/* $OpenBSD: bootparam_prot.x,v 1.4 1997/08/19 07:54:46 niklas Exp $ */ +/* $OpenBSD: bootparam_prot.x,v 1.5 2003/12/25 19:05:09 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -30,7 +30,7 @@ */ /* - * RPC for bootparms service. + * RPC for bootparams service. * There are two procedures: * WHOAMI takes a net address and returns a client name and also a * likely net address for routing @@ -49,7 +49,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: bootparam_prot.x,v 1.4 1997/08/19 07:54:46 niklas Exp $"; +%static char rcsid[] = "$OpenBSD: bootparam_prot.x,v 1.5 2003/12/25 19:05:09 deraadt Exp $"; %#endif /* not lint */ #endif 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); } |