From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Add htop. Date: Fri, 30 Aug 2013 23:26:55 +0200 Message-ID: <87vc2mzx7k.fsf@gnu.org> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> <1377893316-5136-2-git-send-email-tipecaml@gmail.com> <87bo4enbse.fsf@karetnikov.org> <522102CA.6080601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWIh-0006r7-EP for guix-devel@gnu.org; Fri, 30 Aug 2013 17:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFWIa-0007gg-4d for guix-devel@gnu.org; Fri, 30 Aug 2013 17:32:15 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWIZ-0007gP-Uw for guix-devel@gnu.org; Fri, 30 Aug 2013 17:32:08 -0400 In-Reply-To: <522102CA.6080601@gmail.com> (Cyril Roelandt's message of "Fri, 30 Aug 2013 22:38:34 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > On 08/30/2013 10:50 PM, Nikita Karetnikov wrote: >>> + (synopsis "An interactive process viewer for Linux") >>> + (description >>> + "This is htop, an interactive process viewer for Linux. It is a t= ext-mode >>> +application (for console or X terminals) and requires ncurses.") >> >> I=E2=80=99d suggest to change =E2=80=9CLinux=E2=80=9D to =E2=80=9Cthe Li= nux kernel=E2=80=9D or =E2=80=9CGNU/Linux=E2=80=9D to >> avoid ambiguity. It might be even better not to use this word at all. >> > > It seems to be also available in the FreeBSD ports, and in NetBSD > through pkgsrc. I'll s/ for Linux//. Agreed, just remove =E2=80=9Cfor Linux=E2=80=9D. Also, remove =E2=80=9CAn=E2=80=9D from the synopsis. Then OK to push. Thanks! Ludo=E2=80=99.