Document a subtlety of util_parse_expansion() behaviour.
authorLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 15:29:13 +0000 (17:29 +0200)
committerLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 15:29:13 +0000 (17:29 +0200)
commit99f7810d1034b057f77bec4ae57ec080992ad9a9
tree175db854fe3133ffd1904c07670f9ff346524ead
parentfe5de6af3f0ee44ba0df3993ac1b6bd1d87902e3
Document a subtlety of util_parse_expansion() behaviour.

Single ~ uses g_get_home_dir() that honor HOME environment variable.
However, ~user always consult the passwd file.
src/util.c