summaryrefslogtreecommitdiff
path: root/doc/api/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index c2413d33db..a864771f44 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -85,8 +85,8 @@ like [`fs.open()`][], will document that. The docs link to the corresponding man
pages (short for manual pages) which describe how the syscalls work.
Some syscalls, like lchown(2), are BSD-specific. That means, for
-example, that [`fs.lchown()`][] only works on macOS and other BSD-derived systems,
-and is not available on Linux.
+example, that [`fs.lchown()`][] only works on macOS and other BSD-derived
+systems, and is not available on Linux.
Most Unix syscalls have Windows equivalents, but behavior may differ on Windows
relative to Linux and macOS. For an example of the subtle ways in which it's