How did you create the module? Its man page should not be in /usr/share/man .
Slackware uses /usr/man .
And then it should not be called "rendera.man" either, the ending usually is a number according to the category it is put in, in this case its path and name should be
/usr/man/man1/rendera.1
Code: Select all
root@porteus:/mnt/live/memory/images/rendera-0.2.0.xzm# man rendera
No manual entry for rendera
[...]
root@porteus:/mnt/live/memory/images/rendera-0.2.0.xzm# mv /usr/share/man/rendera.man /usr/man/man1/rendera.1
root@porteus:/mnt/live/memory/images/rendera-0.2.0.xzm# man rendera
RENDERA(1) General Commands Manual RENDERA(1)
NAME
rendera - A painting program.
SYNOPSIS
rendera [OPTIONS] file...
Cave! In some Porteus enironments, e.g. 4.0rc4 there is usually not a single man page installed, so the above "fix" won't work, you would have to create the folders first via
mkdir -p /usr/man/man1/.
HTH!
(I hope the above did not come across as arrogant or similar; I just did not sleep very well last night and my brain feels like its not really awake…)