Random doc fixes

This commit is contained in:
Ryan Dahl
2010-12-11 02:32:48 -08:00
parent 5bdcec67f0
commit c9e5cfcc34
5 changed files with 5 additions and 4 deletions

View 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)

View 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

View File

@@ -2,6 +2,6 @@
Use `require('os')` to access this module.
### os.getHostname
### os.getHostname()
Returns the hostname of the operating system.

View 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