From 942d3957348f714daa0526aea9b9b8071bfe1868 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Thu, 14 Mar 2013 00:52:49 +0100
Subject: [PATCH] Updated man page for the changed file locations.

---
 doc/vimp.1.txt | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/doc/vimp.1.txt b/doc/vimp.1.txt
index 3f9b501..eeacb44 100644
--- a/doc/vimp.1.txt
+++ b/doc/vimp.1.txt
@@ -299,13 +299,39 @@ Close the browser.
 .B source
 Toggle between normal view and source view for the current page.
 .SH FILES
-.I $XDG_CONFIG_HOME/vimp/config
+.I $XDG_CONFIG_HOME/vimp/global.conf
 .RS
-THe users config file.
+Global configuration that are read on startup of application. This is the
+right place to set keybindings and global style settings for vimp.
+.RE
+.I $XDG_CONFIG_HOME/vimp/local.conf
+.RS
+Local configuration that are process every time a new window is opened. This
+will be mainly used to apply webkit settings for the new browser window.
 .RE
 .I $XDG_CONFIG_HOME/vimp/cookies
 .RS
 Cookie store file.
+.RE
+.I $XDG_CONFIG_HOME/vimp/closed
+.RS
+Holds the URI of the last closed browser window.
+.RE
+.I $XDG_CONFIG_HOME/vimp/history
+.RS
+This file holds the history of opened URIs. Note that this file is only
+written if last window of the browser is closed.
+.RE
+.I $XDG_CONFIG_HOME/vimp/scripts.js
+.RS
+This file can be used to run user scripts, that are injected into every paged
+that is opened.
+.RE
+.I $XDG_CONFIG_HOME/vimp/style.css
+.RS
+File for userdefined css styles. These file is used if the config variable
+'stylesheet' is enabled.
+.RE
 .SH "REPORTING BUGS"
 Report bugs to the main project page on
 .IR https://github.com/fanglingsu/vimp/issues .
-- 
2.20.1