Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 21:59:42 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a5bc8e8a5863 - main - daemon.8: Use Cm where appropriate
Message-ID:  <202309182159.38ILxgBA045266@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

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

commit a5bc8e8a5863c4aea5ed7ebe2ebc2332c287545c
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 18:36:33 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-18 21:59:10 +0000

    daemon.8: Use Cm where appropriate
    
    MFC after:      3 days
---
 usr.sbin/daemon/daemon.8 | 38 ++++++++++++++++++++++++++++----------
 1 file changed, 28 insertions(+), 10 deletions(-)

diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index 35b877039e4a..87b9bec0b3e8 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -94,9 +94,15 @@ the absolute path needs to be provided to ensure
 can re-open the file after a
 .Dv SIGHUP .
 .It Fl m , Fl -output-mask Ar output_mask
-Redirect output from the child process stdout (1), stderr (2), or both (3).
+Redirect output from the child process stdout
+.Pq Cm 1 ,
+stderr
+.Pq Cm 2 ,
+or both
+.Pq Cm 3 .
 This value specifies what is sent to syslog and the log file.
-The default is 3.
+The default is
+.Cm 3 .
 .It Fl p , Fl -child-pidfile Ar child_pidfile
 Write the ID of the created process into the
 .Ar child_pidfile
@@ -148,17 +154,29 @@ The default is the daemonized invocation.
 Login name of the user to execute the program under.
 Requires adequate superuser privileges.
 .It Fl s , Fl -syslog-priority Ar syslog_priority
-These priorities are accepted: emerg, alert, crit, err, warning,
-notice, info, and debug.
-The default is notice.
+These priorities are accepted:
+.Cm emerg , alert , crit , err , warning ,
+.Cm notice , info ,
+and
+.Cm debug .
+The default is
+.Cm notice .
 .It Fl l , Fl -syslog-facility Ar syslog_facility
-These facilities are accepted: auth, authpriv, console, cron, daemon,
-ftp, kern, lpr, mail, news, ntp, security, syslog, user, uucp, and
-local0, ..., local7.
-The default is daemon.
+These facilities are accepted:
+.Cm auth , authpriv , console , cron , daemon ,
+.Cm ftp , kern , lpr , mail , news , ntp , security ,
+.Cm syslog , user , uucp ,
+and
+local facilities from
+.Cm local0
+to
+.Cm local7 .
+The default is
+.Cm daemon .
 .It Fl T , Fl -syslog-tag Ar syslog_tag
 Set the tag which is appended to all syslog messages.
-The default is daemon.
+The default is
+.Cm daemon .
 .El
 .Pp
 If any of the options



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309182159.38ILxgBA045266>