From 1d228a13ab1858a0c2c0429041096b4e0a2a7796 Mon Sep 17 00:00:00 2001 From: actionless Date: Sat, 19 Mar 2022 11:37:46 +0100 Subject: [PATCH] doc(awful: spawn): proper quotes for an arg name --- lib/awful/spawn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/spawn.lua b/lib/awful/spawn.lua index 2a164b954..ecada47b9 100644 --- a/lib/awful/spawn.lua +++ b/lib/awful/spawn.lua @@ -433,7 +433,7 @@ end -- @tparam string callback.stderr Output on stderr. -- @tparam string callback.exitreason Exit reason ("exit" or "signal"). -- @tparam integer callback.exitcode Exit code (exit code or signal number, --- depending on "exitreason"). +-- depending on `exitreason`). -- @treturn[1] Integer the PID of the forked process. -- @treturn[2] string Error message. -- @see spawn.with_line_callback @@ -484,7 +484,7 @@ end -- @tparam string callback.stderr Output on stderr. -- @tparam string callback.exitreason Exit reason ("exit" or "signal"). -- @tparam integer callback.exitcode Exit code (exit code or signal number, --- depending on "exitreason"). +-- depending on `exitreason`). -- @treturn[1] Integer the PID of the forked process. -- @treturn[2] string Error message. -- @see spawn.with_line_callback