summaryrefslogtreecommitdiff
path: root/doc/api/os.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.markdown')
-rw-r--r--doc/api/os.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/os.markdown b/doc/api/os.markdown
index 0a8a17fd39..33eb9b6317 100644
--- a/doc/api/os.markdown
+++ b/doc/api/os.markdown
@@ -129,3 +129,6 @@ Get a list of network interfaces:
vmnet8: [ { address: '10.88.88.1', family: 'IPv4', internal: false } ],
ppp0: [ { address: '10.2.0.231', family: 'IPv4', internal: false } ] }
+## os.EOL
+
+A constant defining the appropriate End-of-line marker for the operating system.