man-pages
man-pages copied to clipboard
Linux man-pages
man 7 signal, the below part has an error: * "Input" socket interfaces, when a timeout (SO_RCVTIMEO) has been set on the socket using setsockopt(2): accept(2), recv(2), recvfrom(2), recvmmsg(2) (also...
Document that if a command line or environment string is too long (> MAX_ARG_STRLEN), execve will also return E2BIG.
Not really an issue, just a question. The stdarg functions man pages point to the man page for stdarg.h. There's a man page for stdio.h too but the stdio functions...
The man page for the command "date" needs updated to clarify a "+" is needed before the format arguments. For example it lists: date [OPTION]... [+FORMAT] But no example later...
Of the `nameserver` keyword, the man page states, > If there are multiple servers, the resolver library queries them in the order listed. and, > (The algorithm used is to...
Why is there no entry for the X windowing system?
The website is currently outdated. It shows an outdated version of man-pages ([5.13](https://man7.org/linux/man-pages/changelog.html), released in 2021). Could you add a note saying that on the [homepage](https://man7.org/linux/man-pages/index.html)? A related [PR](https://github.com/mkerrisk/man-pages/pull/31) wants...
The 't' flag is text mode versus binary mode 'b'.