Skip to content

Commit

Permalink
Sync manpage's SYNOPSIS with program's usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ru authored and ru committed Mar 9, 2011
1 parent a023421 commit 23b6784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions usr.sbin/newsyslog/newsyslog.8
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions usr.sbin/newsyslog/newsyslog.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 23b6784

Please sign in to comment.