From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 05:23:20 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 24A8637B401 for ; Mon, 16 Jun 2003 05:23:20 -0700 (PDT) Received: from smtp.ii.uib.no (eik.ii.uib.no [129.177.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9F643F3F for ; Mon, 16 Jun 2003 05:23:18 -0700 (PDT) (envelope-from s1465@lstud.ii.uib.no) Received: from steinflue.ii.uib.no ([129.177.19.87]) by smtp.ii.uib.no with esmtp (Exim 4.12) id 19Rt11-0007Mw-00; Mon, 16 Jun 2003 14:23:15 +0200 Received: (from s1465@localhost) by steinflue.ii.uib.no (8.12.8/8.12.8/Submit) id h5GCNEYv001601; Mon, 16 Jun 2003 14:23:14 +0200 Date: Mon, 16 Jun 2003 14:23:14 +0200 (CEST) From: =?ISO-8859-1?Q?Sondre_R=F8njom?= To: Steve Coile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -31.0 (-------------------------------) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19Rt11-0007Mw-00*1Pacvsjk3Rs* cc: freebsd-questions@freebsd.org Subject: Re: "truss man" doesn't show *anything* 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: Mon, 16 Jun 2003 12:23:20 -0000 On Mon, 16 Jun 2003, Steve Coile wrote: > I've just installed a new software package that includes manual pages. > When I try to read the pages with "man -M ", I'm told the > manual page doesn't exist. When I use "truss man -M ", > truss generates *NO* output. Is that normal? have you tried 'man truss'. Should be no magic there. I'm not sure of what you expect 'truss man -M ' to do for you, but I'm quite sure you are twisting things around here. If truss manual page has been correctly installed you should be able to read the man page with 'man truss'. 'truss -help' would probably give you the closest to your 'truss man -M '. But maybe I don't know what the heck I'm talking about :) /sondre