From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPEk-0004II-Dt for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVPEf-0000sn-To for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:41:34 -0400 Received: from smtprelay05.ispgateway.de ([80.67.31.93]:39507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVPEf-0000sd-Mz for qemu-devel@nongnu.org; Thu, 25 Apr 2013 12:41:29 -0400 Received: from [217.84.9.72] (helo=stokes.schwinge.homeip.net) by smtprelay05.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1UVPEe-0006z7-Ko for qemu-devel@nongnu.org; Thu, 25 Apr 2013 18:41:28 +0200 From: Thomas Schwinge Date: Thu, 25 Apr 2013 18:41:16 +0200 Message-Id: <1366908076-22099-1-git-send-email-thomas@codesourcery.com> In-Reply-To: References: Subject: [Qemu-devel] [PATCH] qemu-doc: Option -ignore-environment removed. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: aliguori@us.ibm.com, sw@weilnetz.de, riku.voipio@iki.fi, qemu-devel@nongnu.org, agraf@suse.de, paul@codesourcery.com, j.schauer@email.de, Thomas Schwinge Has been removed in commit fc9c54124d134dbd76338a92a91804dab2df8166. Signed-off-by: Thomas Schwinge --- qemu-doc.texi | 3 --- 1 file changed, 3 deletions(-) diff --git qemu-doc.texi qemu-doc.texi index dfea4d3..64493eb 100644 --- qemu-doc.texi +++ qemu-doc.texi @@ -2683,9 +2683,6 @@ Set the x86 elf interpreter prefix (default=/usr/local/qemu-i386) Set the x86 stack size in bytes (default=524288) @item -cpu model Select CPU model (-cpu help for list and additional feature selection) -@item -ignore-environment -Start with an empty environment. Without this option, -the initial environment is a copy of the caller's environment. @item -E @var{var}=@var{value} Set environment @var{var} to @var{value}. @item -U @var{var} -- 1.7.10.4