I just upgraded 'man' on one of my rawhide machines, and this
has obsoleted the old man package and installed man-db.

This appears to have changed how 'less' processes man page (nroff) files.

Previously, doing:

  less foo.1

would automagically process the file through:

  (echo ".pl 11i"; cat foo.1') | /usr/bin/gtbl | /usr/bin/nroff -c -mandoc 
2>/dev/null) | less

with the result that it would display the file with bold, underline etc.

Now, doing the same command still formats the file, but in a visually
less satisfying way, with plain text and without bold, underline and
so on.

Was this an intentional change, because I don't think it looks as good ...

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to