compact synopsis

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

Approved by:    sheldonh (mentor)
This commit is contained in:
Johan Karlsson 2002-07-03 19:20:59 +00:00
parent 058e185122
commit 8d430958db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99377
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);
}