~ chicken-core (chicken-5) 48f692bcfde9b17fda1eb4711819b2c409a3b003
commit 48f692bcfde9b17fda1eb4711819b2c409a3b003 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: Thu Nov 12 21:17:13 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