From owner-freebsd-current Sat Dec 9 11:43:16 2000 From owner-freebsd-current@FreeBSD.ORG Sat Dec 9 11:43:14 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from lolita.speakeasy.net (lolita.speakeasy.net [216.254.0.13]) by hub.freebsd.org (Postfix) with SMTP id B355C37B400 for ; Sat, 9 Dec 2000 11:43:13 -0800 (PST) Received: (qmail 30035 invoked from network); 9 Dec 2000 19:38:02 -0000 Received: from unknown (HELO gonzo.speakeasy.net) (192.168.0.5) by 192.168.0.13 with SMTP; 9 Dec 2000 19:38:02 -0000 Received: (qmail 13249 invoked from network); 9 Dec 2000 19:43:12 -0000 Received: from unknown (HELO dsl081-020-229-sea1.dsl-isp.net) (64.81.20.229) by gonzo.speakeasy.net with SMTP; 9 Dec 2000 19:43:12 -0000 Received: (from tomdean@localhost) by dsl081-020-229-sea1.dsl-isp.net (8.11.1/8.9.3) id eB9JhCo07826; Sat, 9 Dec 2000 11:43:12 -0800 (PST) (envelope-from tomdean@speakeasy.org) Date: Sat, 9 Dec 2000 11:43:12 -0800 (PST) Message-Id: <200012091943.eB9JhCo07826@dsl081-020-229-sea1.dsl-isp.net> X-Authentication-Warning: dsl081-020-229-sea1.dsl-isp.net: tomdean set sender to tomdean@speakeasy.org using -f From: "Thomas D. Dean" To: current@FreeBSD.ORG In-reply-to: <20001208183519.B1210@cae88-102-101.sc.rr.com> (dmaddox@sc.rr.com) Subject: Re: Problem With Man Formatting References: <200012082257.eB8Mv6G02715@dsl081-020-229-sea1.dsl-isp.net> <20001208183519.B1210@cae88-102-101.sc.rr.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I dropped off the list for a day, or so, during an ISP change. Did I miss a resolution? # ls -l `which groff` -r-xr-xr-x 1 root wheel 62860 Dec 7 00:01 /usr/bin/groff* # groff -v GNU troff version 1.16.1 #ls -l `which man` -r-sr-xr-x 1 man wheel 28576 Dec 7 00:01 /usr/bin/man* # man -d zzz ctype locale env: Invalid argument using more as pager ... status from is_newer() = -2 ... Formatting page, please wait... trying command: (cd /usr/share/man ; /usr/bin/zcat /usr/share/man/man8/zzz.8.gz | /usr/bin/tbl | /usr/bin/groff -S -Wall -mtty-char -man -Tascii | /usr/bin/col | /usr/bin/gzip -c) No output, debug mode. using default preprocessor sequence Couldn't open /usr/share/man/cat8/zzz.8.gz.tmpiYU0us for writing. using default preprocessor sequence trying command: (cd /usr/share/man ; /usr/bin/zcat /usr/share/man/man8/zzz.8.gz | /usr/bin/tbl | /usr/bin/groff -S -Wall -mtty-char -man -Tascii | /usr/bin/col | more) tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message