Skip to content

Commit c9e5cfc

Browse files
committed
Random doc fixes
1 parent 5bdcec6 commit c9e5cfc

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

doc/api/_toc.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* [Buffers](buffers.html)
1212
* [Streams](streams.html)
1313
* [Crypto](crypto.html)
14-
* [Secure Streams](securepair.html)
1514
* [TLS/SSL](tls.html)
1615
* [String Decoder](string_decoder.html)
1716
* [File System](fs.html)

doc/api/all.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@include buffers
1313
@include streams
1414
@include crypto
15-
@include securepair
15+
@include tls
1616
@include string_decoder
1717
@include fs
1818
@include path
@@ -27,6 +27,8 @@
2727
@include script
2828
@include child_processes
2929
@include assert
30+
@include tty
31+
@include os
3032

3133
# Appendixes
3234
@include appendix_1

doc/api/os.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Use `require('os')` to access this module.
44

5-
### os.getHostname
5+
### os.getHostname()
66

77
Returns the hostname of the operating system.

doc/api/securepair.markdown

Whitespace-only changes.

doc/api/tls.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Alternatively you can send the CSR to a Certificate Authority for signing.
2727
`test/fixtures/keys/Makefile` in the Node source code)
2828

2929

30-
#### s = tls.connect(port, [host], [options], callback)
30+
### s = tls.connect(port, [host], [options], callback)
3131

3232
Creates a new client connection to the given `port` and `host`. (If `host`
3333
defaults to `localhost`.) `options` should be an object which specifies

0 commit comments

Comments
 (0)