From owner-freebsd-questions@FreeBSD.ORG Mon Aug 10 20:59:52 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 657D7106566C for ; Mon, 10 Aug 2009 20:59:52 +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 215AB8FC1F for ; Mon, 10 Aug 2009 20:59:51 +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 n7AKxha1075178 for ; Mon, 10 Aug 2009 15:59:43 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200908102059.n7AKxha1075178@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <75176.1249937983.1@dc.cis.okstate.edu> Date: Mon, 10 Aug 2009 15:59:43 -0500 From: Martin McCormick Subject: 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: Mon, 10 Aug 2009 20:59:52 -0000 There is a test man page I am trying to install and the system is not finding it. I put it in /usr/local/man/man1 and think I should at least get complaints about the page as it is the start of a man page, not the whole thing. I named it testpage, compressed it with gzip and when I type man testpage, it just says that there is no manual entry for testpage. Is there a data base I forgot to remake after adding the page? I did make sure the ownership and permissions are the same as other pages in the directory. I also did a man on one of the other pages in that same directory and it came right up. Thank you. Martin McCormick