Module Name: src
Committed By: wiz
Date: Tue Feb 8 09:51:55 UTC 2011
Modified Files:
src/sbin/dmctl: README
Log Message:
Fix typos.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/dmctl/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/dmctl/README
diff -u src/sbin/dmctl/README:1.1 src/sbin/dmctl/README:1.2
--- src/sbin/dmctl/README:1.1 Tue Feb 8 03:20:15 2011
+++ src/sbin/dmctl/README Tue Feb 8 09:51:55 2011
@@ -1,9 +1,8 @@
-
= RUMP howto =
-Build rump dm library, buidl libdm with RUMP_ACTION, build dmct with RUMP_ACTION.
+Build rump dm library, build libdm with RUMP_ACTION, build dmct with RUMP_ACTION.
-cd local/lib/libdm/
+cd lib/libdm/
RUMP_ACTION=1 USETOOLS=no make
cd ../../sbin/dmctl