From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10304 invoked by alias); 15 Sep 2010 11:54:07 -0000 Received: (qmail 10294 invoked by uid 22791); 15 Sep 2010 11:54:06 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from smtp-out3.tiscali.nl (HELO smtp-out3.tiscali.nl) (195.241.79.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Sep 2010 11:54:01 +0000 Received: from [212.123.169.34] (helo=[192.168.1.41]) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1OvqYo-0007Mf-Q8 for gdb-patches@sourceware.org; Wed, 15 Sep 2010 13:53:58 +0200 Subject: [PATCH] [TRIVIAL] doc: fix obvious typo (host-charset) From: Paul Bolle To: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" Date: Wed, 15 Sep 2010 18:18:00 -0000 Message-ID: <1284551635.1711.1.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00288.txt.bz2 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 54941b6..b59ce0d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -8915,7 +8915,7 @@ automatically determine the appropriate host character set. In this case, @value{GDBN} uses @samp{UTF-8}. @value{GDBN} can only use certain character sets as its host character -set. If you type @kbd{@w{set target-charset @key{TAB}@key{TAB}}}, +set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}}, @value{GDBN} will list the host character sets it supports. @item set charset @var{charset} -- 1.7.2.3