diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-03-30 23:26:00 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-03-30 23:26:00 +0000 |
commit | 1fb6ba8d217a278d995a3169f6b8413ee5bb0b8a (patch) | |
tree | c40123836f8ca5214eee362b267ff7c168f6ab6d /share/man/man9 | |
parent | 9b9ea582b16d5015196bb4731aa5d48ae0f1c04e (diff) |
mention new udf malloc types, okay deraadt@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/malloc.9 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 3f66e63569b..5da03a0d278 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.30 2004/01/14 19:34:05 grange Exp $ +.\" $OpenBSD: malloc.9,v 1.31 2005/03/30 23:25:59 pedro Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -291,6 +291,12 @@ NTFS resident data. NTFS decompression temporary storage. .It Dv M_NTFSRUN NTFS vrun storage. +.It Dv M_UDFMOUNT +UDF mount structures. +.It Dv M_UDFFENTRY +UDF file entries. +.It Dv M_UDFFID +UDF file ids. .El .Pp Statistics based on the |