From 7c9ac0c690dcf9be0a9520c7ba33814003c98d64 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 12 May 2012 03:44:07 +0000 Subject: [PATCH] new version of man pages, updated, with more information, bug reporting info, config file links and info, homepage section, to look more like a regular man page. --- man/inxi.8 | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) 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