mirror of
https://github.com/janet-lang/janet
synced 2024-11-29 03:19:54 +00:00
Revise, revise, revise, and proofread.
This commit is contained in:
parent
b49b510732
commit
1aeb317863
@ -1343,9 +1343,10 @@ 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, returning nil. The third optional parameter "
|
"Create a link at newpath that points to oldpath and returns nil. "
|
||||||
"enables a symlink iff truthy. If the third optional parameter is falsey or not "
|
"Iff symlink is truthy, creates a symlink. "
|
||||||
"provided, os/link creates a hard link. Does not work on Windows.")
|
"Iff symlink is falsey or not provided, "
|
||||||
|
"creates a hard link. Does not work on Windows.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"os/symlink", os_symlink,
|
"os/symlink", os_symlink,
|
||||||
|
Loading…
Reference in New Issue
Block a user