Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMustansir Golawala <mgolawala@gmail.com>2012-04-12 12:29:15 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-04-15 01:17:38 +0400
commit7ee15457edbd634c85b69fb3b865c4e27b17b672 (patch)
tree15b8d53adc9e933671335ddea0e530e94f244c43 /doc
parent93cefab1a3a40a5693217c9ce43380a1e1cfad4e (diff)
os: add cross platform EOL character
Diffstat (limited to 'doc')
-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 0a8a17fd395..33eb9b6317d 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.