mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Random doc fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Use `require('os')` to access this module.
|
||||
|
||||
### os.getHostname
|
||||
### os.getHostname()
|
||||
|
||||
Returns the hostname of the operating system.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user