The warning about /dev/nul is easy to explain: the real device file is called /dev/null which is used to suppress output from commands / scripts (e.g. : testscript.sh > /dev/null ). If you or the writer of some kind of script that was ever executed on your system, made a typo using /dev/null (single 'l' in stead of double 'l'), the output got redirected to the file /dev/nul in stead of the device /dev/null. Simply remove /dev/nul and you're rid of the rkhunter message.
I think you can safely ignore the second warning/info. On my system there is also the file /usr/share/man/man1/..1.gz present. This file is used when you type a 'man .' .