From 9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 20 Nov 2006 10:27:48 +0000 Subject: Updated to fedora-glibc-20061120T1000 --- malloc/memusage.sh | 2 +- malloc/memusagestat.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'malloc') diff --git a/malloc/memusage.sh b/malloc/memusage.sh index ecc935d037..ad833523f2 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -44,7 +44,7 @@ Profile memory usage of PROGRAM. -d,--data=FILE Generate binary data file and store it in FILE -u,--unbuffered Don't buffer output -b,--buffer=SIZE Collect SIZE entries before writing them out - --no-timer Don't collect additional information though timer + --no-timer Don't collect additional information through timer -m,--mmap Also trace mmap & friends -?,--help Print this help and exit diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 5d35ee0236..d8fc71b729 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -55,8 +55,8 @@ static const struct argp_option options[] = { "time", 't', NULL, 0, N_("Generate output linear to time (default is linear to number of function calls)") }, { "total", 'T', NULL, 0, N_("Also draw graph for total memory consumption") }, - { "x-size", 'x', "VALUE", 0, N_("make output graphic VALUE pixel wide") }, - { "y-size", 'y', "VALUE", 0, N_("make output graphic VALUE pixel high") }, + { "x-size", 'x', "VALUE", 0, N_("Make output graphic VALUE pixels wide") }, + { "y-size", 'y', "VALUE", 0, N_("Make output graphic VALUE pixels high") }, { NULL, 0, NULL, 0, NULL } }; -- cgit v1.2.3