" -h, --help usage information (this)\n"
" -i, --ascii use ascii characters only\n"
" -m, --perms output info about permissions\n"
- " -l, --list use list format ouput\n"
+ " -l, --list use list format output\n"
" -n, --noheadings don't print headings\n"
" -o, --output <list> output columns\n"
" -P, --pairs use key=\"value\" output format\n"
/* sanity check */
if ((policy_flag & SCHED_RESET_ON_FORK) &&
!(policy == SCHED_FIFO || policy == SCHED_RR))
- errx(EXIT_FAILURE, _("SCHED_RESET_ON_FORK flag is suppoted for "
+ errx(EXIT_FAILURE, _("SCHED_RESET_ON_FORK flag is supported for "
"SCHED_FIFO and SCHED_RR policies only"));
#endif
fprintf(stderr,
_(" %1$s [options] <file descriptor number>\n"
" %1$s [options] <file> -c <command>\n"
- " %1$s [options} <directory> -c <command>\n"),
+ " %1$s [options] <directory> -c <command>\n"),
program_invocation_short_name);
fputs(USAGE_OPTIONS, stderr);
fputs(_( " -s --shared get a shared lock\n"), stderr);
" -V, --version output version information and exit\n"
" -c, --columns <width> width of output in number of characters\n"
" -t, --table create a table\n"
- " -s, --separator <string> table delimeter\n"
+ " -s, --separator <string> table delimiter\n"
" -x, --fillrows fill rows before columns\n"));
fprintf(out, _("\nFor more information see column(1).\n"));