From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQuh-00080Z-0o for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOQua-0001Rk-Sl for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:08:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQua-0001RY-L8 for qemu-devel@nongnu.org; Fri, 14 Mar 2014 08:08:28 -0400 From: mrezanin@redhat.com Date: Fri, 14 Mar 2014 13:08:21 +0100 Message-Id: <1394798901-21430-1-git-send-email-mrezanin@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-doc.texi: Replace remaining obsolete -M option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, Miroslav Rezanina , armbru@redhat.com From: Miroslav Rezanina When -M option was deprecated (commit 80f52a6) and removed from documentation, two occurrencies were not updated corectly. Fixing them. Signed-off-by: Miroslav Rezanina --- qemu-doc.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index ad31f2d..a7eab5c 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2047,7 +2047,7 @@ qemu-system-sparc -prom-env 'auto-boot?=false' \ -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single' @end example -@item -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook] +@item -machine [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook] Set the emulated machine type. Default is SS-5. @@ -2097,7 +2097,7 @@ Set OpenBIOS variables in NVRAM, for example: qemu-system-sparc64 -prom-env 'auto-boot?=false' @end example -@item -M [sun4u|sun4v|Niagara] +@item -machine [sun4u|sun4v|Niagara] Set the emulated machine type. The default is sun4u. -- 1.8.5.3