diff --git a/sh/code.awk b/sh/code.awk index 6499931..dd4423b 100644 --- a/sh/code.awk +++ b/sh/code.awk @@ -79,7 +79,7 @@ BEGIN { } else if (match($0, RE_FUNCTION, m)) { split(doc, array, "\n") for (item in array) { - print item " " m[1] + print array[item] " " m[1] } reset() } else { @@ -91,7 +91,7 @@ BEGIN { } else if (match($0, RE_FUNCTION, m)) { split(doc, array, "\n") for (item in array) { - print item " " m[1] + print array[item] " " m[1] } reset() } else {