[Kharness-commits] jlbec commits r55 - trunk/test_sources

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri May 21 14:36:06 CDT 2004


Author: jlbec
Date: 2004-05-21 13:36:04 -0500 (Fri, 21 May 2004)
New Revision: 55

Modified:
   trunk/test_sources/test_remap.c
Log:
remap typo

Modified: trunk/test_sources/test_remap.c
===================================================================
--- trunk/test_sources/test_remap.c	2004-05-20 21:15:58 UTC (rev 54)
+++ trunk/test_sources/test_remap.c	2004-05-21 18:36:04 UTC (rev 55)
@@ -796,17 +796,17 @@
             "       test_rmap -V\n"
             "\n"
             "    (All sizes can be specified in B|K|M|G|P (P -> pages))\n"
-            "    -c <chunk_size>     - Size of a mapping chunk (4K)\n"
-            "    -w <window_size>    - Size of the mapped window (1M)\n"
-            "    -f <map_file>       - Location of the map (shm/testme)\n"
-            "    -s <map_size>       - Size of the map (free shm - 32M)\n"
-            "    -T                  - Do not truncate the map file\n"
-            "    -m {mmap|rmap|both} - Type of run (both)\n"
-            "    -n <n_child>        - Number of subprocesses (0)\n"
-            "    -P                  - Do not run initial pass\n"
-            "    -l <n_loop>         - Number of passes (20)\n"
-            "    -h                  - Display this help\n"
-            "    -V                  - Display version\n"
+            "    -c <chunk_size>      - Size of a mapping chunk (4K)\n"
+            "    -w <window_size>     - Size of the mapped window (1M)\n"
+            "    -f <map_file>        - Location of the map (shm/testme)\n"
+            "    -s <map_size>        - Size of the map (free shm - 32M)\n"
+            "    -T                   - Do not truncate the map file\n"
+            "    -m {mmap|remap|both} - Type of run (both)\n"
+            "    -n <n_child>         - Number of subprocesses (0)\n"
+            "    -P                   - Do not run initial pass\n"
+            "    -l <n_loop>          - Number of passes (20)\n"
+            "    -h                   - Display this help\n"
+            "    -V                   - Display version\n"
             );
 
     exit(rc);



More information about the Kharness-commits mailing list