From 3366e3405390f017f73c0ffef84bf31b07e87cbd Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 31 Oct 2008 21:30:36 +0000 Subject: [PATCH] More comments added to clarify --- inxi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inxi b/inxi index c1cd7cf..a604a6e 100755 --- a/inxi +++ b/inxi @@ -1499,6 +1499,9 @@ print_system_data() print_screen_output "$system_data" } +## main function to print out, master for all sub print functions. +## note that it passes local variable values on to its children, +## and in some cases, their children, with lspci_data print_it_out() { ## note: remember that in bash, child functions inherit local variables