diff --git a/keywording/workflow/text.xml b/keywording/workflow/text.xml
index 1d4a6b4c..9a8374f4 100644
--- a/keywording/workflow/text.xml
+++ b/keywording/workflow/text.xml
@@ -356,8 +356,17 @@ There are several tools available that can help with this:
tab)
- Use pkgcheck's StableRequest check, e.g.
- grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs pkgcheck scan -k StableRequest
+ Use pkgcheck's StableRequest check, for example via
+
+ -
+ grep -ri "larry@" */*/metadata.xml -l | cut -d'/' -f1-2 | xargs pkgcheck scan -k StableRequest
+ (using grep and pkgcheck)
+
+ -
+ pquery --no-version --maintainer larry@gentoo.org | xargs pkgcheck scan -k StableRequest
+ (using pquery from pkgcore and pkgcheck)
+
+
Use pkgdev bugs for finding and filing stabilization bugs, e.g.