This commit is contained in:
anseki 2015-04-23 23:38:38 +09:00
parent 9dde3ba1b2
commit 5acea6ccc9

View file

@ -1665,6 +1665,7 @@ instead of:
```js ```js
readlineSync.setPrint(value); readlineSync.setPrint(value);
``` ```
### `setPrompt` method ### `setPrompt` method
Use the [`prompt`](#options-prompt) option. Use the [`prompt`](#options-prompt) option.
@ -1679,6 +1680,7 @@ instead of:
```js ```js
readlineSync.setPrompt(value); readlineSync.setPrompt(value);
``` ```
### `setEncoding` method ### `setEncoding` method
Use the [`encoding`](#encoding) option. Use the [`encoding`](#encoding) option.
@ -1693,6 +1695,7 @@ instead of:
```js ```js
readlineSync.setEncoding(value); readlineSync.setEncoding(value);
``` ```
### `setMask` method ### `setMask` method
Use the [`mask`](#mask) option. Use the [`mask`](#mask) option.
@ -1707,6 +1710,7 @@ instead of:
```js ```js
readlineSync.setMask(value); readlineSync.setMask(value);
``` ```
### `setBufferSize` method ### `setBufferSize` method
Use the [`bufferSize`](#buffersize) option. Use the [`bufferSize`](#buffersize) option.