Skip to content

Commit

Permalink
Add link to libuv's uv_os_homedir documentation to homedir's docstrin…
Browse files Browse the repository at this point in the history
…g. (#21806)

(cherry picked from commit 9ac9071)
  • Loading branch information
Sacha0 authored and tkelman committed May 14, 2017
1 parent 0f1aa84 commit 0222855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ splitdrive(path::AbstractString)
homedir() -> AbstractString
Return the current user's home directory.
!!! note
`homedir` determines the home directory via `libuv`'s `uv_os_homedir`. For details
(for example on how to specify the home directory via environment variables), see the
[`uv_os_homedir` documentation](http://docs.libuv.org/en/v1.x/misc.html#c.uv_os_homedir).
"""
function homedir()
path_max = 1024
Expand Down

0 comments on commit 0222855

Please sign in to comment.