~ chicken-core (chicken-5) f36c19ccf9f54304c2f3ffe6669d444b7a04fb48
commit f36c19ccf9f54304c2f3ffe6669d444b7a04fb48 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Wed Nov 11 20:50:34 2015 -0200 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Wed Nov 11 20:50:34 2015 -0200 manual/Unit files: normalize-pathname doesn't perform ~ and $<VAR> expansions anymore diff --git a/manual/Unit files b/manual/Unit files index bdbc3e58..ce0d969d 100644 --- a/manual/Unit files +++ b/manual/Unit files @@ -81,7 +81,6 @@ or {{unix}} and defaults to on whatever platform is currently in use. All relative path elements and duplicate separators are processed and removed. If {{NAME}} ends with a {{/}} or is empty, the appropriate slash is appended to the tail. -Tilde {{~}} and variable {{$<name>/...}} expansion is also done. No directories or files are actually tested for existence; this procedure only canonicalises path syntax.Trap