From 5d59c6a1cd0a5b1ad8a0bbc0ab5c471b69e5d219 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 11 Sep 2018 01:49:52 +0900 Subject: [PATCH] Correct argument order for signal handler example --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index f711b3b48..c5c8abd7c 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1347,7 +1347,7 @@ Example: To specify a signal handler for the WINCH signal, write: \fish -function --on-signal WINCH my_signal_handler +function my_signal_handler --on-signal WINCH echo Got WINCH signal! end \endfish