diff --git a/man2/splice.2 b/man2/splice.2 index 6e9029281..d07639810 100644 --- a/man2/splice.2 +++ b/man2/splice.2 @@ -31,8 +31,8 @@ splice \- splice data to/from a pipe .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include .PP -.BI "ssize_t splice(int " fd_in ", loff_t *" off_in ", int " fd_out , -.BI " loff_t *" off_out ", size_t " len \ +.BI "ssize_t splice(int " fd_in ", off64_t *" off_in ", int " fd_out , +.BI " off64_t *" off_out ", size_t " len \ ", unsigned int " flags ); .\" Return type was long before glibc 2.7 .fi