[openib-general] [PATCH] dapltest typo in documentation

Bernhard Fischer blist at aon.at
Wed May 11 10:21:16 PDT 2005


Hi James,

- typo in documentation

Signed-off-by: Bernhard Fischer <rep.nop at aon.at>
-------------- next part --------------
diff -rup test.oorig/dapltest/README test/dapltest/README
--- test.oorig/dapltest/README	2005-05-04 12:19:58.000000000 +0000
+++ test/dapltest/README	2005-05-11 17:05:42.000000000 +0000
@@ -175,7 +175,7 @@ USAGE - Performance test client
                         of data transfers will be made over each endpoint.
                         Default: 1000
 
-    [ -p pipeline ]     Specify the pipline length, valid arguments are in 
+    [ -p pipeline ]     Specify the pipeline length, valid arguments are in 
                         the range [0,MAX_SEND_DTOS]. If a value greater than 
                         MAX_SEND_DTOS is requested the value will be
                         adjusted down to MAX_SEND_DTOS.
diff -rup test.oorig/dapltest/cmd/dapl_performance_cmd.c test/dapltest/cmd/dapl_performance_cmd.c
--- test.oorig/dapltest/cmd/dapl_performance_cmd.c	2005-05-09 09:34:06.000000000 +0000
+++ test/dapltest/cmd/dapl_performance_cmd.c	2005-05-11 17:05:17.000000000 +0000
@@ -37,7 +37,7 @@ DT_Performance_Cmd_Usage (void)
     DT_Mdep_printf ("USAGE:              [-D <device Name>]\n");
     DT_Mdep_printf ("USAGE:              [-d] : debug (zero)\n");
     DT_Mdep_printf ("USAGE:              [-i <num iterations>]     : (1, 000)\n");
-    DT_Mdep_printf ("USAGE:              [-p <pipline>]\n");
+    DT_Mdep_printf ("USAGE:              [-p <pipeline>]\n");
     DT_Mdep_printf ("USAGE:              [-R <service reliability>]\n");
     DT_Mdep_printf ("USAGE:                  (BE == QOS_BEST_EFFORT - Default)\n");
     DT_Mdep_printf ("USAGE:                  (HT == QOS_HIGH_THROUGHPUT)\n");
@@ -213,12 +213,12 @@ DT_Performance_Cmd_Parse (
 		cmd->num_iterations = atol (opts->optarg);
 		break;
 	    }
-	    case 'p':		    /* pipline size */
+	    case 'p':		    /* pipeline size */
 	    {
 		len = strspn (opts->optarg, "0123456789");
 		if (len == 0 || len != strlen (opts->optarg))
 		{
-		    DT_Mdep_printf ("Syntax Error -p <piplein> option\n");
+		    DT_Mdep_printf ("Syntax Error -p <pipeline> option\n");
 		    DT_Performance_Cmd_Usage ();
 		    return (false);
 		}


More information about the general mailing list