]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sys-utils: fix typos
authorDavidlohr Bueso <dave@gnu.org>
Tue, 14 Feb 2012 11:13:14 +0000 (12:13 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Feb 2012 13:15:40 +0000 (14:15 +0100)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
sys-utils/cytune.c
sys-utils/ipcrm.c
sys-utils/swapon.c

index 8876fb3f6668e8473f1a5f7a71cf8f7a23038b13..96d2d640414f407d2e97eb9e271d55660208d624 100644 (file)
@@ -137,7 +137,7 @@ static void summary(int sig)
        }
        cc = &cmon[cmon_index];
        if (cc->threshold_value > 0 && sig != -1) {
-               warnx(_("File %s, For threshold value %lu and timrout value %lu, Maximum characters in fifo were %d,\n"
+               warnx(_("File %s, For threshold value %lu and timeout value %lu, Maximum characters in fifo were %d,\n"
                        "and the maximum transfer rate in characters/second was %f"),
                      argv[cmon_index + local_optind], cc->threshold_value,
                      cc->timeout_value, cc->maxmax, cc->maxtran);
index 6f741073df59d50b16138ef796b193767b4e6619..c091de349eaa54c93a1f565c4ee71ddc6ad997aa 100644 (file)
@@ -53,8 +53,8 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fputs(_(" -M, --shmem-key <key>      remove shared memory segment by key\n"), out);
        fputs(_(" -q, --queue-id <id>        remove message queue by id\n"), out);
        fputs(_(" -Q, --queue-key <key>      remove message queue by key\n"), out);
-       fputs(_(" -s, --semaphore-id <id>    remove semaprhore by id\n"), out);
-       fputs(_(" -S, --semaphore-key <key>  remove semaprhore by key\n"), out);
+       fputs(_(" -s, --semaphore-id <id>    remove semaphore by id\n"), out);
+       fputs(_(" -S, --semaphore-key <key>  remove semaphore by key\n"), out);
        fputs(_(" -a, --all[=<shm|msg|sem>]  remove all\n"), out);
        fputs(_(" -v, --verbose              explain what is being done\n"), out);
        fprintf(out, USAGE_SEPARATOR);
index 7b45d374f3c80bb9b3e2d4d73f02d1e8d4f63ab5..f17fad65b5e15f41674d54ee57103960460049c1 100644 (file)
@@ -120,7 +120,7 @@ swapon_usage(FILE *out, int n) {
                " -e, --ifexists         silently skip devices that do not exis\n"
                " -f, --fixpgsz          reinitialize the swap space if necessary\n"
                " -h, --help             display help and exit\n"
-               " -p, --priority <prio>  specify the priority of the swap device.\n"
+               " -p, --priority <prio>  specify the priority of the swap device\n"
                " -s, --summary          display summary about used swap devices and exit\n"
                " -v, --verbose          verbose mode\n"
                " -V, --version          display version and exit\n"), out);