mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Revise, revise, revise, and proofread.
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose