From owner-freebsd-questions@FreeBSD.ORG Tue Aug 11 12:46:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EFAD106566B for ; Tue, 11 Aug 2009 12:46:30 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id DE13E8FC20 for ; Tue, 11 Aug 2009 12:46:29 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id n7BCkTrs094877 for ; Tue, 11 Aug 2009 07:46:29 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200908111246.n7BCkTrs094877@dc.cis.okstate.edu> to: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <94875.1249994789.1@dc.cis.okstate.edu> Date: Tue, 11 Aug 2009 07:46:29 -0500 From: Martin McCormick Subject: Re: Trying to Install Man Page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 12:46:30 -0000 George Davidovich writes: > If your testpage manpage is located in a man1 directory, it has to be > named testpage.1 (or gzipped as testpage.1.gz). For a man2 directory, > the suffix is .2, and so on. Rename the file and I'm sure things will > work fine. That was it! Thank you. Martin McCormick