summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mincore.2
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-12-23 23:09:55 +0000
committerwosch <wosch@FreeBSD.org>1996-12-23 23:09:55 +0000
commit0426c0af88896ae0e7b7809d8729d78595b55e26 (patch)
treeec33788a78a02be9ab81ee911d537fd2e291e5f4 /lib/libc/sys/mincore.2
parentdfe5d3d364470874b0343a6ed0e31afd01de04b7 (diff)
downloadFreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.zip
FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.tar.gz
comma typos
Diffstat (limited to 'lib/libc/sys/mincore.2')
-rw-r--r--lib/libc/sys/mincore.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2
index 3341175..8debfa6 100644
--- a/lib/libc/sys/mincore.2
+++ b/lib/libc/sys/mincore.2
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mincore.2 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt MINCORE 2
@@ -53,10 +54,10 @@ in the character array
with a value of 1 meaning
that the page is in-core.
.Sh SEE ALSO
-.Xr msync 2 ,
-.Xr munmap 2 ,
-.Xr mprotect 2 ,
.Xr madvise 2 ,
+.Xr mprotect 2 ,
+.Xr msync 2 ,
+.Xr munmap 2
.Sh HISTORY
The
.Fn mincore
OpenPOWER on IntegriCloud