Update .Dd, sync usage() for -F. Missed in previous change.

This commit is contained in:
Sergey Kandaurov 2015-03-03 20:23:59 +00:00
parent 36285e787f
commit fb0e21cfe8
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
.\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd May 13, 2008
.Dd March 3, 2015
.Dt SYSLOGD 8
.Os
.Sh NAME

View File

@ -718,7 +718,7 @@ usage(void)
{
fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: syslogd [-468ACcdknosTuv] [-a allowed_peer]",
"usage: syslogd [-468ACcdFknosTuv] [-a allowed_peer]",
" [-b bind_address] [-f config_file]",
" [-l [mode:]path] [-m mark_interval]",
" [-P pid_file] [-p log_socket]");