Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e026ce9

Browse filesBrowse files
Trottaddaleax
authored andcommitted
doc: sort repl references in ASCII order
PR-URL: #35230 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 6669eff commit e026ce9
Copy full SHA for e026ce9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/repl.md‎

Copy file name to clipboardExpand all lines: doc/api/repl.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -735,18 +735,18 @@ a `net.Server` and `net.Socket` instance, see:
735735
For an example of running a REPL instance over [`curl(1)`][], see:
736736
<https://gist.github.com/TooTallNate/2053342>.
737737

738+
[TTY keybindings]: readline.html#readline_tty_keybindings
738739
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
739740
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
740741
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
741742
[`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.html#errors_err_domain_cannot_set_uncaught_exception_capture
742743
[`ERR_INVALID_REPL_INPUT`]: errors.html#errors_err_invalid_repl_input
744+
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
743745
[`domain`]: domain.html
744746
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
745747
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
746748
[`repl.ReplServer`]: #repl_class_replserver
747749
[`repl.start()`]: #repl_repl_start_options
748-
[`util.inspect()`]: util.html#util_util_inspect_object_options
749750
[`reverse-i-search`]: #repl_reverse_i_search
750-
[TTY keybindings]: readline.html#readline_tty_keybindings
751-
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
751+
[`util.inspect()`]: util.html#util_util_inspect_object_options
752752
[stream]: stream.html

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.