diff options
author | 2005-03-30 23:25:59 +0000 | |
---|---|---|
committer | 2005-03-30 23:25:59 +0000 | |
commit | 6ae8c62e30740b5f1981e3ac94f43ffab51c44d9 (patch) | |
tree | ebdef18366eabe6e3a6ef30ed9ef8403caca2e28 | |
parent | init pool after we allocate softc array in case malloc fails (diff) | |
download | wireguard-openbsd-6ae8c62e30740b5f1981e3ac94f43ffab51c44d9.tar.xz wireguard-openbsd-6ae8c62e30740b5f1981e3ac94f43ffab51c44d9.zip |
mention new udf malloc types, okay deraadt@
-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 |