aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-07-25 22:11:12 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-07-25 22:11:12 -0700
commitb26ae12ab49d75e11ec3ab70e5f48d8360fa39c4 (patch)
treebc7d3a018dbaed7196104461af7b1a174c3bece8
parentebd050803afed8570e6772f61bfc5288b2b9d328 (diff)
downloadfutextest-master.tar.gz
futex_requeue_pi: correct default timeout in usage()HEADmaster
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--functional/futex_requeue_pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/functional/futex_requeue_pi.c b/functional/futex_requeue_pi.c
index 9eed6d6..b582e70 100644
--- a/functional/futex_requeue_pi.c
+++ b/functional/futex_requeue_pi.c
@@ -77,7 +77,7 @@ void usage(char *prog)
printf(" -h Display this help message\n");
printf(" -l Lock the pi futex across requeue\n");
printf(" -o Use a third party pi futex owner during requeue (cancels -l)\n");
- printf(" -t N Timeout in nanoseconds (default: 100,000)\n");
+ printf(" -t N Timeout in nanoseconds (default: 0)\n");
printf(" -v L Verbosity level: %d=QUIET %d=CRITICAL %d=INFO\n",
VQUIET, VCRITICAL, VINFO);
}