From b89a602013b57ac0cdc87c4dd68dab285d26589b Mon Sep 17 00:00:00 2001
From: Greg Reagle <greg.reagle@umbc.edu>
Date: Fri, 8 May 2015 10:54:34 -0400
Subject: [PATCH] Explain cookie management in the man page.

---
 surf.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/surf.1 b/surf.1
index dc033c6..090f783 100644
--- a/surf.1
+++ b/surf.1
@@ -275,6 +275,10 @@ no proxy
 .TP
 .B P
 using proxy
+.SH COOKIE MANAGEMENT
+All cookies are stored in a plain text file at $HOME/.surf/cookies.txt.  Deleting
+this file will remove all cookies.  You can edit cookies.txt with a text editor
+to selectively remove cookies.
 .SH ENVIRONMENT
 .B SURF_USERAGENT
 If this variable is set upon startup, surf will use it as the
-- 
1.9.1

