The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=54c743e5b29163cb0ee8504b8fb947db5c38497c
commit 54c743e5b29163cb0ee8504b8fb947db5c38497c Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2021-01-14 18:12:55 +0000 Commit: Mateusz Piotrowski <0...@freebsd.org> CommitDate: 2021-01-14 18:12:55 +0000 Fix a typo "and" is not a flag. MFC after: 3 days --- usr.sbin/daemon/daemon.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index a0481f742b1e..c4f20548d4a2 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 22, 2020 +.Dd January 14, 2021 .Dt DAEMON 8 .Os .Sh NAME @@ -86,7 +86,8 @@ Append output from the daemonized process to .Pa output_file . If the file does not exist, it is created with permissions 0600. When this option is used together with options -.Fl c and +.Fl c +and .Fl H the absolute path needs to be provided to ensure .Nm _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"