[phobos] [D-Programming-Language/phobos] f1f00e: fix documentation for symlink
GitHub via phobos
phobos at puremagic.com
Wed Feb 3 10:17:00 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: f1f00e190d50536d7894adb9fd5f313b98164e7a
https://github.com/D-Programming-Language/phobos/commit/f1f00e190d50536d7894adb9fd5f313b98164e7a
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M std/file.d
Log Message:
-----------
fix documentation for symlink
The target path is actually relative to the link, not to the current
working directory. This is in line with the ln shell command, so changing
the documentation to match the behavior seems in order.
Also changing some wording, and un-highlighting "symlink" throughout as
it never refers to the function.
Commit: 5d4f4bce1962e11d934dc1910267102c910b5261
https://github.com/D-Programming-Language/phobos/commit/5d4f4bce1962e11d934dc1910267102c910b5261
Author: Vladimir Panteleev <github.private at thecybershadow.net>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M std/file.d
Log Message:
-----------
Merge pull request #3966 from aG0aep6G/symlink-documentation
fix documentation for symlink
Compare: https://github.com/D-Programming-Language/phobos/compare/4be6bc141811...5d4f4bce1962
More information about the phobos
mailing list