diff options
author | 2006-05-03 06:23:06 +0000 | |
---|---|---|
committer | 2006-05-03 06:23:06 +0000 | |
commit | 076c949b6d901e7678a3d64efd1b9b1a2cb19299 (patch) | |
tree | 1f791dc1b20d66384a148697b524a4c126960aa1 /tasks-reference | |
parent | Adding the last xml files, then I'll fix all of the addresses in one shot (diff) | |
download | devmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.tar.gz devmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.tar.bz2 devmanual-076c949b6d901e7678a3d64efd1b9b1a2cb19299.zip |
All of the URLs should work now except for ebuild-writing/file-format/'s reference to glep31check since all of the tool pages weren't added yet (I thought they were)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@39 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'tasks-reference')
-rw-r--r-- | tasks-reference/completion/text.xml | 6 | ||||
-rw-r--r-- | tasks-reference/environment/text.xml | 4 | ||||
-rw-r--r-- | tasks-reference/init-scripts/text.xml | 8 |
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> |