Date: Thu, 24 Sep 2020 19:12:03 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r366126 - head/usr.sbin/daemon Message-ID: <202009241912.08OJC3uB035850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sobomax Date: Thu Sep 24 19:12:03 2020 New Revision: 366126 URL: https://svnweb.freebsd.org/changeset/base/366126 Log: Fix a typo in the 366098. Reported by: 0mp MFC after: 2 weeks (along with 366098) Modified: head/usr.sbin/daemon/daemon.8 Modified: head/usr.sbin/daemon/daemon.8 ============================================================================== --- head/usr.sbin/daemon/daemon.8 Thu Sep 24 18:36:31 2020 (r366125) +++ head/usr.sbin/daemon/daemon.8 Thu Sep 24 19:12:03 2020 (r366126) @@ -74,7 +74,7 @@ Close and re-open it when signal SIGHUP is received, for interoperability with .Xr newsyslog 1 and similar log rotation / archival mechanisms. If -.Fa o +.Fl o is not specified, this flag is ignored. .It Fl S Enable syslog output.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009241912.08OJC3uB035850>