aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tasks-reference')
-rw-r--r--tasks-reference/completion/text.xml6
-rw-r--r--tasks-reference/environment/text.xml4
-rw-r--r--tasks-reference/init-scripts/text.xml8
3 files changed, 9 insertions, 9 deletions
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index dec64ac..a04858d 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -7,8 +7,8 @@
<p>
Since v2.05a, <c>bash</c> has offered intelligent programmable completion. Writing
such completions for your own programs/things you maintain is relatively easy
-provided you know bash already. See `bash-completion.eclass Reference`_ for how
-to install completion files.
+provided you know bash already. See <uri link="::eclass-reference/bash-completion.eclass/"/>
+for how to install completion files.
</p>
<section>
@@ -94,7 +94,7 @@ are subsequently reset.
<body>
<p>
-See `bash-1`_ for a full description of these builtins and their options.
+See <c>man bash</c> for a full description of these builtins and their options.
</p>
<table>
diff --git a/tasks-reference/environment/text.xml b/tasks-reference/environment/text.xml
index f6eea7a..be30bf8 100644
--- a/tasks-reference/environment/text.xml
+++ b/tasks-reference/environment/text.xml
@@ -17,8 +17,8 @@ This directory should <b>only</b> be used for setting environment variables.
<p>
To install a file into this directory, use <c>doenvd</c> or <c>newenvd</c> (see
-`Install Functions Reference`_). The format of the file should be a series of
-lines in the form <c>VARIABLE="the value"</c>.
+<uri link="::function-reference/install-functions/"/>). The format of the file
+should be a series of lines in the form <c>VARIABLE="the value"</c>.
</p>
<p>
diff --git a/tasks-reference/init-scripts/text.xml b/tasks-reference/init-scripts/text.xml
index 4a4fba8..51df865 100644
--- a/tasks-reference/init-scripts/text.xml
+++ b/tasks-reference/init-scripts/text.xml
@@ -7,10 +7,10 @@
<p>
Init scripts should be installed into <c>/etc/init.d</c> using the <c>doinitd</c> or
-<c>newinitd</c> functions (see `Install Functions Reference`_). Any configuration
-(commandline parameters or environment variables) for these scripts should be
-handled via entries in <c>/etc/conf.d</c> with the same filename <d /> <c>doconfd</c> or
-<c>newconfd</c> can be used to install these.
+<c>newinitd</c> functions (see <uri link="::function-reference/install-functions/"/>).
+Any configuration (commandline parameters or environment variables) for these scripts
+should be handled via entries in <c>/etc/conf.d</c> with the same filename <d />
+<c>doconfd</c> or <c>newconfd</c> can be used to install these.
</p>
<p>