0
votes
5answers
83 views
Best practices to put into a man page
Is there a best practices guideline for writing man pages?
What should be included in the layout? The standard ones are:
NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
There are …
4
votes
3answers
267 views
Manpage scandir() prototype weirdness
I have a problem with scandir(): The manpage contains this as prototype:
int scandir(const char *dir, struct dirent ***namelist,
int (*filter)(const struct dirent *),
int (*co …
1
vote
9answers
332 views
Where is the ‘man’ Program for Windows (Program to open UNIX man pages)?
I'm looking for the windows executable for the linux man (manual reader).
I tried googling around, but got frustrated with the kind of results it came up with, owing to 'man' bein …
12
votes
6answers
877 views
What does the number in brackets shown after unix command names mean ?
E.g man(1), find(3), updatedb(2) ?
what do these numbers mean ?
