Ralph Corderoy <ra...@inputplus.co.uk> wrote: > > printf 'foo\n\n' | nroff <(printf 'a\n.rd\nb\n') | grep . > > produces "a foo b". A friend's tried that on his ArchLinux and it also > works. Another friend has tried on OpenBSD and it works, but on > > Fedora, version 1.18.1.4 > > he gets "a b" which suggests .rd has the same problem for him there as > it has for you. Perhaps Fedora and ArchLinux have a patch in common for > some versions?
Hello, thanks for your answers, and thanks to your friends too. Well, as on Fedora I get "a b". I've looked at the arch packages, it doesn't contain any patches, just a site.tmac for man and mdoc. Here is the pkgbuild: http://repos.archlinux.org/wsvn/packages/groff/repos/core-i686/PKGBUILD So, I need more investigation, looking at my own installation. I'm gonna do some tests and research and reply if I find something. One more thanks for your help.