aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--man3/cfree.32
-rw-r--r--man3/mpool.314
-rw-r--r--man3/offsetof.32
-rw-r--r--man3/rpc.32
9 files changed, 17 insertions, 17 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
diff --git a/man3/cfree.3 b/man3/cfree.3
index 4c843c5bf5..64b069f064 100644
--- a/man3/cfree.3
+++ b/man3/cfree.3
@@ -84,7 +84,7 @@ A frequently asked question is "Can I use
to free memory allocated with
.BR calloc (3),
or do I need
-.BR cfree ()?"
+.BR cfree ()?
Answer: use
.BR free (3).
.LP
diff --git a/man3/mpool.3 b/man3/mpool.3
index a8ddc75b74..befd90501e 100644
--- a/man3/mpool.3
+++ b/man3/mpool.3
@@ -41,21 +41,21 @@ mpool \- shared memory buffer pool
.B #include <mpool.h>
.sp
.BI "MPOOL *mpool_open(DBT *" key ", int " fd ", pgno_t " pagesize \
-", pgno_t " maxcache ");
+", pgno_t " maxcache );
.sp
.BI "void mpool_filter(MPOOL *" mp ", void (*pgin)(void *, pgno_t, void *),"
.BI " void (*" pgout ")(void *, pgno_t, void *),"
-.BI " void *" pgcookie ");
+.BI " void *" pgcookie );
.sp
-.BI "void *mpool_new(MPOOL *" mp ", pgno_t *" pgnoaddr ");
+.BI "void *mpool_new(MPOOL *" mp ", pgno_t *" pgnoaddr );
.sp
-.BI "void *mpool_get(MPOOL *" mp ", pgno_t " pgno ", unsigned int " flags ");
+.BI "void *mpool_get(MPOOL *" mp ", pgno_t " pgno ", unsigned int " flags );
.sp
-.BI "int mpool_put(MPOOL *" mp ", void *" pgaddr ", unsigned int " flags ");
+.BI "int mpool_put(MPOOL *" mp ", void *" pgaddr ", unsigned int " flags );
.sp
-.BI "int mpool_sync(MPOOL *" mp ");
+.BI "int mpool_sync(MPOOL *" mp );
.sp
-.BI "int mpool_close(MPOOL *" mp ");
+.BI "int mpool_close(MPOOL *" mp );
.fi
.SH DESCRIPTION
.I Mpool
diff --git a/man3/offsetof.3 b/man3/offsetof.3
index 8b0a89022c..b30d456140 100644
--- a/man3/offsetof.3
+++ b/man3/offsetof.3
@@ -30,7 +30,7 @@ offsetof \- offset of a structure member
.nf
.B #include <stddef.h>
.sp
-.BI "size_t offsetof(" type ", " member ");
+.BI "size_t offsetof(" type ", " member );
.fi
.SH DESCRIPTION
The macro
diff --git a/man3/rpc.3 b/man3/rpc.3
index 34421bf306..e2439a3f17 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -633,7 +633,7 @@ This routine returns one if it succeeds, zero otherwise.
.LP
.nf
.BI "int registerrpc(unsigned long " prognum ", unsigned long " versnum ,
-.BI " unsigned long " procnum ", char *(*" procname ")(char *),
+.BI " unsigned long " procnum ", char *(*" procname ")(char *),"
.BI " xdrproc_t " inproc ", xdrproc_t " outproc );
.fi
.IP