Man pages are the documentation pages that come preinstalled with almost all substantial Unix and Unix-like operating systems
Questions tagged [manpage]
486 questions
-2
votes
2 answers
C Man or manual in text or other format to use in command line shell in linux
Im looking for some kind of C text manual or man pages for C syntax or cockbook
which i can check in command line shell mode .
Thanks

user63898
- 29,839
- 85
- 272
- 514
-2
votes
1 answer
Where can I find an unix man documentation website that can be integrated with omnibox search?
Where can I find a unix man documentation website that can be integrated with omnibox search?
I want to open a man webpage when I type "man xxx" in Chrome omnibar. Now, the only thing I miss is a good man website that supports search.

sorin
- 161,544
- 178
- 535
- 806
-3
votes
2 answers
Do linux distributions typically come with man pages installed?
I just started playing with a few new Linux distributions, and noticed that a "base" image of openSUSE I was given doesn't have man pages installed out-of-the-box. I was under the impression that man pages were typically provided in most Linux…

thauburger
- 3,925
- 2
- 20
- 21
-3
votes
2 answers
Code keeps setting accumulator to 0?
So I am making a hangman game. I am trying, at the moment, to make an accumulator for how many wrong guesses the user gives (after 6 wrong guesses, they lose); However, my strikeCounter keeps getting set to 0 and I don't know why (thus printing out…

mador96
- 27
- 4
-4
votes
2 answers
Where can I got a description/man page on return call in C?
I'm trying to get a man-page for the return call in C programming language but nothing appropriate installed on my system(GNU/Linux Debian). Where should I look for documentation?

japan
- 137
- 5
-5
votes
1 answer
Which system calls can return EINTR or EAGAIN error codes?
Which of the following system calls can return EINTR or…

Efstathios Chatzikyriakidis
- 1,341
- 2
- 15
- 33