Correct argument order for signal handler example

This commit is contained in:
Jason 2018-09-11 01:49:52 +09:00 committed by Fabian Homborg
parent 56002abc61
commit 5d59c6a1cd

View file

@ -1347,7 +1347,7 @@ Example:
To specify a signal handler for the WINCH signal, write: To specify a signal handler for the WINCH signal, write:
\fish \fish
function --on-signal WINCH my_signal_handler function my_signal_handler --on-signal WINCH
echo Got WINCH signal! echo Got WINCH signal!
end end
\endfish \endfish