diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-09 15:25:22 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-09 15:25:22 +0100 |
commit | 65d63f90786ff11cd35c4ee64fa7c099d1deafbc (patch) | |
tree | 00696472545fa5e29cc0ee01daa3cec9899a2c94 /hurd/translator | |
parent | 2ad751d132f4e684e5cc24949b780ed1dfa750b7 (diff) |
Stub page for a devfs translator.
Diffstat (limited to 'hurd/translator')
-rw-r--r-- | hurd/translator/devfs.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hurd/translator/devfs.mdwn b/hurd/translator/devfs.mdwn new file mode 100644 index 00000000..bc1cf11f --- /dev/null +++ b/hurd/translator/devfs.mdwn @@ -0,0 +1,15 @@ +[[meta copyright="Copyright © 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]]."]]"""]] + +`devfs` is a translator sitting on `/dev` and providing what is to be provided +in there in a dynamic fashion -- as compared to static passive translator +settings as they're used now. + +`devfs` has not yet been written. |