From owner-freebsd-questions@FreeBSD.ORG Fri Oct 12 10:58:32 2007 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 13A2C16A469 for ; Fri, 12 Oct 2007 10:58:32 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id BCC2D13C457 for ; Fri, 12 Oct 2007 10:58:31 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so736136wxd for ; Fri, 12 Oct 2007 03:58:31 -0700 (PDT) Received: by 10.90.95.11 with SMTP id s11mr4588405agb.1192186710912; Fri, 12 Oct 2007 03:58:30 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id m6sm577924wrm.2007.10.12.03.58.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Oct 2007 03:58:30 -0700 (PDT) Date: Fri, 12 Oct 2007 06:58:48 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <20071012071407.GB4636@ducati-748.3rdrock.kicks-ass.net> References: <20071012071407.GB4636@ducati-748.3rdrock.kicks-ass.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071012065701.8BC3.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.30.04 [en] From: Gerard Cc: "Alain G. Fabry" Subject: Re: Formatting man pages -> txt file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 10:58:32 -0000 On October 12, 2007 at 03:14AM Alain G. Fabry wrote: > I'd like to get a man page in .txt format. > > What I tried was "man man > man.txt", but this gives me the man pages with many control char. > > How can I get a man page to be formatted to a regular .txt file? man man | col -bx > man.txt -- Gerard