diff --git a/man/inxi.8 b/man/inxi.8 index 722f17b..6025f86 100644 --- a/man/inxi.8 +++ b/man/inxi.8 @@ -336,16 +336,46 @@ Konversation Kopete KSirc KVIrc Weechat Xchat +.SH INITIALIZATION FILE +.TP +inxi will read the following configuration/initialization files in the following order: +/etc/inxi.conf + +$HOME/.inxi/inxi.conf + +See wiki pages for more information on how to set these up: +.I http://code.google.com/p/inxi/wiki/script_configuration_files + +.SH BUGS +Please report bugs using the following resources: + +inxi wiki, file an issue report: +.I http://code.google.com/p/inxi/issues/list + +post on inxi developer forums: +.I http://techpatterns.com/forums/forum-32.html + +You can also visit +.I irc.oftc.net channel: #smxi +to post issues. + +You may be asked to run the inxi debugger tool which will upload a data dump of all system files for use in debugging inxi. +These data dumps are very important since they provide us with all the real system data inxi uses to parse out its report. + +.SH HOMEPAGE +.I http://code.google.com/p/inxi + + .SH AUTHOR AND CONTRIBUTORS TO CODE Original infobash author and copyright holder: Copyright (C) 2005-2007 Michiel de Boer a.k.a. locsmif -inxi version: Copyright (C) 2008-11 Scott Rogers & Harald Hope +inxi version: Copyright (C) 2008-12 Scott Rogers & Harald Hope Further fixes (listed as known): Horst Tritremmel Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch -manpage creator with help from Harald, aus9 +Man page creator with help from Harald, aus9