Tagged Questions
4
votes
1answer
328 views
Configurating man page to work like “man xxx”
I made a application in C. I wrote a manpage for this program and it's called something like edit.1. I "compiled"
groff -man -Tascii edit.1 | less
Now I can start it like man ./edit.1 from the ...
2
votes
1answer
263 views
Man pages not finding entry
So, I'm not sure what is going on with my system (ubuntu 12.04), but my man pages do not seem to be working. I try man gcc and get the following response
No manual entry for gcc See 'man 7 ...