Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 15:45:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 225441] daemon(8) inconsistent option flag in SYNOPSIS and DESCRIPTION for syslog_facility
Message-ID:  <bug-225441-9-Zr2U82YUqc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225441-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225441-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225441

Maxim Konovalov <maxim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxim@FreeBSD.org

--- Comment #2 from Maxim Konovalov <maxim@FreeBSD.org> ---
Hello,

it looks like obvious typo.=20

Does the following patch look ok for you?

Index: daemon.8
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- daemon.8    (revision 328399)
+++ daemon.8    (working copy)
@@ -43,7 +43,7 @@
 .Op Fl o Ar output_file
 .Op Fl s Ar syslog_priority
 .Op Fl T Ar syslog_tag
-.Op Fl s Ar syslog_facility
+.Op Fl l Ar syslog_facility
 .Ar command arguments ...
 .Sh DESCRIPTION
 The

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225441-9-Zr2U82YUqc>