compact synopsis

s/program [program ...]/program .../
        s/program [...]/program .../

Approved by:    sheldonh (mentor)
This commit is contained in:
johan 2002-07-03 19:20:59 +00:00
parent 7e4388a823
commit ee3a0a0b04
2 changed files with 2 additions and 3 deletions

View File

@ -42,8 +42,7 @@
.Nd locate programs
.Sh SYNOPSIS
.Nm
.Ar program
.Op Ar program ...
.Ar program ...
.Sh DESCRIPTION
The
.Nm

View File

@ -119,6 +119,6 @@ void
usage()
{
(void)fprintf(stderr, "usage: whereis program [...]\n");
(void)fprintf(stderr, "usage: whereis program ...\n");
exit (1);
}