mirror of
https://github.com/janet-lang/janet
synced 2025-08-05 21:43:55 +00:00
Fix os/link docstring - Address #323
This commit is contained in:
parent
3aca5502dc
commit
6a63b13d69
@ -1271,8 +1271,8 @@ static const JanetReg os_cfuns[] = {
|
|||||||
{
|
{
|
||||||
"os/link", os_link,
|
"os/link", os_link,
|
||||||
JDOC("(os/link oldpath newpath &opt symlink)\n\n"
|
JDOC("(os/link oldpath newpath &opt symlink)\n\n"
|
||||||
"Create a symlink from oldpath to newpath. The 3 optional paramater "
|
"Create a symlink from oldpath to newpath. The 3rd optional paramater "
|
||||||
"enables a hard link over a soft link. Does not work on Windows.")
|
"enables a symlink over a hard link. Does not work on Windows.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"os/readlink", os_readlink,
|
"os/readlink", os_readlink,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user