[PATCH 7/8] kbase: debuglogs: Emphasise 'virt-admin'

Peter Krempa posted 8 patches 4 years ago
There is a newer version of this series
[PATCH 7/8] kbase: debuglogs: Emphasise 'virt-admin'
Posted by Peter Krempa 4 years ago
It's a tool name so use backticks to format it in monospace.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/kbase/debuglogs.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/kbase/debuglogs.rst b/docs/kbase/debuglogs.rst
index f353cf7de5..fc75ef14a4 100644
--- a/docs/kbase/debuglogs.rst
+++ b/docs/kbase/debuglogs.rst
@@ -125,10 +125,11 @@ Runtime setting
 Debugging anomalies can be very painful, especially when trying to reproduce it
 after the daemon restarts, since the new session can make the anomaly
 "disappear". Therefore, it's possible to enable the debug logs during runtime
-using libvirt administration API. To use it conveniently, there's a virt-admin
-client provided by the libvirt-admin package. Use the package manager provided
-by your distribution to install this package. Once you have it installed, run
-the following as root to see the set of log filters currently being active:
+using libvirt administration API. To use it conveniently, there's the
+``virt-admin`` client provided by the ``libvirt-admin`` package. Use the
+package manager provided by your distribution to install this package. Once you
+have it installed, run the following as root to see the set of log filters
+currently being active:

 ::

-- 
2.34.1

Re: [PATCH 7/8] kbase: debuglogs: Emphasise 'virt-admin'
Posted by Erik Skultety 4 years ago
On Mon, Jan 17, 2022 at 04:39:15PM +0100, Peter Krempa wrote:
> It's a tool name so use backticks to format it in monospace.
> 
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat.com>