aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-12 04:44:11 +0000
committerSam James <sam@gentoo.org>2022-01-22 21:34:47 +0000
commit20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0 (patch)
tree1e5f9a4f508a52a9768b6f036d9bf2a34993d52a /ebuild-maintenance
parentebuild-maintenance/package-moves: mention optfeature (diff)
downloaddevmanual-20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0.tar.gz
devmanual-20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0.tar.bz2
devmanual-20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0.zip
ebuild-maintenance/package-moves: minor grammar and formatting nits
- Drop a comma - Use <c>SLOT</c> Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/devmanual/pull/260 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r--ebuild-maintenance/package-moves/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-maintenance/package-moves/text.xml b/ebuild-maintenance/package-moves/text.xml
index 206436b..4180c17 100644
--- a/ebuild-maintenance/package-moves/text.xml
+++ b/ebuild-maintenance/package-moves/text.xml
@@ -47,7 +47,7 @@ the package.
<p>
Afterwards, move the package files using <c>git mv</c>. Add the move entry
-to <c>profiles/updates/</c>, in the following format:
+to <c>profiles/updates/</c> in the following format:
</p>
<pre>
@@ -96,8 +96,8 @@ during the update.
<body>
<p>
-The process for changing the ebuild's SLOT (a "slotmove") is very similar to the
-previous process. Besides changing the SLOT in the ebuild file, you
+The process for changing the ebuild's <c>SLOT</c> (a "slotmove") is very similar to the
+previous process. Besides changing the <c>SLOT</c> in the ebuild file, you
also need to create a new entry in <c>profiles/updates/</c> in
the Gentoo repository in the following format:
</p>