summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-29 16:23:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-29 16:23:16 +0100
commit9af3576c86ac17264c8542d65779adc4b4872574 (patch)
tree8739a8c32dd299ca82f8b39f6a179ef15ce4f08e /doc
parente2b83d4dfdcb63a6a484eb4461ac4f322853086f (diff)
Add missing menus
Diffstat (limited to 'doc')
-rw-r--r--doc/hurd.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi
index b3ac9cf7..525bfa78 100644
--- a/doc/hurd.texi
+++ b/doc/hurd.texi
@@ -2899,6 +2899,14 @@ FIXME: finish
@node Special Files
@chapter Special Files
+@menu
+* fifo::
+* ifsock::
+* magic::
+* null::
+* devnode::
+@end menu
+
In Unix, any file that does not act as a general-purpose unit of storage
is called a @dfn{special file}. These are FIFOs, Unix-domain sockets,
and device nodes. In the Hurd, there is no need for the ``special
@@ -2932,6 +2940,10 @@ FIXME: finish
@node devnode
@section devnode
+@menu
+* Invoking devnode::
+@end menu
+
@dfn{devnode} is a translator that creates the device file for the device,
which provides another way for other programs to open the device.