diff mbox series

[1/2] doc: more texi cleanup

Message ID 20201001162705.219-2-luoyonggang@gmail.com
State New
Headers show
Series Texi cleanup | expand

Commit Message

罗勇刚(Yonggang Luo) Oct. 1, 2020, 4:27 p.m. UTC
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 qemu-img-cmds.hx  | 2 +-
 target/i386/cpu.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Eric Blake Oct. 1, 2020, 5 p.m. UTC | #1
On 10/1/20 11:27 AM, Yonggang Luo wrote:
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

> ---

>  qemu-img-cmds.hx  | 2 +-

>  target/i386/cpu.c | 2 +-

>  2 files changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx

> index b89c019b76..cab8234235 100644

> --- a/qemu-img-cmds.hx

> +++ b/qemu-img-cmds.hx

> @@ -1,5 +1,5 @@

>  HXCOMM Keep the list of subcommands sorted by name.

> -HXCOMM Use DEFHEADING() to define headings in both help text and texi

> +HXCOMM Use DEFHEADING() to define headings in both help text and rST

>  HXCOMM Text between SRST and ERST are copied to rST version and

>  HXCOMM discarded from C version

>  HXCOMM DEF(command, callback, arg_string) is used to construct

> diff --git a/target/i386/cpu.c b/target/i386/cpu.c

> index f37eb7b675..f8231f56b6 100644

> --- a/target/i386/cpu.c

> +++ b/target/i386/cpu.c

> @@ -4127,7 +4127,7 @@ static PropValue tcg_default_props[] = {

>   * We resolve CPU model aliases using -v1 when using "-machine

>   * none", but this is just for compatibility while libvirt isn't

>   * adapted to resolve CPU model versions before creating VMs.

> - * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.

> + * See "Runnability guarantee of CPU models" at * deprecated.rst.


The mid-line * looks spurious.  You might as well fix that while here.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org
Markus Armbruster Oct. 2, 2020, 5:13 a.m. UTC | #2
Yonggang Luo <luoyonggang@gmail.com> writes:

> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
> ---
>  qemu-img-cmds.hx  | 2 +-
>  target/i386/cpu.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
> index b89c019b76..cab8234235 100644
> --- a/qemu-img-cmds.hx
> +++ b/qemu-img-cmds.hx
> @@ -1,5 +1,5 @@
>  HXCOMM Keep the list of subcommands sorted by name.
> -HXCOMM Use DEFHEADING() to define headings in both help text and texi
> +HXCOMM Use DEFHEADING() to define headings in both help text and rST
>  HXCOMM Text between SRST and ERST are copied to rST version and
>  HXCOMM discarded from C version
>  HXCOMM DEF(command, callback, arg_string) is used to construct
> diff --git a/target/i386/cpu.c b/target/i386/cpu.c
> index f37eb7b675..f8231f56b6 100644
> --- a/target/i386/cpu.c
> +++ b/target/i386/cpu.c
> @@ -4127,7 +4127,7 @@ static PropValue tcg_default_props[] = {
>   * We resolve CPU model aliases using -v1 when using "-machine
>   * none", but this is just for compatibility while libvirt isn't
>   * adapted to resolve CPU model versions before creating VMs.
> - * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.
> + * See "Runnability guarantee of CPU models" at * deprecated.rst.
>   */
>  X86CPUVersion default_cpu_version = 1;

Duplicates my "[PATCH 0/2] Update leftover comments that mention
Texinfo", which Laurent has queued.
diff mbox series

Patch

diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index b89c019b76..cab8234235 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -1,5 +1,5 @@ 
 HXCOMM Keep the list of subcommands sorted by name.
-HXCOMM Use DEFHEADING() to define headings in both help text and texi
+HXCOMM Use DEFHEADING() to define headings in both help text and rST
 HXCOMM Text between SRST and ERST are copied to rST version and
 HXCOMM discarded from C version
 HXCOMM DEF(command, callback, arg_string) is used to construct
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index f37eb7b675..f8231f56b6 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4127,7 +4127,7 @@  static PropValue tcg_default_props[] = {
  * We resolve CPU model aliases using -v1 when using "-machine
  * none", but this is just for compatibility while libvirt isn't
  * adapted to resolve CPU model versions before creating VMs.
- * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi.
+ * See "Runnability guarantee of CPU models" at * deprecated.rst.
  */
 X86CPUVersion default_cpu_version = 1;