diff options
Diffstat (limited to 'man/man3/posix_madvise.3')
-rw-r--r-- | man/man3/posix_madvise.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/posix_madvise.3 b/man/man3/posix_madvise.3 index ccb16f5ba8..059d00a2b1 100644 --- a/man/man3/posix_madvise.3 +++ b/man/man3/posix_madvise.3 @@ -12,7 +12,7 @@ Standard C library .nf .B #include <sys/mman.h> .P -.BI "int posix_madvise(size_t " size ; +.BR "int posix_madvise(" "size_t size;" .BI " void " addr [ size "], size_t " size ", int " advice ); .fi .P |