standard input if none are given, to standard output. Synopsis:
@example
-cat [@var{option}] [@var{file}]@dots{}
+cat [@var{option}]@dots{} [@var{file}]@dots{}
@end example
The program accepts the following options. Also see @ref{Common options}.
is @samp{-}). Synopsis:
@example
-split [@var{option}] [@var{input} [@var{prefix}]]
+split [@var{option}]@dots{} [@var{input} [@var{prefix}]]
@end example
By default, @command{split} puts 1000 lines of @var{input} (or whatever is
specified names. Synopsis:
@example
-mkfifo [@var{option}] @var{name}@dots{}
+mkfifo [@var{option}]@dots{} @var{name}@dots{}
@end example
A @dfn{FIFO} is a special file type that permits independent processes
Synopsis:
@example
-@command{who} [@var{option}] [@var{file}] [am i]
+who [@var{option}]@dots{} [@var{file}] [am i]
@end example
@cindex terminal lines, currently used
Synopsis:
@example
-@command{pinky} [@var{option}] [@var{username}]@dots{}
+pinky [@var{option}]@dots{} [@var{username}]@dots{}
@end example
The program accepts the following options. Also see @ref{Common options}.
Synopses:
@example
-chroot @var{option} @var{newroot} [@var{command} [@var{args}]@dots{}]
-chroot @var{option}
+chroot [@var{option}]@dots{} @var{newroot} [@var{command} [@var{args}]@dots{}]
@end example
Ordinarily, file names are looked up starting at the root of the
still running after the specified time interval. Synopsis:
@example
-timeout [@var{option}] @var{duration} @var{command} [@var{arg}]@dots{}
+timeout [@var{option}]@dots{} @var{duration} @var{command} [@var{arg}]@dots{}
@end example
@var{command} must not be a special built-in utility (@pxref{Special
else
{
printf (_("\
-Usage: %s [OPTION] NEWROOT [COMMAND [ARG]...]\n\
- or: %s OPTION\n\
-"), program_name, program_name);
+Usage: %s [OPTION]... NEWROOT [COMMAND [ARG]...]\n"), program_name);
fputs (_("\
Run COMMAND with root directory set to NEWROOT.\n\
else
{
printf (_("\
-Usage: %s [OPTION]... [VARIABLE]...\n\
+Usage: %s [OPTION] [VARIABLE]...\n\
Print the values of the specified environment VARIABLE(s).\n\
If no VARIABLE is specified, print name and value pairs for them all.\n\
\n\
else
{
printf (_("\
-Usage: %s [OPTION] DURATION COMMAND [ARG]...\n\
- or: %s [OPTION]\n"), program_name, program_name);
+Usage: %s [OPTION]... DURATION COMMAND [ARG]...\n"), program_name);
fputs (_("\
Start COMMAND, and kill it if still running after DURATION.\n\