Sync manpage's SYNOPSIS with program's usage.

This commit is contained in:
Ruslan Ermilov 2011-03-09 17:07:36 +00:00
parent e09faf083f
commit b17e9548f8
2 changed files with 4 additions and 5 deletions

View File

@ -26,13 +26,12 @@
.Sh SYNOPSIS
.Nm
.Op Fl CFNPnrsv
.Op Fl R Ar tagname
.Op Fl S Ar pidfile
.Op Fl a Ar directory
.Op Fl d Ar directory
.Op Fl f Ar config_file
.Op Fl S Ar pidfile
.Op Fl t Ar timefmt
.Op Ar
.Op Oo Fl R Ar tagname Oc Ar
.Sh DESCRIPTION
The
.Nm

View File

@ -775,8 +775,8 @@ usage(void)
{
fprintf(stderr,
"usage: newsyslog [-CFNnrsv] [-a directory] [-d directory] [-f config-file]\n"
" [-S pidfile] [-t timefmt ] [ [-R requestor] filename ... ]\n");
"usage: newsyslog [-CFNPnrsv] [-a directory] [-d directory] [-f config_file]\n"
" [-S pidfile] [-t timefmt] [[-R tagname] file ...]\n");
exit(1);
}