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 b9161f4

Browse filesBrowse files
Trottruyadorno
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 d195d20 commit b9161f4
Copy full SHA for b9161f4

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
@@ -744,18 +744,18 @@ a `net.Server` and `net.Socket` instance, see:
744744
For an example of running a REPL instance over [`curl(1)`][], see:
745745
<https://gist.github.com/TooTallNate/2053342>.
746746

747+
[TTY keybindings]: readline.html#readline_tty_keybindings
747748
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
748749
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
749750
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
750751
[`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.html#errors_err_domain_cannot_set_uncaught_exception_capture
751752
[`ERR_INVALID_REPL_INPUT`]: errors.html#errors_err_invalid_repl_input
753+
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
752754
[`domain`]: domain.html
753755
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
754756
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
755757
[`repl.ReplServer`]: #repl_class_replserver
756758
[`repl.start()`]: #repl_repl_start_options
757-
[`util.inspect()`]: util.html#util_util_inspect_object_options
758759
[`reverse-i-search`]: #repl_reverse_i_search
759-
[TTY keybindings]: readline.html#readline_tty_keybindings
760-
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
760+
[`util.inspect()`]: util.html#util_util_inspect_object_options
761761
[stream]: stream.html

0 commit comments

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