From 321752842f8628caf701be927cf8d34678dbc217 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:36 +0200 Subject: [PATCH] truncate.2: Remove 'off_t', which is the only reason this might have been ever needed, is provided by since POSIX.1-2001. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/truncate.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/truncate.2 b/man2/truncate.2 index a882e41c7..ebe3c4ef4 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -46,7 +46,6 @@ truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS .nf .B #include -.B #include .PP .BI "int truncate(const char *" path ", off_t " length ); .BI "int ftruncate(int " fd ", off_t " length );