git: 7b4ef8bcaf8c - stable/14 - syslogd.8: Remove incorrect .Aq
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 00:11:19 UTC
The branch stable/14 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=7b4ef8bcaf8c38c056b83a690ea214a4c0c028c6
commit 7b4ef8bcaf8c38c056b83a690ea214a4c0c028c6
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-15 02:24:23 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-22 21:44:42 +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
(cherry picked from commit c75550e499971549b31d514ab139b80297c14792)
---
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 8e595245c594..6f0224759310 100644
--- a/usr.sbin/syslogd/syslogd.8
+++ b/usr.sbin/syslogd/syslogd.8
@@ -398,7 +398,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 .