mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
doc_src: Continue the slog through the letter F.
We are using only :: in a synopsis for fishscript examples given of the command being documented.
This commit is contained in:
@@ -6,6 +6,7 @@ fish_status_to_signal - convert exit codes to human-friendly signals
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
``fish_status_to_signal`` *NUM*
|
||||
::
|
||||
|
||||
function fish_prompt
|
||||
@@ -26,4 +27,4 @@ Example
|
||||
>_ sleep 5
|
||||
^C⏎
|
||||
>_ fish_status_to_signal $status
|
||||
SIGINT
|
||||
SIGINT
|
||||
|
||||
Reference in New Issue
Block a user