From 076c949b6d901e7678a3d64efd1b9b1a2cb19299 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Wed, 3 May 2006 06:23:06 +0000 Subject: 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 --- tasks-reference/completion/text.xml | 6 +++--- tasks-reference/environment/text.xml | 4 ++-- tasks-reference/init-scripts/text.xml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tasks-reference') 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 @@

Since v2.05a, bash 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 +for how to install completion files.

@@ -94,7 +94,7 @@ are subsequently reset.

-See `bash-1`_ for a full description of these builtins and their options. +See man bash for a full description of these builtins and their options.

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 only be used for setting environment variables.

To install a file into this directory, use doenvd or newenvd (see -`Install Functions Reference`_). The format of the file should be a series of -lines in the form VARIABLE="the value". +). The format of the file +should be a series of lines in the form VARIABLE="the value".

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 @@

Init scripts should be installed into /etc/init.d using the doinitd or -newinitd functions (see `Install Functions Reference`_). Any configuration -(commandline parameters or environment variables) for these scripts should be -handled via entries in /etc/conf.d with the same filename doconfd or -newconfd can be used to install these. +newinitd functions (see ). +Any configuration (commandline parameters or environment variables) for these scripts +should be handled via entries in /etc/conf.d with the same filename +doconfd or newconfd can be used to install these.

-- cgit v1.2.3