summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-04-30 23:54:55 +0000
committerfsmp <fsmp@FreeBSD.org>1997-04-30 23:54:55 +0000
commit522ce8c7aee061f4fc9817b11c63bb1dbddca0a8 (patch)
tree763a0d7e8077e0218885bba57f6c610d89911444 /usr.sbin/mptable/mptable.c
parent76ba852fc378d6372b38776ea0e3cffcd72ad38e (diff)
downloadFreeBSD-src-522ce8c7aee061f4fc9817b11c63bb1dbddca0a8.zip
FreeBSD-src-522ce8c7aee061f4fc9817b11c63bb1dbddca0a8.tar.gz
fixed minor typo, bumped to version 2.0.9
Diffstat (limited to 'usr.sbin/mptable/mptable.c')
-rw-r--r--usr.sbin/mptable/mptable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index e41f50c..a91738b 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':
OpenPOWER on IntegriCloud