From owner-freebsd-questions@freebsd.org Wed Sep 11 13:52:54 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 6F1CED4C81 for ; Wed, 11 Sep 2019 13:52:54 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 46T3J42tFSz3ycL for ; Wed, 11 Sep 2019 13:52:52 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id E5BB633C26; Wed, 11 Sep 2019 09:52:44 -0400 (EDT) From: Lowell Gilbert To: Polytropon Cc: freebsd-questions@freebsd.org Subject: Re: Where is the info viewer? References: <20190910070033.GA29721@admin.sibptus.ru> <20190911041439.9ba45e18.freebsd@edvax.de> <10971217-3072-cfee-785d-3748e9879a2f@gmail.com> <20190911110708.95a9b3f8.freebsd@edvax.de> Date: Wed, 11 Sep 2019 09:52:44 -0400 In-Reply-To: <20190911110708.95a9b3f8.freebsd@edvax.de> (Polytropon's message of "Wed, 11 Sep 2019 11:07:08 +0200") Message-ID: <44ftl3hrdf.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 46T3J42tFSz3ycL X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-questions-local@be-well.ilk.org has no SPF policy when checking 23.30.133.173) smtp.mailfrom=freebsd-questions-local@be-well.ilk.org X-Spamd-Result: default: False [0.09 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.74)[-0.736,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.88)[-0.880,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[ilk.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.19)[ip: (0.15), ipnet: 23.30.0.0/15(0.42), asn: 7922(-1.49), country: US(-0.05)] 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: Wed, 11 Sep 2019 13:52:54 -0000 Polytropon writes: > On a fresh install of FreeBSD 12.0 amd64, I installed something via pkg, > and then used "man ", which complained that I need to install > groff. I did that - and the manpage could be read. I'm just mentioning > this because I've never seen this before... Historically, man(1) was essentially "nroff -man" under the covers.