summaryrefslogtreecommitdiff
path: root/doc/api/documentation.md
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-04 22:46:49 +0900
committerLeko <leko.noor@gmail.com>2018-03-06 00:46:30 +0900
commit35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 (patch)
treeed7dd64b71ba39d8e7cfd015f5cdc3ce2fb50391 /doc/api/documentation.md
parent3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 (diff)
downloadandroid-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.gz
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.bz2
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.zip
doc: replace to Node.js
PR-URL: https://github.com/nodejs/node/pull/19056 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index a864771f44..33da3a45e7 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -80,7 +80,8 @@ wish to do programmatic things with the documentation.
## Syscalls and man pages
System calls like open(2) and read(2) define the interface between user programs
-and the underlying operating system. Node functions which simply wrap a syscall,
+and the underlying operating system. Node.js functions
+which simply wrap a syscall,
like [`fs.open()`][], will document that. The docs link to the corresponding man
pages (short for manual pages) which describe how the syscalls work.