Hello! The syslog.conf man page is missing 'ftp' among the facilities and 'info' among the levels. Please find enclosed a patch for "inetutils.texi".
Regards, DN
--- inetutils.texi.orig 2023-01-01 01:35:18.000000000 +0100 +++ inetutils.texi 2025-02-19 21:31:07.253862010 +0100 @@ -3721,3 +3721,3 @@ and is one of the following keywords: @samp{auth}, @samp{authpriv}, -@samp{cron}, @samp{daemon}, @samp{kern}, @samp{lpr}, @samp{mail}, +@samp{cron}, @samp{daemon}, @samp{ftp}, @samp{kern}, @samp{lpr}, @samp{mail}, @samp{mark}, @samp{news}, @samp{syslog}, @samp{user}, @samp{uucp} and @@ -3731,4 +3731,4 @@ the following ordered list (higher to lower): @samp{emerg}, -@samp{alert}, @samp{crit}, @samp{err, warning}, @samp{notice} and -@samp{debug}. These keywords correspond to the similar @samp{LOG_} +@samp{alert}, @samp{crit}, @samp{err, warning}, @samp{notice}, @samp{info} +and @samp{debug}. These keywords correspond to the similar @samp{LOG_} values specified to the syslog library routine.