The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c75550e499971549b31d514ab139b80297c14792
commit c75550e499971549b31d514ab139b80297c14792 Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2025-08-15 02:24:23 +0000 Commit: Lexi Winter <i...@freebsd.org> CommitDate: 2025-08-15 02:24:23 +0000 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 fa61e78eaf3e..d39d9fdc8f5a 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 .