From: Alejandro Colomar Date: Sat, 12 Jun 2021 08:31:41 +0000 (+0200) Subject: utime.2: SYNOPSIS: Fix includes X-Git-Tag: man-pages-5.12~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2683df9b06301608aabbd5ca72f3a8bb06f6366;p=thirdparty%2Fman-pages.git utime.2: SYNOPSIS: Fix includes 'struct utimbuf' is provided by . There's no need for . Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/utime.2 b/man2/utime.2 index 4995cf3ce4..55ea8fc27a 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -33,7 +33,6 @@ utime, utimes \- change file last access and modification times .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int utime(const char *" filename ", const struct utimbuf *" times );