diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-14 18:12:55 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-14 18:12:55 +0000 |
commit | 54c743e5b29163cb0ee8504b8fb947db5c38497c (patch) | |
tree | 4cde26a0a6f3949d3009fe50b281d7350a217d86 | |
parent | 6eebda3bbad96ab6ef001781ee1b6de45af062a2 (diff) | |
download | src-54c743e5b29163cb0ee8504b8fb947db5c38497c.tar.gz src-54c743e5b29163cb0ee8504b8fb947db5c38497c.zip |
Fix a typo
"and" is not a flag.
MFC after: 3 days
-rw-r--r-- | usr.sbin/daemon/daemon.8 | 5 |
1 files 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 |