Fix declaration of 'offset' in SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2007-12-10 08:49:06 +00:00
parent 1a329b567a
commit 37cd82ad20
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ readahead \- perform file readahead into page cache
.B #define _GNU_SOURCE
.B #include <fcntl.h>
.sp
.BI "ssize_t readahead(int " fd ", off64_t *" offset ", size_t " count );
.BI "ssize_t readahead(int " fd ", off64_t " offset ", size_t " count );
.fi
.SH DESCRIPTION
.BR readahead ()