More comments added to clarify

This commit is contained in:
inxi-svn 2008-10-31 21:30:36 +00:00
parent a707cea2dc
commit 3366e34053

3
inxi
View file

@ -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