]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man5/proc.5
proc.5: Use "pwd -P" for printing cwd
authorJakub Wilk <jwilk@jwilk.net>
Mon, 20 Jul 2020 06:12:00 +0000 (08:12 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Jul 2020 09:35:07 +0000 (11:35 +0200)
commit9eff2f495f894f9443e2c57e878a4f2cd6f5f730
tree976e1eb31fe9042e45eb27339d9d79ee40325ee9
parent9363af082e12bdc574d4cb7fe82ef2bc39600d43
proc.5: Use "pwd -P" for printing cwd

"/bin/pwd" happens to work with the GNU coreutils implementation,
which has -P as the default, contrary to POSIX requirements.

Use "pwd -P" instead, which is shorter, easier to type, and should
work everywhere.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/proc.5