From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 1/2] gnu: Add htop. Date: Fri, 30 Aug 2013 22:38:34 +0200 Message-ID: <522102CA.6080601@gmail.com> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> <1377893316-5136-2-git-send-email-tipecaml@gmail.com> <87bo4enbse.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFVmq-0007SY-Os for guix-devel@gnu.org; Fri, 30 Aug 2013 16:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFVmi-0004U9-8l for guix-devel@gnu.org; Fri, 30 Aug 2013 16:59:20 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:64029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFVmi-0004U2-2M for guix-devel@gnu.org; Fri, 30 Aug 2013 16:59:12 -0400 Received: by mail-we0-f170.google.com with SMTP id w60so2035783wes.15 for ; Fri, 30 Aug 2013 13:59:11 -0700 (PDT) In-Reply-To: <87bo4enbse.fsf@karetnikov.org> 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: Nikita Karetnikov Cc: guix-devel@gnu.org 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 text-mode >> +application (for console or X terminals) and requires ncurses.") > > I’d suggest to change “Linux” to “the Linux kernel” or “GNU/Linux” 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//. Cyril.