aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2017-07-29 16:46:10 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2017-07-29 16:46:10 -0400
commit9456029d947d7ef31d1ac3c7b4e9b526beb630be (patch)
tree8486e3e6c5d42df31611d06d952a3e5dce33fa76 /ebuild-maintenance
parentfunction-reference/install-functions: mention the recursive option for helpers (diff)
downloaddevmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.tar.gz
devmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.tar.bz2
devmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.zip
ebuild-maintenance: remove uses of <comment> and <keyword>
They are renmants of the handbook and have no use in devmanual. The generated HTML outputs are identical with and without these tags.
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r--ebuild-maintenance/text.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index 859b473..e1bebaf 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -582,9 +582,10 @@ from the tree:
</p>
<pre caption="Removing a package from git">
-<comment>#</comment> <keyword>cd</keyword> dev-util
-<comment>#</comment> <keyword>git</keyword> rm -rf pmk
-<comment>#</comment> <keyword>git</keyword> commit --gpg-sign</pre>
+# cd dev-util
+# git rm -rf pmk
+# git commit --gpg-sign
+</pre>
<p>
An example commit message is shown below: