KoblentsBlog Photography
Contact About
Published Oct 17, 2013
Modern Linux distros provide POSIX Programmer’s Manual in manpages, sections
0p
,
1p
, and
3p
. You can check if it works on your machine:
123
man 0p stdio.h
man 1p exit
man 3p open
You can consult the POSIX documentation while coding on a beach or in an airplane, without Internet connection. It is always on your fingertips.
 
Published Oct 17, 2013
People seldom use the command
man
on Linux machines nowadays. We are accustomed to an equivalent command
info
, that for eons was slightly more convenient. There is a reason, though, to use command
man
much more often. Especially when we want to figure out something less routine and less obvious.
 
 
« Newest
© Copyright Koblents.com, 2012-2025