All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
@ 2022-05-06 15:01 Thomas Huth
  2022-05-06 17:17 ` Markus Armbruster
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-05-06 15:01 UTC (permalink / raw)
  To: Markus Armbruster, Peter Maydell, qemu-devel,
	Dr . David Alan Gilbert
  Cc: Eric Blake, Daniel P. Berrangé

STEXI and ETEXI is not used anymore since we switched to Sphinx.
Replace them in the example with SRST and ERST, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/devel/writing-monitor-commands.rst | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/docs/devel/writing-monitor-commands.rst b/docs/devel/writing-monitor-commands.rst
index 1693822f8f..4aa2bb904d 100644
--- a/docs/devel/writing-monitor-commands.rst
+++ b/docs/devel/writing-monitor-commands.rst
@@ -331,13 +331,10 @@ we should add it to the hmp-commands.hx file::
         .cmd        = hmp_hello_world,
     },
 
-::
-
- STEXI
- @item hello_world @var{message}
- @findex hello_world
- Print message to the standard output
- ETEXI
+ SRST
+ ``hello_world`` *message*
+   Print message to the standard output
+ ERST
 
 To test this you have to open a user monitor and issue the "hello-world"
 command. It might be instructive to check the command's documentation with
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
  2022-05-06 15:01 [PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags Thomas Huth
@ 2022-05-06 17:17 ` Markus Armbruster
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Armbruster @ 2022-05-06 17:17 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Peter Maydell, qemu-devel, Dr . David Alan Gilbert, Eric Blake,
	Daniel P. Berrangé

Thomas Huth <thuth@redhat.com> writes:

> STEXI and ETEXI is not used anymore since we switched to Sphinx.
> Replace them in the example with SRST and ERST, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  docs/devel/writing-monitor-commands.rst | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
>
> diff --git a/docs/devel/writing-monitor-commands.rst b/docs/devel/writing-monitor-commands.rst
> index 1693822f8f..4aa2bb904d 100644
> --- a/docs/devel/writing-monitor-commands.rst
> +++ b/docs/devel/writing-monitor-commands.rst
> @@ -331,13 +331,10 @@ we should add it to the hmp-commands.hx file::
>          .cmd        = hmp_hello_world,
>      },
>  
> -::
> -
> - STEXI
> - @item hello_world @var{message}
> - @findex hello_world
> - Print message to the standard output
> - ETEXI
> + SRST
> + ``hello_world`` *message*
> +   Print message to the standard output
> + ERST
>  
>  To test this you have to open a user monitor and issue the "hello-world"
>  command. It might be instructive to check the command's documentation with

Reviewed-by: Markus Armbruster <armbru@redhat.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-06 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-06 15:01 [PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags Thomas Huth
2022-05-06 17:17 ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.