From 728dbc291cc3ba6fa4fd82f44ebb0f19febc5ece Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Dec 2007 20:48:31 +0000 Subject: [PATCH] Remove duplicate "#include " from SYNOPSIS. --- man2/futimesat.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/futimesat.2 b/man2/futimesat.2 index d00da22cf..8297fb0e3 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -31,7 +31,6 @@ directory file descriptor .nf .B #define _ATFILE_SOURCE .B #include /* Definition of AT_* constants */ -.B #include .sp .BI "int futimesat(int " dirfd ", const char *" pathname , .BI " const struct timeval " times [2]);