From owner-freebsd-questions@freebsd.org Tue Sep 10 07:27:34 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21B23F4A5A for ; Tue, 10 Sep 2019 07:27:34 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [144.76.30.122]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46SGnx1RV8z4429 for ; Tue, 10 Sep 2019 07:27:32 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Tue, 10 Sep 2019 09:18:26 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1568099906; bh=FEhDhdYgS/VzdsTmZcuQpDzupuhgp/t7NOpm2N2NW4Q=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=E2dwLx2rH2GsG9VTClrJu8ojCPNruoIH78dT6hP7sBORDjDSYTekr2630h/N3cTc/ MiKKIKu1B2s2bRNRzPIlZREAxiAZyJlrR7bI6UAFFuIN18GdfDPsYl8NUCpOS0WUUY p9vLrhw+uwuIkx0ianWG/+koi8+k4POoj4bSEisgr7Pwn1O9gyn8NRBUDzTFVEkJY0 vK3WMRhmGI/OPBUVAAIwPAuGoS9cQIUk5OGY8c19otjRr73LwwlhZ7ZWI+JNiTUMX/ 166vtOozAwtZ8d1cc4mmIqViz1TsFh6VMEGXCkg4sEMvmhpvu6Y3X0fEuz5h6LV8z3 L2Ber12I3qOZw== From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: Where is the info viewer? Message-ID: <20190910071826.GA28277@mail.bsd4all.net> References: <20190910070033.GA29721@admin.sibptus.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190910070033.GA29721@admin.sibptus.ru> User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 46SGnx1RV8z4429 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail201809 header.b=E2dwLx2r; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 144.76.30.122 as permitted sender) smtp.mailfrom=herbert@gojira.at X-Spamd-Result: default: False [-1.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.947,0]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail201809]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:144.76.30.122]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gojira.at]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.97)[-0.974,0]; DKIM_TRACE(0.00)[gojira.at:+]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:144.76.0.0/16, country:DE]; IP_SCORE(0.20)[ipnet: 144.76.0.0/16(2.80), asn: 24940(-1.78), country: DE(-0.01)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 07:27:34 -0000 On Tue, Sep 10, 2019 at 02:00:33PM +0700, Victor Sudakov wrote: > Dear Colleagues, > > I've noticed that the info utility has disappeared from the recent > versions of FreeBSD. > > There are a lot of info files in /usr/local/share/info/, what should I > read them with other than less ? >From /usr/src/UPDATING: 20150102: The GNU texinfo and GNU info pages have been removed. To be able to view GNU info pages please install texinfo from ports. -- Herbert