upstream: .Cm for a keyword. Part of GHPR#454 from Niklas Hambüchen

OpenBSD-Commit-ID: d59c52559f926fa82859035d79749fbb4a3ce18a
This commit is contained in:
djm@openbsd.org 2024-02-21 06:05:06 +00:00 committed by Damien Miller
parent ab73f9678e
commit d410e17d18
No known key found for this signature in database

View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd_config.5,v 1.352 2024/01/10 06:33:13 jmc Exp $ .\" $OpenBSD: sshd_config.5,v 1.353 2024/02/21 06:05:06 djm Exp $
.Dd $Mdocdate: January 10 2024 $ .Dd $Mdocdate: February 21 2024 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -1126,7 +1126,8 @@ DEBUG and DEBUG1 are equivalent.
DEBUG2 and DEBUG3 each specify higher levels of debugging output. DEBUG2 and DEBUG3 each specify higher levels of debugging output.
Logging with a DEBUG level violates the privacy of users and is not recommended. Logging with a DEBUG level violates the privacy of users and is not recommended.
.It Cm LogVerbose .It Cm LogVerbose
Specify one or more overrides to LogLevel. Specify one or more overrides to
.Cm LogLevel .
An override consists of a pattern lists that matches the source file, function An override consists of a pattern lists that matches the source file, function
and line number to force detailed logging for. and line number to force detailed logging for.
For example, an override pattern of: For example, an override pattern of: