$OpenBSD$
--- docs/fhem.man.orig	Sat Dec 22 11:27:24 2012
+++ docs/fhem.man	Sat Dec 22 11:36:27 2012
@@ -3,11 +3,13 @@
 fhem \- GPL'd perl server for house automation.
 .SH SYNOPSIS
 .B fhem.pl
-.IR /etc/fhem.cfg
+.IR /etc/fhem.conf
+- run as server
 .br
 .B fhem.pl
 .IR [host:]
 .I port cmd
+- run as client
 .SH DESCRIPTION
 .B fhem
 is used to automate some common tasks in the household like switching lamps
@@ -15,19 +17,30 @@ shutters / heating / etc. and to log events like tempe
 consumption.
 .br
 For more details see the fhem homepage (http://fhem.de) or the supplied documentation
-in the /usr/share/doc/fhem directory.
+in the /usr/local/share/doc/fhem/ directory.
 .SH FILES
 .TP
-.I /etc/fhem.cfg
-configuration file.
+.I /etc/fhem.conf
+default configuration file.
 .TP
-.I /usr/share/fhem
+.I /var/run/fhem.pid
+pid file if the default config file is used
+.TP
+.I /var/run/fhem.save
+contains state information if the distributed config file is used.
+will be saved before shutdown
+.TP
+.I /usr/local/libdata/perl5/site_perl
 FHEM Module directory, contrib files
 .TP
+.I /usr/local/share/fhem
+additional files, not requiered for running
+.TP
 .I /var/log/fhem
-Logfiles
-.I index
-database cache.
+Regular Logfile
 .TP
-.I /usr/share/doc/fhem
+.I /var/log/fhem.filelog
+Where status messages go
+.TP
+.I /usr/local/share/doc/fhem
 Documentation
