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
This commit is contained in:
Lexi Winter
2025-08-15 03:24:23 +01:00
parent 325e0b4c1a
commit c75550e499
+1 -1
View File
@@ -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 .