aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/stat.24
-rw-r--r--man2/unimplemented.22
4 files changed, 5 insertions, 5 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.