From 99f4d8ac5da8f18e437668626bd4b532734bf14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 20 Mar 2023 18:08:31 +0100 Subject: Use "Returns:" vs. "Return:" in function documentation. --- subr.rtl/rtl_complex.subr | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'subr.rtl') diff --git a/subr.rtl/rtl_complex.subr b/subr.rtl/rtl_complex.subr index fd8e6f01..0a475d07 100644 --- a/subr.rtl/rtl_complex.subr +++ b/subr.rtl/rtl_complex.subr @@ -3,6 +3,12 @@ # set +o errexit -o noglob -o nounset is assumed. # +# +# rtl_export_vars() - +# @_unsetfl: +# +# Returns: zero (0) on success, non-zero (>0) on failure +# rtl_export_vars() { local _rev_unsetfl=0; -- cgit v1.2.3