Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: documentation of sync methods links now to async methods #21243

Closed
wants to merge 7 commits into from
Prev Previous commit
doc: remove unnecessary info about returned value in fs.chmod.
  • Loading branch information
iwko authored and Trott committed Jul 9, 2018
commit 9921a76e596d822e305aad12819c445155cdbb07
4 changes: 1 addition & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,6 @@ changes:
* `path` {string|Buffer|URL}
* `mode` {integer}

Returns `undefined`.

For detailed information, see the documentation of the asynchronous version of
this API: [`fs.chmod()`][].

Expand Down Expand Up @@ -4625,8 +4623,8 @@ the file contents.
[`fs.chown()`]: #fs_fs_chown_path_uid_gid_callback
[`fs.copyFile()`]: #fs_fs_copyfile_src_dest_flags_callback
[`fs.exists()`]: fs.html#fs_fs_exists_path_callback
[`fs.ftruncate()`]: #fs_fs_ftruncate_fd_len_callback
[`fs.fstat()`]: #fs_fs_fstat_fd_options_callback
[`fs.ftruncate()`]: #fs_fs_ftruncate_fd_len_callback
[`fs.futimes()`]: #fs_fs_futimes_fd_atime_mtime_callback
[`fs.lstat()`]: #fs_fs_lstat_path_options_callback
[`fs.mkdir()`]: #fs_fs_mkdir_path_mode_callback
Expand Down