bootparams, not bootparms.

This commit is contained in:
wiz 2003-12-25 19:01:35 +00:00
parent 916ad8c80e
commit c594b29834
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,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
@ -48,7 +48,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";*/
%__RCSID("$NetBSD: bootparam_prot.x,v 1.5 1999/07/02 15:44:13 simonb Exp $");
%__RCSID("$NetBSD: bootparam_prot.x,v 1.6 2003/12/25 19:01:35 wiz Exp $");
%#endif /* not lint */
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootparamd.c,v 1.41 2003/06/26 05:38:45 itojun Exp $ */
/* $NetBSD: bootparamd.c,v 1.42 2003/12/25 19:01:35 wiz Exp $ */
/*
* This code is not copyright, and is placed in the public domain.
@ -11,7 +11,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: bootparamd.c,v 1.41 2003/06/26 05:38:45 itojun Exp $");
__RCSID("$NetBSD: bootparamd.c,v 1.42 2003/12/25 19:01:35 wiz Exp $");
#endif
#include <sys/types.h>
@ -469,7 +469,7 @@ void
usage()
{
fprintf(stderr,
"usage: %s [-ds] [-i interface] [-r router] [-f bootparmsfile]\n",
"usage: %s [-ds] [-i interface] [-r router] [-f bootparamsfile]\n",
getprogname());
exit(1);
}