From c75550e499971549b31d514ab139b80297c14792 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Fri, 15 Aug 2025 03:24:23 +0100 Subject: [PATCH] syslogd.8: Remove incorrect .Aq Using .Aq is wrong here, because the protocol says the prefix must use ASCII <>. MFC after: 3 days Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51880 --- usr.sbin/syslogd/syslogd.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index fa61e78eaf3..d39d9fdc8f5 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -403,7 +403,7 @@ The message can contain a priority code, which should be a preceding decimal number in angle braces, for example, -.Sq Aq 5 . +.Sq <5> . This priority code should map into the priorities defined in the include file .In sys/syslog.h .