From 522ce8c7aee061f4fc9817b11c63bb1dbddca0a8 Mon Sep 17 00:00:00 2001 From: fsmp Date: Wed, 30 Apr 1997 23:54:55 +0000 Subject: [PATCH] fixed minor typo, bumped to version 2.0.9 --- usr.sbin/mptable/mptable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index e41f50cdecdc..a91738ba9c56 100644 --- a/usr.sbin/mptable/mptable.c +++ b/usr.sbin/mptable/mptable.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mptable.c,v 1.2 1997/04/22 20:34:14 fsmp Exp fsmp $ + * $Id: mptable.c,v 1.1 1997/04/29 03:06:35 fsmp Exp $ */ /* @@ -31,7 +31,7 @@ #define VMAJOR 2 #define VMINOR 0 -#define VDELTA 8 +#define VDELTA 9 /* * this will cause the raw mp table to be dumped to /tmp/mpdump @@ -337,7 +337,7 @@ main( int argc, char *argv[] ) usage(); break; case 'g': - if ( strcmp( optarg, "rop") == 0 ) + if ( strcmp( optarg, "rope") == 0 ) grope = 1; break; case 'v':