diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:45:24 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:45:24 +0000 |
commit | 5895e7eb8db03c2a60a100dfa0fe6a6515bf718c (patch) | |
tree | 7357285775d55350b962bfae54130fb3ef1514ba /man2/mmap.2 | |
parent | d9cf37f470adcba2f4df7866155499a5df58461b (diff) |
wspace in SYNOPSIS
Diffstat (limited to 'man2/mmap.2')
-rw-r--r-- | man2/mmap.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man2/mmap.2 b/man2/mmap.2 index 9d97c91f..33fc2adf 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -46,7 +46,6 @@ mmap, munmap \- map or unmap files or devices into memory .BI "void *mmap(void *" start ", size_t " length \ ", int " prot ", int " flags , .BI " int " fd ", off_t " offset ); -.sp .BI "int munmap(void *" start ", size_t " length ); .fi .SH DESCRIPTION |