Skip site navigation (1)Skip section navigation (2)
Date:      18 May 2001 02:59:31 +0200
From:      Cyrille Lefevre <clefevre-lists@noos.fr>
To:        freebsd-stable@freebsd.org
Subject:   man broken -- mdoc error: end-macro (.em) ...
Message-ID:  <7kzfcw0c.fsf@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help
Hi,

I'm running -stable (almost) updated on a week basis.  so, after a
fresh cvsup (May 17 02:41 GMT-1) and a make buildworld, installworld,
the man command is broken as it was in -current a few days (weeks?) 
ago.

# man pwd
Formatting page, please wait...mdoc error: end-macro (.em) respecification is not allowed. (#41)
            Should this have been `.Em ...'?
User Abort.
Done.

also, I've found a lot of garbage files from older installations.
they are all named /usr/share/tmac/tmac.* while newer files seems to
be named share/tmac/.old/*.tmac, same assertion about locale
directories and /usr/bin/{grohtml,psbb},
/usr/share/groff_font/devps/dingbats.{,r}map and
/usr/share/groff_font/devhtml.

it would be interresting to clean those older files on upgrade or
installworld. there are other garbage files not related to groff such
as /usr/lib/lib{crypto,ssl,gcc{_pic,_r,_pic_r}}.so.1,
/usr/libdata/perl/5.00503/mach/..., etc.

any tricks except the following commands ?

touch -t 00170200 /tmp/ref
cd /usr && find !(X11R6|compat|include|local) \
\( -name examples -o -name man -o -name doc -o -name www \) -prune -o \
! -newer /tmp/ref ! -type d ! -type l
cd / && find !(boot|dev|etc|root|usr|tmp|var|disk*) \
! -newer /tmp/ref ! -type d ! -type l

Cyrille.
--
home: mailto:clefevre@poboxes.com   UNIX is user-friendly; it's just particular
work: mailto:Cyrille.Lefevre@edf.fr   about who it chooses to be friends with.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7kzfcw0c.fsf>