Date: Fri, 15 Aug 2025 02:25:10 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c75550e49997 - main - syslogd.8: Remove incorrect .Aq Message-ID: <202508150225.57F2PApc042757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c75550e499971549b31d514ab139b80297c14792 commit c75550e499971549b31d514ab139b80297c14792 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-08-15 02:24:23 +0000 Commit: Lexi Winter <ivy@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 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508150225.57F2PApc042757>