surf \- simple webkit-based browser
.SH SYNOPSIS
.B surf
-.RB [-bBdDfFgGiIkKmMnNpPsStTvx]
+.RB [-bBdDfFgGiIkKmMnNpPsStTvwxX]
.RB [-a\ cookiepolicies]
.RB [-c\ cookiefile]
.RB [-C\ stylefile]
.RB [-r\ scriptfile]
.RB [-u\ useragent]
.RB [-z\ zoomlevel]
-.RB "URI"
+.RB [URI]
.SH DESCRIPTION
surf is a simple Web browser based on WebKit/GTK+. It is able
to display websites and follow links. It supports the XEmbed protocol
.B \-a cookiepolicies
Define the order of
.I cookie policies.
-The default is "Aa@" but could be
+The default is "@Aa" but could be
redefined in the
.I config.h,
with "A" meaning to
Specify the
.I zoomlevel
which surf should use.
-.BR xprop(1).
.SH USAGE
.B Escape
Stops loading current page or stops download.
.B Ctrl\-y
Copies current URI to primary selection.
.TP
-.B Ctrl\-o
-Show the sourcecode of the current page.
-.TP
-.B Ctrl\-x
+.B Ctrl\-Shift\-x
Display the current TLS certificate in a popup window.
.TP
.B Ctrl\-Shift\-a
void
usage(void)
{
- die("usage: %s [-bBdDfFgGiIkKmMnNpPsStTvx] [-a cookiepolicies ] "
+ die("usage: %s [-bBdDfFgGiIkKmMnNpPsStTvwxX] [-a cookiepolicies ] "
"[-c cookiefile] [-C stylefile] [-e xid] [-r scriptfile] "
"[-u useragent] [-z zoomlevel] [uri]\n", basename(argv0));
}