Random doc fixes
authorRyan Dahl <ry@tinyclouds.org>
Sat, 11 Dec 2010 10:32:48 +0000 (02:32 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 11 Dec 2010 10:32:48 +0000 (02:32 -0800)
doc/api/_toc.markdown
doc/api/all.markdown
doc/api/os.markdown
doc/api/securepair.markdown [deleted file]
doc/api/tls.markdown

index d2c150a..1ee6011 100644 (file)
@@ -11,7 +11,6 @@
 * [Buffers](buffers.html)
 * [Streams](streams.html)
 * [Crypto](crypto.html)
-  * [Secure Streams](securepair.html)
 * [TLS/SSL](tls.html)
 * [String Decoder](string_decoder.html)
 * [File System](fs.html)
index 43d5a15..c966dcf 100644 (file)
@@ -12,7 +12,7 @@
 @include buffers
 @include streams
 @include crypto
-@include securepair
+@include tls
 @include string_decoder
 @include fs
 @include path
@@ -27,6 +27,8 @@
 @include script
 @include child_processes
 @include assert
+@include tty
+@include os
 
 # Appendixes
 @include appendix_1
index d6250ec..4429bdd 100644 (file)
@@ -2,6 +2,6 @@
 
 Use `require('os')` to access this module.
 
-### os.getHostname
+### os.getHostname()
 
 Returns the hostname of the operating system.
diff --git a/doc/api/securepair.markdown b/doc/api/securepair.markdown
deleted file mode 100644 (file)
index e69de29..0000000
index be4190a..d9aec2a 100644 (file)
@@ -27,7 +27,7 @@ Alternatively you can send the CSR to a Certificate Authority for signing.
 `test/fixtures/keys/Makefile` in the Node source code)
 
 
-#### s = tls.connect(port, [host], [options], callback)
+### s = tls.connect(port, [host], [options], callback)
 
 Creates a new client connection to the given `port` and `host`. (If `host`
 defaults to `localhost`.) `options` should be an object which specifies