I get this an error when trying to run man
on a Linux system:
$ LC_ALL=C man man
man: Too many arguments
Try 'man --help' or 'man --usage' for more information.
My man
command doesn't seem to be an alias:
command -v man: /usr/bin/man
What's going on?
man
an alias? Check withtype man
orcommand -v man
. – Kusalananda Jan 18 '19 at 08:59C
locale. There is nothing strange about that bit. – Kusalananda Jan 18 '19 at 09:22/usr/bin/man
? – jayooin Jan 18 '19 at 09:26