https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225441
Maxim Konovalov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Maxim Konovalov <[email protected]> --- Hello, it looks like obvious typo. Does the following patch look ok for you? Index: daemon.8 =================================================================== --- daemon.8 (revision 328399) +++ daemon.8 (working copy) @@ -43,7 +43,7 @@ .Op Fl o Ar output_file .Op Fl s Ar syslog_priority .Op Fl T Ar syslog_tag -.Op Fl s Ar syslog_facility +.Op Fl l Ar syslog_facility .Ar command arguments ... .Sh DESCRIPTION The -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
