doc: update antiquated process.versions output
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 7 Feb 2015 11:08:39 +0000 (12:08 +0100)
committercjihrig <cjihrig@gmail.com>
Sat, 7 Feb 2015 22:08:10 +0000 (17:08 -0500)
PR-URL: https://github.com/iojs/io.js/pull/750
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
doc/api/process.markdown

index 028165d..e6fc20c 100644 (file)
@@ -502,14 +502,14 @@ A property exposing version strings of io.js and its dependencies.
 
 Will print something like:
 
-    { http_parser: '1.0',
-      node: '0.10.4',
-      v8: '3.14.5.8',
-      ares: '1.9.0-DEV',
-      uv: '0.10.3',
-      zlib: '1.2.3',
-      modules: '11',
-      openssl: '1.0.1e' }
+    { http_parser: '2.3.0',
+      node: '1.1.1',
+      v8: '4.1.0.14',
+      uv: '1.3.0',
+      zlib: '1.2.8',
+      ares: '1.10.0-DEV',
+      modules: '43',
+      openssl: '1.0.1k' }
 
 ## process.config