diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 13:31:27 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 13:31:27 +0100 |
commit | a6dafbc92558cc14397de26b5c67957fb66db195 (patch) | |
tree | d8f014acd0eac385a0dba40a6ce45c47f6980fc6 /microkernel/mach/mig/documentation | |
parent | a9f82b46298b1771948a284206f254c64eadee5f (diff) |
MIG's dealloc and dealloc[] flags.
Diffstat (limited to 'microkernel/mach/mig/documentation')
-rw-r--r-- | microkernel/mach/mig/documentation/dealloc.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/microkernel/mach/mig/documentation/dealloc.mdwn b/microkernel/mach/mig/documentation/dealloc.mdwn new file mode 100644 index 00000000..008499f1 --- /dev/null +++ b/microkernel/mach/mig/documentation/dealloc.mdwn @@ -0,0 +1,15 @@ +[[meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]] describes the +`dealloc` flag in [Chapter 4.2.4, +Memory](http://www.gnu.org/software/hurd/gnumach-doc/Memory.html). + +What exactly is `dealloc[]` (`hurd/fs.defs:dir_readdir`)? |