From: Alejandro Colomar Date: Mon, 18 Aug 2025 06:39:51 +0000 (+0200) Subject: man/man2/syslog.2: SYNOPSIS: Remove incorrect include X-Git-Tag: man-pages-6.16~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f5aa4e98a67093231dcbc00030aa2ca3f2c84a9;p=thirdparty%2Fman-pages.git man/man2/syslog.2: SYNOPSIS: Remove incorrect include It doesn't provide any macros, as said later in the page. The programmer must either define the macros itself, or use the raw values. Fixes: e5a173829179 (2021-06-20; "syslog.2: Use syscall(SYS_...); for raw system calls") Closes: Reported-by: Nathaniel Manista Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/syslog.2 b/man/man2/syslog.2 index ad15f4942..1b3ba8926 100644 --- a/man/man2/syslog.2 +++ b/man/man2/syslog.2 @@ -12,7 +12,6 @@ Standard C library .RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf -.BR "#include " " /* Definition of " SYSLOG_* " constants */" .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .P