Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort sections.
details: https://anonhg.NetBSD.org/src/rev/bbbe588811e5
branches: trunk
changeset: 764573:bbbe588811e5
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Apr 28 12:00:55 2011 +0000
description:
Sort sections.
diffstat:
lib/libc/sys/mremap.2 | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 4f7a428201cd -r bbbe588811e5 lib/libc/sys/mremap.2
--- a/lib/libc/sys/mremap.2 Thu Apr 28 11:58:50 2011 +0000
+++ b/lib/libc/sys/mremap.2 Thu Apr 28 12:00:55 2011 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index