summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-14 18:23:56 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-14 18:23:56 +0200
commit3a7bbd73c8e364d290175ae5afee60f6d825ea36 (patch)
tree62ba65085f3b4fbb8998b25f13ebcd806b3121aa /hurd
parentde2e5a00f7be56e07340d37a639f0e21ddd98c93 (diff)
Even more page naming consistency.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/concepts.mdwn4
-rw-r--r--hurd/hurd_hacking_guide.mdwn (renamed from hurd/hurdhackingguide.mdwn)2
-rw-r--r--hurd/translator.mdwn9
-rw-r--r--hurd/virtual_file_system.mdwn (renamed from hurd/virtualfilesystem.mdwn)0
4 files changed, 8 insertions, 7 deletions
diff --git a/hurd/concepts.mdwn b/hurd/concepts.mdwn
index a2bbc2bc..dca95ed9 100644
--- a/hurd/concepts.mdwn
+++ b/hurd/concepts.mdwn
@@ -16,6 +16,6 @@ redistribute your contributions.
"""]]
* [[Translator]]
-* [[VirtualFileSystem]]
+* [[Virtual_File_System]]
* [[Authentication]]
-* [[NeighborHurd]]
+* [[Neighborhurd]]
diff --git a/hurd/hurdhackingguide.mdwn b/hurd/hurd_hacking_guide.mdwn
index 7fba69c9..91b33bcf 100644
--- a/hurd/hurdhackingguide.mdwn
+++ b/hurd/hurd_hacking_guide.mdwn
@@ -17,4 +17,4 @@ redistribute your contributions.
Originally written by Wolfgang Jährling, the [Hurd Hacking Guide](http://www.gnu.org/software/hurd/hacking-guide/hhg.html)
contains an overview of some of the Hurd's features.
-Also contains a tutorial on writing your own translator.
+Also contains a tutorial on writing your own [[translator]].
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 3265fac4..645f05ca 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -17,7 +17,7 @@ redistribute your contributions.
A translator is simply a normal program acting as
an object server and participating in the Hurd's
-distributed [[VirtualFileSystem]]. It is so-called
+distributed [[virtual_file_system]]. It is so-called
because it typically exports a file system
(although need not: cf. [[auth]], [[proc]]
and [[pfinet]]) and thus translates object invocations
@@ -27,7 +27,7 @@ into calls appropriate for the backing store
Translators do not require any special privilege
to run. The privilege they require is simply
that to access the indiviudal resources they use.
-This is primarily the backing store and the node
+This is primarily the [[backing_store]] and the node
they attach to. Typically, a translator can
only be attached to a node by the node's owner.
On Unix this is not possible because file systems
@@ -36,8 +36,9 @@ kernel and thus have absolute access to the machine.
As the protocols do not require any special privilege
to implement, this is not an issue on the Hurd.
-See [[Translators]] for a list of Hurd translators.
+<!-- Browse through a [[list_of_Hurd_translators|translators]]. -->
+<!-- Doesn't exist yet. Perhaps one of the old pages could be used? --tschwinge -->
To learn how to write a translator, read the code!
It is well documented, in particular, the header files.
-The [[HurdHackingGuide]] also has a tutorial.
+The [[Hurd_Hacking_Guide]] also has a tutorial.
diff --git a/hurd/virtualfilesystem.mdwn b/hurd/virtual_file_system.mdwn
index 33e4f8a7..33e4f8a7 100644
--- a/hurd/virtualfilesystem.mdwn
+++ b/hurd/virtual_file_system.mdwn