git: 6ed98c185aef - stable/13 - daemon.8: Document -u sets HOME, USER, and SHELL

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Fri, 22 Sep 2023 15:07:42 UTC
The branch stable/13 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=6ed98c185aef712fb0bb4561e4688da9898f04e2

commit 6ed98c185aef712fb0bb4561e4688da9898f04e2
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 18:17:55 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 15:07:28 +0000

    daemon.8: Document -u sets HOME, USER, and SHELL
    
    Fixes:  6b3ad1d73732 When -u option is used also set USER, HOME and SHELL
    MFC after:      3 days
    
    (cherry picked from commit c1207678f7ebd546a0705dabc3218e49abe06a99)
---
 usr.sbin/daemon/daemon.8 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index 5ccf18566240..fce08bc90e62 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 14, 2021
+.Dd September 18, 2023
 .Dt DAEMON 8
 .Os
 .Sh NAME
@@ -176,6 +176,11 @@ Set the title for the daemon process.
 The default is the daemonized invocation.
 .It Fl u , Fl -user Ar user
 Login name of the user to execute the program under.
+Environment variables
+.Ev HOME , USER ,
+and
+.Ev SHELL
+are set accordingly.
 Requires adequate superuser privileges.
 .El
 .Pp