a66d456
From 12dcd5315f7c5b8c9487b81ad73a577959633ceb Mon Sep 17 00:00:00 2001
a66d456
From: dghart <dghart@users.sourceforge.net>
a66d456
Date: Fri, 12 Dec 2014 16:43:28 +0000
a66d456
Subject: [PATCH 2/4] Add the man page to git
a66d456
a66d456
See https://sourceforge.net/p/fourpane/feature-requests/9/
a66d456
---
a66d456
 4Pane.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++
a66d456
 1 file changed, 45 insertions(+)
a66d456
 create mode 100755 4Pane.1
a66d456
a66d456
diff --git a/4Pane.1 b/4Pane.1
a66d456
new file mode 100755
a66d456
index 0000000..f7a7644
a66d456
--- /dev/null
a66d456
+++ b/4Pane.1
a66d456
@@ -0,0 +1,45 @@
a66d456
+.\"                                      Hey, EMACS: -*- nroff -*-
a66d456
+.\" First parameter, NAME, should be all caps
a66d456
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
a66d456
+.\" other parameters are allowed: see man(7), man(1)
a66d456
+.TH 4PANE 1 "October 27, 2007"
a66d456
+.\" Please adjust this date whenever revising the manpage.
a66d456
+.\"
a66d456
+.\" Some roff macros, for reference:
a66d456
+.\" .nh        disable hyphenation
a66d456
+.\" .hy        enable hyphenation
a66d456
+.\" .ad l      left justify
a66d456
+.\" .ad b      justify to both left and right margins
a66d456
+.\" .nf        disable filling
a66d456
+.\" .fi        enable filling
a66d456
+.\" .br        insert line break
a66d456
+.\" .sp <n>    insert n+1 empty lines
a66d456
+.\" for manpage-specific macros, see man(7)
a66d456
+.SH NAME
a66d456
+4Pane - a detailed-view quad-pane file manager for GTK+
a66d456
+.SH SYNOPSIS
a66d456
+.B 4Pane
a66d456
+[-d <str>] [-c <str>] [-h] [Display from this filepath (optional)...]
a66d456
+.br
a66d456
+
a66d456
+.SH DESCRIPTION
a66d456
+This manual page documents only 4Pane\'s rarely-used invocation options (generally you'll just type '4Pane').
a66d456
+.br
a66d456
+A detailed manual is available from within 4Pane, either from the help menu or by pressing F1; and also online at http://4pane.co.uk
a66d456
+.PP
a66d456
+.SH OPTIONS
a66d456
+.TP
a66d456
+.B  \-d, \-\-home\-dir=<str>
a66d456
+Use <str> as the home directory (optional)
a66d456
+.TP
a66d456
+.B  \-c, \-\-config\-fpath=<str>
a66d456
+Use this filepath as 4Pane's configuration file (optional. If the filepath doesn't exist, it will be created)
a66d456
+.TP
a66d456
+.B \-h, \-\-help
a66d456
+Show a summary of options
a66d456
+.br
a66d456
+.SH AUTHOR
a66d456
+4Pane was written by David Hart <david@4pane.co.uk>.
a66d456
+.PP
a66d456
+This manual page was written by David Hart <david@4pane.co.uk>,
a66d456
+(but may be used by others).
a66d456
-- 
a66d456
2.1.0
a66d456