Tagged Questions
1
vote
1answer
62 views
What does the number mean in a man page? [duplicate]
Possible Duplicate:
What do the numbers in a man page mean?
If I typeman ls, I seeLS(1) in the top left and top right corners of the manpage.
I also see programs on the internet being ...
1
vote
1answer
79 views
attr man page missing?
How does one search for certain manpages (such as http://linux.die.net/man/5/attr)? Trying:
man attr
and
man -K attr
don't seem to work.
Any ideas why?
1
vote
1answer
106 views
How can I display file info of a man?
I know when you are in a man page it will display the file name at the bottom inside the man.
How can I do the same thing manually?
4
votes
2answers
160 views
Why do 'man' pages have many extra lines?
When I run the command:
man fork
There is a highlight line at the bottom that reads:
Manual page fork(2) line 52/99 (END)
But when I navigate to line 53 and up to 99, these are just blank ...
1
vote
4answers
172 views
No manual page for regex in section 3 - where is it?
I found What do the numbers in a man page mean? which explains the sections for command/library documentation quite nicely, and I was looking at the output for man regex and noticed the See Also ...