diff options
author | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
commit | 6d0dbd7455d2457305fad8dab1cbd93d75cf5771 (patch) | |
tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/sys/mmap.2 | |
parent | c25e822b141074240801584c2f7942c95bff2f68 (diff) | |
download | FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.zip FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.tar.gz |
Sort cross references.
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r-- | lib/libc/sys/mmap.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index a616a2c..855a032 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -210,13 +210,13 @@ parameter wasn't available. .Dv MAP_ANON was specified and insufficient memory was available. .Sh "SEE ALSO" -.Xr msync 2 , -.Xr munmap 2 , -.Xr mprotect 2 , .Xr madvise 2 , .Xr mincore 2 , .Xr mlock 2 , +.Xr mprotect 2 , +.Xr msync 2 , .Xr munlock 2 , +.Xr munmap 2 , .Xr getpagesize 3 .Sh BUGS |