diff options
-rw-r--r-- | microkernel/mach/mig/documentation.mdwn | 12 | ||||
-rw-r--r-- | microkernel/mach/mig/documentation/dealloc.mdwn (renamed from microkernel/mach/mig/dealloc.mdwn) | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn index 1a1955f4..93bc2769 100644 --- a/microkernel/mach/mig/documentation.mdwn +++ b/microkernel/mach/mig/documentation.mdwn @@ -1,4 +1,4 @@ -[[meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008 Free Software +[[meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc."]] [[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable @@ -68,11 +68,11 @@ pp. 67--77." * The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]], espacially [Chapter 4, Inter Process - Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html), - which, for example, explains how the <a name="dealloc">`dealloc` flag</a> - works in [Chapter 4.2.4, - Memory](http://www.gnu.org/software/hurd/gnumach-doc/Memory.html) + Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html). - * The [[ServerCopy]] flag. + * Flags: + + * [[dealloc_and_dealloc[]|dealloc]] + * [[ServerCopy]] * MIG *in action*: [[hurd/io_path]]. diff --git a/microkernel/mach/mig/dealloc.mdwn b/microkernel/mach/mig/documentation/dealloc.mdwn index 1ed9d52b..008499f1 100644 --- a/microkernel/mach/mig/dealloc.mdwn +++ b/microkernel/mach/mig/documentation/dealloc.mdwn @@ -1,4 +1,4 @@ -[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] +[[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 @@ -8,4 +8,8 @@ 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]]."]]"""]] -[[meta redir=documentation#dealloc]] +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`)? |