From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LeYlX-0004vr-Bf for mharc-grub-devel@gnu.org; Tue, 03 Mar 2009 12:50:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeYlV-0004vm-HR for grub-devel@gnu.org; Tue, 03 Mar 2009 12:50:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeYlR-0004vD-VF for grub-devel@gnu.org; Tue, 03 Mar 2009 12:50:49 -0500 Received: from [199.232.76.173] (port=41501 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeYlR-0004v7-Ib for grub-devel@gnu.org; Tue, 03 Mar 2009 12:50:45 -0500 Received: from c60.cesmail.net ([216.154.195.49]:4239) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LeYlQ-0003M6-MJ for grub-devel@gnu.org; Tue, 03 Mar 2009 12:50:45 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 03 Mar 2009 12:50:35 -0500 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id A097834C6A for ; Tue, 3 Mar 2009 12:49:53 -0500 (EST) From: Pavel Roskin To: grub-devel@gnu.org Content-Type: text/plain Date: Tue, 03 Mar 2009 12:50:34 -0500 Message-Id: <1236102634.533.9.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Need a better description for commands/handler.c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 17:50:49 -0000 Hello! Could somebody please fix the first line in commands/handler.c? Currently, it says: /* handler.c - test module for dynamic loading */ That's a copy from hello/hello.c. I'm thinking of something like: /* handler.c - commands to list or select handlers */ -- Regards, Pavel Roskin