From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31766 invoked by alias); 15 Jan 2003 14:47:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31708 invoked from network); 15 Jan 2003 14:47:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 15 Jan 2003 14:47:36 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0FEJ7B11510 for ; Wed, 15 Jan 2003 09:19:07 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FElOa18358 for ; Wed, 15 Jan 2003 09:47:24 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FElNb23011 for ; Wed, 15 Jan 2003 09:47:24 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 4FC8BFF79; Wed, 15 Jan 2003 09:51:45 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15909.30080.816161.5429@localhost.redhat.com> Date: Wed, 15 Jan 2003 14:47:00 -0000 To: gdb-patches@sources.redhat.com Cc: eliz@is.elta.co.il Subject: make info warnings X-SW-Source: 2003-01/txt/msg00559.txt.bz2 Am I the only one getting these warnings when building the docs? makeinfo -I /home/ezannoni/sources/src/gdb/doc/../../readline/doc -I /home/ezannoni/sources/src/gdb/doc/../mi -I /home/ezannoni/sources/src/gdb/doc \ -o gdb.info /home/ezannoni/sources/src/gdb/doc/gdb.texinfo /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11908: warning: unlikely character [ in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11908: warning: unlikely character ] in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11919: warning: unlikely character [ in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11919: warning: unlikely character ] in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11926: warning: unlikely character [ in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11926: warning: unlikely character [ in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11926: warning: unlikely character ] in @var. /home/ezannoni/sources/src/gdb/doc/gdb.texinfo:11926: warning: unlikely character ] in @var. these are the lines that generate the warnings. @item htrace record @var{[data]*} @item htrace rewind @var{[filename]} @item htrace print @var{[start [len]]} It it easy to eliminate the warnings by using for instance @emph{} instead of @var{}, but the look of the text changes slightly. Eli, is there a correct way to fix this? thanks Elena