aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/ioctl_list.22
-rw-r--r--man2/mlock.26
-rw-r--r--man2/mprotect.22
-rw-r--r--man2/mremap.22
-rw-r--r--man2/syslog.22
5 files changed, 7 insertions, 7 deletions
diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
index 1a49654a90..24dc476a9d 100644
--- a/man2/ioctl_list.2
+++ b/man2/ioctl_list.2
@@ -766,7 +766,7 @@ and
take a
.I struct unimapdesc *
or a
-.IR const struct unimapdesc *" ,
+.IR "const struct unimapdesc *" ,
respectively.
.I entries
points to a buffer of
diff --git a/man2/mlock.2 b/man2/mlock.2
index a1dd1a391e..6d74276568 100644
--- a/man2/mlock.2
+++ b/man2/mlock.2
@@ -31,10 +31,10 @@ mlock, munlock, mlockall, munlockall \- lock and unlock memory
.nf
.B #include <sys/mman.h>
.sp
-.BI "int mlock(const void *" addr ", size_t " len ");
-.BI "int munlock(const void *" addr ", size_t " len ");
+.BI "int mlock(const void *" addr ", size_t " len );
+.BI "int munlock(const void *" addr ", size_t " len );
.sp
-.BI "int mlockall(int " flags ");
+.BI "int mlockall(int " flags );
.B int munlockall(void);
.fi
.SH DESCRIPTION
diff --git a/man2/mprotect.2 b/man2/mprotect.2
index 33e6774cde..f6843cd54c 100644
--- a/man2/mprotect.2
+++ b/man2/mprotect.2
@@ -36,7 +36,7 @@ mprotect \- set protection on a region of memory
.nf
.B #include <sys/mman.h>
.sp
-.BI "int mprotect(const void *" addr ", size_t *" len ", int " prot ");
+.BI "int mprotect(const void *" addr ", size_t *" len ", int " prot );
.fi
.SH DESCRIPTION
.BR mprotect ()
diff --git a/man2/mremap.2 b/man2/mremap.2
index aed3646b8f..776f07703c 100644
--- a/man2/mremap.2
+++ b/man2/mremap.2
@@ -37,7 +37,7 @@ mremap \- re-map a virtual memory address
.br
.B #include <sys/mman.h>
.sp
-.BI "void *mremap(void *" old_address ", size_t " old_size ",
+.BI "void *mremap(void *" old_address ", size_t " old_size ,
.BI " size_t " new_size ", int " flags );
.fi
.SH DESCRIPTION
diff --git a/man2/syslog.2 b/man2/syslog.2
index 580a39be89..1a878103ce 100644
--- a/man2/syslog.2
+++ b/man2/syslog.2
@@ -28,7 +28,7 @@ set console_loglevel
.SH SYNOPSIS
.nf
.BI "int syslog(int " type ", char *" bufp ", int " len );
-.B " /* No wrapper provided in glibc */
+.B " /* No wrapper provided in glibc */"
.sp
/* The glibc interface */
.br