Tagged Questions
5
votes
1answer
194 views
Emacs mode for man pages
I'm translating man pages, and have run in to a few problems with Emacs.
How do you specify language? (With man, it looks like this man -Lsv shutdown for the Swedish "sv" subdirectory, if ...
7
votes
2answers
336 views
Find and install man file manually
I seem to be missing some man pages, notably gcc and g++. It doesn't help that I specify the section. whereis doesn't list man pages for those two, so I think they are simply not there.
With Google I ...
5
votes
1answer
93 views
Nested lists in man page
I have a command line parameter that takes a number of flags afterwards, which I would like to have as a list inside the parameter list in the man page.
Currently I am simply making lines of Flag - ...
