Module Name: src
Committed By: wiz
Date: Thu Apr 28 12:00:55 UTC 2011
Modified Files:
src/lib/libc/sys: mremap.2
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/mremap.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/mremap.2
diff -u src/lib/libc/sys/mremap.2:1.3 src/lib/libc/sys/mremap.2:1.4
--- src/lib/libc/sys/mremap.2:1.3 Sat Feb 16 17:45:39 2008
+++ src/lib/libc/sys/mremap.2 Thu Apr 28 12:00:55 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mremap.2,v 1.3 2008/02/16 17:45:39 tnn Exp $
+.\" $NetBSD: mremap.2,v 1.4 2011/04/28 12:00:55 wiz Exp $
.\"
.\" Copyright (c) 2007 Thomas Klausner and Joerg Sonnenberger
.\" All rights reserved.
@@ -88,14 +88,6 @@
returns the new address or
.Dv MAP_FAILED ,
if the remap failed.
-.Sh HISTORY
-The
-.Fn mremap
-system call appeared in
-.Nx 5.0 .
-It was based on the code that supports
-.Fn mremap
-compatibility for Linux binaries.
.Sh COMPATIBILITY
The semantics of
.Fn mremap
@@ -107,3 +99,11 @@
.Sh SEE ALSO
.Xr mmap 2 ,
.Xr munmap 2
+.Sh HISTORY
+The
+.Fn mremap
+system call appeared in
+.Nx 5.0 .
+It was based on the code that supports
+.Fn mremap
+compatibility for Linux binaries.