Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Adapt extent(9) page to not so recent changes...
details: https://anonhg.NetBSD.org/src/rev/c4abd3dbae84
branches: trunk
changeset: 780168:c4abd3dbae84
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Sat Jul 14 05:36:56 2012 +0000
description:
Adapt extent(9) page to not so recent changes in extent code. Argument
mtype to extent_create() was removed.
diffstat:
share/man/man9/extent.9 | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 25a7930e229c -r c4abd3dbae84 share/man/man9/extent.9
--- a/share/man/man9/extent.9 Sat Jul 14 05:32:17 2012 +0000
+++ b/share/man/man9/extent.9 Sat Jul 14 05:36:56 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: extent.9,v 1.29 2010/12/02 12:54:13 wiz Exp $
+.\" $NetBSD: extent.9,v 1.30 2012/07/14 05:36:56 rkujawa Exp $
.\"
.\" Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,7 +44,7 @@
.In sys/malloc.h
.In sys/extent.h
.Ft struct extent *
-.Fn extent_create "char *name" "u_long start" "u_long end" "int mtype" "void *storage" "size_t storagesize" "int flags"
+.Fn extent_create "char *name" "u_long start" "u_long end" "void *storage" "size_t storagesize" "int flags"
.Ft void
.Fn extent_destroy "struct extent *ex"
.Ft int
@@ -87,12 +87,6 @@
to
.Fa end
inclusive.
-All memory allocation will use the memory type
-.Fa mtype
-.Po
-see
-.Xr malloc 9
-.Pc .
The extent map will have the name
.Fa name ,
used for identification in case of an error.
Home |
Main Index |
Thread Index |
Old Index