# Another example

[TOP]
=COMMON                 # Add whatever is in common here
state,Z,bri yel on blu	# Zombied
=PS			# Add whatever is in PS here

[COMMON]
user,root,bri whi on gre # Show root's processes

[PS]
user,nobody,gre		# Show nobody's processes
=COMMON			# Add whatever is in common here
			# NOTE: common will be added in [TOP] 2 times!

# The result of ths would be:
# [PS]
# user,nobody,gre
# user,root,bri whi on gre
# [TOP]
# user,nobody,gre
# state,Z,bri yel on blu
# user,nobody,gre
# user,root,bri whi on gre
#
# Notice that top has user nobody defined 2 times
			