git: 5aa751c6556f - stable/15 - daemon(8): Add "--output-file -o" to list of options enabling supervision mode

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Wed, 15 Apr 2026 08:46:21 UTC
The branch stable/15 has been updated by michaelo:

URL: https://cgit.FreeBSD.org/src/commit/?id=5aa751c6556f9ad9db651bee83f3089f53269b63

commit 5aa751c6556f9ad9db651bee83f3089f53269b63
Author:     Andre Albsmeier <mail@fbsd2.e4m.org>
AuthorDate: 2026-04-12 16:10:59 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-04-15 08:45:33 +0000

    daemon(8): Add "--output-file -o" to list of options enabling supervision mode
    
    This is the small internal doc fix from https://reviews.freebsd.org/D46313
    
    Reviewed by:    michaelo
    Approved by:    (blanket; comment fix)
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D55325
    
    (cherry picked from commit e9a69948a8837601d71e556550a272ca85c03e48)
---
 usr.sbin/daemon/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index 341438730a6d..9158d6404b29 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -194,6 +194,7 @@ main(int argc, char *argv[])
 
 	/*
 	 * Supervision mode is enabled if one of the following options are used:
+	 * --output-file -o
 	 * --child-pidfile -p
 	 * --supervisor-pidfile -P
 	 * --restart -r / --restart-delay -R