I am working on a project regarding UNIX manpages, and I realized that some of them exist in pairs of the form <utility name>.1.gz
and <utility name>.1posix.gz
.
Why are there two manpages about the same utility (I am mainly interested in section 1)? Which one does the man
command opens? I opened and read both files for bc
, for example, and it seems to open the bc.1.gz
file, but is this a general rule? Is basic behavioral information (e.g. error codes) always located in one of them?