From owner-freebsd-questions Sat Sep 7 16:31: 5 2002 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 6260737B400 for ; Sat, 7 Sep 2002 16:31:00 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33C343E3B for ; Sat, 7 Sep 2002 16:30:59 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (4caf39dcb88b4715d565b43c2ccd8d8b@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g87NWm2e092165; Sat, 7 Sep 2002 16:32:48 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g87NWm6J092164; Sat, 7 Sep 2002 16:32:48 -0700 (PDT) (envelope-from monkey) Date: Sat, 7 Sep 2002 16:32:48 -0700 From: Adam Weinberger To: Peter Leftwich Cc: Adam Weinberger , FreeBSD LIST Subject: Re: man -k (metacity | xinit) Message-ID: <20020907233248.GK76893@vectors.cx> References: <20020907223215.GJ76893@vectors.cx> <20020907185917.X37786-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020907185917.X37786-100000@earl-grey.cloud9.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'd try this. it sets the manpath, and then builds the whatis db with everything in that thar manpath: setenv MANPATH /usr/share/man:/usr/local/man:/usr/X11R6/man makewhatis $MANPATH hopefully this will work for you... after doing that, man -k xinit should work fine, but man -k metacity will not as metacity doesn't install any manpages. monkey@smacky:/tmp% man -k xinit xinit: nothing appropriate monkey@smacky:/tmp% export MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man monkey@smacky:/tmp% makewhatis $MANPATH Cannot find file: /usr/local/man/man1/ex.1 Cannot find file: /usr/local/man/man1/view.1 Cannot find file: /usr/local/man/man1/eview.1 Cannot find file: /usr/local/man/man1/gvimdiff.1.gz Cannot find file: /usr/local/man/man1/cowthink.1 zsh: 29730 exit 5 makewhatis $MANPATH monkey@smacky:/usr/bin# man -k xinit xinit(1) - X Window System initializer -Adam >> (09.07.2002 @ 1601 PST): Peter Leftwich said, in 0.6K: << > On Sat, 7 Sep 2002, Adam Weinberger wrote: > > setenv MANPATH "$MANPATH:/usr/X11R6/man" > > -Adam > > "Oh good, my dog found the chainsaw." > > -Lilo, "Lilo & Stitch" > > Adam Weinberger > > adam@vectors.cx > > http://vectors.cx > > myprompt$ echo $MANPATH > MANPATH: Undefined variable. > > myprompt$ setenv | grep -i man > [nothing] > > PS - Has anyone had experience using Gnome2's gconftool-2 to change or set > a window manager from the non-GUI command-line?? Thanks. > > -- > Peter Leftwich > President & Founder > Video2Video Services > Box 13692, La Jolla, CA, 92039 USA > +1-413-403-9555 > >> end of "Re: man -k (metacity | xinit)" from Peter Leftwich << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message