aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-02-27 18:24:31 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-02-27 18:24:31 +0000
commit12e58c565b4bb9ea4340aa71aa6603fd916a3974 (patch)
tree7d5f926b28740a2cf723019f4954ddc83ba37dd4
parentAdd some more pages. The Makefile now generates the png's at build time, so ... (diff)
downloaddevmanual-12e58c565b4bb9ea4340aa71aa6603fd916a3974.tar.gz
devmanual-12e58c565b4bb9ea4340aa71aa6603fd916a3974.tar.bz2
devmanual-12e58c565b4bb9ea4340aa71aa6603fd916a3974.zip
Fix markup in one or two places for *text*.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@8 176d3534-300d-0410-8db8-84e73ed771c3
-rw-r--r--general-concepts/dependencies/text.xml2
-rw-r--r--general-concepts/features/text.xml2
-rw-r--r--general-concepts/filesystem/text.xml2
-rw-r--r--general-concepts/mirrors/text.xml2
-rw-r--r--general-concepts/user-environment/text.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index b6feeb4..70d5b90 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -88,7 +88,7 @@ possible when installing from a stage 1 or stage 2 tarball.
<body>
<p>
-A basic <c>*DEPEND</c> specification might look like the following:
+A basic <c>DEPEND</c> specification might look like the following:
</p>
<codesample lang="ebuild">
diff --git a/general-concepts/features/text.xml b/general-concepts/features/text.xml
index 8227ea6..5781790 100644
--- a/general-concepts/features/text.xml
+++ b/general-concepts/features/text.xml
@@ -6,7 +6,7 @@
<body>
<p>
The <c>FEATURES</c> variable specifies options which affect how portage operates
-and how packages are compiled. It is **not** used for settings which have a
+and how packages are compiled. It is <b>not</b> used for settings which have a
substantial effect upon the resulting generated package.
</p>
diff --git a/general-concepts/filesystem/text.xml b/general-concepts/filesystem/text.xml
index 1f5cbb3..e2eac96 100644
--- a/general-concepts/filesystem/text.xml
+++ b/general-concepts/filesystem/text.xml
@@ -53,7 +53,7 @@ attempt to put anything in here.
</p>
<p>
-The <c>/usr/share</c> directory is for *architecture independent* application data
+The <c>/usr/share</c> directory is for <e>architecture independent</e> application data
which is not modified at runtime.
</p>
diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml
index 8b12bbb..47051db 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -66,7 +66,7 @@ Instead, these files must be moved onto <c>mirror://gentoo</c> before release.
To manually upload a file to <c>mirror://gentoo</c>, <c>scp</c> it to
<c>dev.gentoo.org:/space/distfiles-local</c>. You must ensure that the permissions
are set to <c>ug+rw</c> manually. The file should appear on the mirrors within four
-hours (note that this is *less frequent* than `CVS to rsync`_).
+hours (note that this is <e>less frequent</e> than `CVS to rsync`_).
If the upstream download location for a package uses a non-standard TCP port
(anything other than 21, 80 or 443), you <e>must</e> manually mirror the files. Not
diff --git a/general-concepts/user-environment/text.xml b/general-concepts/user-environment/text.xml
index d1a5431..d96e62b 100644
--- a/general-concepts/user-environment/text.xml
+++ b/general-concepts/user-environment/text.xml
@@ -52,7 +52,7 @@ respected (selective filtering is fine, but outright ignoring is not). Ignoring
<ul>
<li>
Ignoring <c>march/mcpu</c> may force kernel or software emulation for certain
- opcodes on some architectures. This can be *very* slow -- for example,
+ opcodes on some architectures. This can be <e>very</e> slow -- for example,
<c>openssl</c> built for SPARC v7 but run on v9 is around five times slower for
RSA operations.
</li>