aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJordi Mallach <jordim@src.gnome.org>2004-10-22 05:54:59 +0800
committerJordi Mallach <jordim@src.gnome.org>2004-10-22 05:54:59 +0800
commita44e5de97e64e5c31bd21ef6115854c99c3bf15d (patch)
tree45d01039b02bd0e983a41d5e5722093f564a3278 /doc
parent203cb87edb379f1ce020670bd29e69e0d6be8bf8 (diff)
downloadgsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.gz
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.bz2
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.lz
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.xz
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.zst
gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.zip
Add manpage from Debian.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
-rw-r--r--doc/epiphany.146
2 files changed, 51 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f3ddc22dd..4b9661e83 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1 +1,6 @@
SUBDIRS = reference
+
+man_MANS = epiphany.1
+
+EXTRA_DIST = \
+ $(man_MANS)
diff --git a/doc/epiphany.1 b/doc/epiphany.1
new file mode 100644
index 000000000..bca3bf905
--- /dev/null
+++ b/doc/epiphany.1
@@ -0,0 +1,46 @@
+.\" Epiphany manpage.
+.\" Copyright (C) 2004 GNOME Foundation, Inc.
+.\"
+.TH EPIPHANY "1" "October 2004" "GNOME" ""
+.SH NAME
+epiphany \- simple to use web browser
+.SH SYNOPSIS
+.B epiphany
+[\fIOPTION\fR...] [url]
+.SH DESCRIPTION
+Help options
+.TP
+-?, \fB\-\-help\fR
+Show help message
+.TP
+\fB\-\-usage\fR
+Display brief usage message
+.PP
+Application options
+.TP
+\fB\-n\fR, \fB\-\-new\-tab\fR
+Open a new tab in an existing
+Epiphany window
+.TP
+\fB\-f\fR, \fB\-\-fullscreen\fR
+Run Epiphany in full screen mode
+.TP
+\fB\-l\fR, \fB\-\-load\-session\fR=\fIFILE\fR
+Load the given session file
+.TP
+\fB\-t\fR, \fB\-\-add\-bookmark\fR=\fIURL\fR
+Add a bookmark (don't open any window)
+.TP
+\fB\-\-import\-bookmarks\fR=\fIFILE\fR
+Import bookmarks from the given file
+.TP
+\fB\-b\fR, \fB\-\-bookmarks\-editor\fR
+Launch the bookmarks editor
+.TP
+\fB\-s\fR, \fB\-\-server\fR
+Used internally by the bonobo interface
+.PP
+Epiphany has a comprehensive help system. Run the browser
+and select \fBHelp\fR from the menu.
+.SH AUTHOR
+Written by Marco Pesenti Gritti, Christian Persch and others.