aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/stat.24
-rw-r--r--man2/unimplemented.22
-rw-r--r--man3/dbopen.32
-rw-r--r--man3/ecvt_r.34
-rw-r--r--man3/fopen.32
-rw-r--r--man3/fts.34
-rw-r--r--man3/getcontext.32
-rw-r--r--man3/qecvt.34
-rw-r--r--man7/ip.72
-rw-r--r--man8/ld.so.82
12 files changed, 16 insertions, 16 deletions
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index 1e6438da39..91fed139de 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -129,7 +129,7 @@ The maximum size of the process's virtual memory (address space) in bytes.
.\" since 2.0.27 / 2.1.12
This limit affects calls to
.BR brk (2),
-.BR mmap (2)
+.BR mmap (2),
and
.BR mremap (2),
which fail with the error
diff --git a/man2/mmap.2 b/man2/mmap.2
index 67e9be7c46..295df3daa9 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -499,7 +499,7 @@ SVr4, 4.4BSD, POSIX.1-2001.
.SH AVAILABILITY
On POSIX systems on which
.BR mmap (),
-.BR msync (2)
+.BR msync (2),
and
.BR munmap ()
are available,
diff --git a/man2/stat.2 b/man2/stat.2
index 614d75a0b7..5e33e16f54 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -235,7 +235,7 @@ is changed by file accesses, for example, by
.BR execve (2),
.BR mknod (2),
.BR pipe (2),
-.BR utime (2)
+.BR utime (2),
and
.BR read (2)
(of more than zero bytes).
@@ -249,7 +249,7 @@ The field
is changed by file modifications, for example, by
.BR mknod (2),
.BR truncate (2),
-.BR utime (2)
+.BR utime (2),
and
.BR write (2)
(of more than zero bytes).
diff --git a/man2/unimplemented.2 b/man2/unimplemented.2
index 23f957a863..9b20d1bfae 100644
--- a/man2/unimplemented.2
+++ b/man2/unimplemented.2
@@ -40,7 +40,7 @@ to
.SH NOTES
Note that
.BR ftime (3),
-.BR profil (3)
+.BR profil (3),
and
.BR ulimit (3)
are implemented as library functions.
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 2c047d7a03..0db6d34f76 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -66,7 +66,7 @@ records.
The formats and file-format-specific information are described in detail
in their respective manual pages
.BR btree (3),
-.BR hash (3)
+.BR hash (3),
and
.BR recno (3).
.PP
diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3
index c4143e3e38..d0fab32211 100644
--- a/man3/ecvt_r.3
+++ b/man3/ecvt_r.3
@@ -65,13 +65,13 @@ _SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
The functions
.BR ecvt_r (),
.BR fcvt_r (),
-.BR qecvt_r ()
+.BR qecvt_r (),
and
.BR qfcvt_r ()
are identical to
.BR ecvt (3),
.BR fcvt (3),
-.BR qecvt (3)
+.BR qecvt (3),
and
.BR qfcvt (3),
respectively, except that they do not return their result in a static
diff --git a/man3/fopen.3 b/man3/fopen.3
index 3413e8150c..14364a4031 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -240,7 +240,7 @@ function may also fail and set
.I errno
for any of the errors specified for the routines
.BR open (2),
-.BR fclose (3)
+.BR fclose (3),
and
.BR fflush (3).
.SH CONFORMING TO
diff --git a/man3/fts.3 b/man3/fts.3
index 91e0f8958a..7427fac028 100644
--- a/man3/fts.3
+++ b/man3/fts.3
@@ -755,13 +755,13 @@ for any of the errors specified for
.BR chdir (2),
.BR malloc (3),
.BR opendir (3),
-.BR readdir (3)
+.BR readdir (3),
and
.BR stat (2).
.PP
In addition,
.BR fts_children (),
-.BR fts_open ()
+.BR fts_open (),
and
.BR fts_set ()
may fail and set
diff --git a/man3/getcontext.3 b/man3/getcontext.3
index 142f768472..d6a415ff41 100644
--- a/man3/getcontext.3
+++ b/man3/getcontext.3
@@ -41,7 +41,7 @@ defined in
and the four functions
.BR getcontext (),
.BR setcontext (),
-.BR makecontext (3)
+.BR makecontext (3),
and
.BR swapcontext (3)
that allow user-level context switching between multiple
diff --git a/man3/qecvt.3 b/man3/qecvt.3
index 0709c144fa..8de8c1db79 100644
--- a/man3/qecvt.3
+++ b/man3/qecvt.3
@@ -66,12 +66,12 @@ _SVID_SOURCE
.SH DESCRIPTION
The functions
.BR qecvt (),
-.BR qfcvt ()
+.BR qfcvt (),
and
.BR qgcvt ()
are identical to
.BR ecvt (3),
-.BR fcvt (3)
+.BR fcvt (3),
and
.BR gcvt (3)
respectively, except that they use a
diff --git a/man7/ip.7 b/man7/ip.7
index 6ae9cfa5ab..2f18015af2 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -1177,7 +1177,7 @@ The socket is not configured or an unknown socket type was requested.
Other errors may be generated by the overlaying protocols; see
.BR tcp (7),
.BR raw (7),
-.BR udp (7)
+.BR udp (7),
and
.BR socket (7).
.SH NOTES
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 381dbaced8..fe7d2f0f66 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -39,7 +39,7 @@ for glibc2), which everybody has been using for years now.
Otherwise, both have the same behavior, and use the same
support files and programs
.BR ldd (1),
-.BR ldconfig (8)
+.BR ldconfig (8),
and
.IR /etc/ld.so.conf .
.LP