Sync usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2006-09-29 17:36:38 +00:00
parent 24bffe0613
commit b3e2f7a6d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162805

View File

@ -694,8 +694,8 @@ usage(void)
fprintf(stderr, "%s\n%s\n%s\n%s\n",
"usage: syslogd [-46ACcdknosuv] [-a allowed_peer]",
" [-b bind address] [-f config_file]",
" [-l log_socket] [-m mark_interval]",
" [-b bind_address] [-f config_file]",
" [-l [mode:]path] [-m mark_interval]",
" [-P pid_file] [-p log_socket]");
exit(1);
}