From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 09:21:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F6B37B404 for ; Wed, 26 Mar 2003 09:21:06 -0800 (PST) Received: from grouse.mail.pas.earthlink.net (grouse.mail.pas.earthlink.net [207.217.120.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id E866243F3F for ; Wed, 26 Mar 2003 09:21:05 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-031dcwashp0085.dialsprint.net ([65.179.64.85] helo=moo.holy.cow) by grouse.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18yEZq-0001xc-00; Wed, 26 Mar 2003 09:20:39 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id C0F48E058; Wed, 26 Mar 2003 12:23:43 -0500 (EST) Date: Wed, 26 Mar 2003 12:23:43 -0500 From: parv To: Giorgos Keramidas Message-ID: <20030326172343.GA32486@moo.holy.cow> Mail-Followup-To: Giorgos Keramidas , freebsd-questions@FreeBSD.org References: <20030325194800.GA60649@moo.holy.cow> <20030325233934.GD2387@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030325233934.GD2387@gothmog.gr> X-Spam-Status: No, hits=-18.4 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,RCVD_IN_NJABL,REFERENCES, REPLY_WITH_QUOTES,X_NJABL_DIALUP autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-questions@FreeBSD.org Subject: Re: /usr/share/man - Rules for showing/gernerating manual pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 17:21:07 -0000 in message <20030325233934.GD2387@gothmog.gr>, wrote Giorgos Keramidas thusly... > > On 2003-03-25 14:48, parv wrote: > > Could somebody tell me what are the rules for showing/generating man > > pages in (man|cat)? directories (in /usr/share/man)? > > > > Manpages are an integral part of the program source for many of the > base system utilities. That is good to know (that all man pages reside _at_least_ in /usr/share/man/man? directories). > But you can safely delete (or simply move away) the existing > /usr/share directory right before `make installworld'... > > # cd /usr > # mv share share.old > # mtree -deU < /etc/mtree/BSD.usr.dist > > and then run `make installworld' in /usr/src. After installworld > finishes successfully, you can delete share.old. Giorgos, i would that the next time; thanks. Having said that, i was hoping for something like the following (for FreeBSD)... http://groups.google.com/groups?selm=2d543m%24n30%40mail.boku.ac.at - parv --