man: fix bug with relative file names
authorSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Wed, 30 Sep 2009 14:35:32 +0000 (16:35 +0200)
committerSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Wed, 30 Sep 2009 14:35:32 +0000 (16:35 +0200)
commit4b9f426d7f793313964ae0c760aa35633beccc7b
tree505ed20541b1d34ebff2c02f75a28a5fb30d7f83
parent8317d0d3bc16bc1c927046d11ab0f0ee8844bf35
man: fix bug with relative file names

Man assembles a command chain which only works properly when the passed
file name is absolute or relative without any directory component.
gnu/usr.bin/man/man/man.c