From c594b29834d97c0b727d22756b40fea6e24dfd7c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 25 Dec 2003 19:01:35 +0000 Subject: [PATCH] bootparams, not bootparms. --- lib/librpcsvc/bootparam_prot.x | 4 ++-- usr.sbin/rpc.bootparamd/bootparamd.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index d9ace1c34488..f0f080085246 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -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 diff --git a/usr.sbin/rpc.bootparamd/bootparamd.c b/usr.sbin/rpc.bootparamd/bootparamd.c index a7746dfa374f..b9caf3569c4b 100644 --- a/usr.sbin/rpc.bootparamd/bootparamd.c +++ b/usr.sbin/rpc.bootparamd/bootparamd.c @@ -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 #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 @@ -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); }