Minor changes to surf.1
This commit is contained in:
parent
77fc27ef56
commit
2b3b94fc7b
25
surf.1
25
surf.1
|
@ -1,37 +1,38 @@
|
||||||
.TH SURF 1 surf\-VERSION
|
.TH SURF 1 surf\-VERSION
|
||||||
.SH NAME
|
.SH NAME
|
||||||
surf \- simple webkit based browser
|
surf \- simple webkit-based browser
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B surf
|
.B surf
|
||||||
.RB [ \-ehvx ]
|
.RB [ \-ehvx ]
|
||||||
.RB [ \-f " FILE"]
|
.RB [ \-f " FILE"]
|
||||||
.RB [ \-u " URI"]
|
.RB [ \-u " URI"]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
surf is a simple webbrowser which is based on webkit/gtk+. It is able
|
surf is a simple web browser based on WebKit/GTK+. It is able
|
||||||
to display websites and follow links. It supports the Xembedded protocol
|
to display websites and follow links. It supports the XEmbed protocol
|
||||||
which makes it possible to embed it into another application. Furthermore
|
which makes it possible to embed it in another application. Furthermore,
|
||||||
one can point surf to another URI by setting it's XProperties.
|
one can point surf to another URI by setting its XProperties.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-e
|
.B \-e
|
||||||
prints xid to standard output and waits until some application reparent the
|
Prints xid to standard output and waits until an application reparents the
|
||||||
window.
|
window.
|
||||||
.TP
|
.TP
|
||||||
.B \-f FILE
|
.B \-f FILE
|
||||||
Sets the browsers URI to FILE. Also it's possible to read from stdin.
|
Sets the browser's URI to FILE. It is also possible to read from standard
|
||||||
|
input.
|
||||||
.TP
|
.TP
|
||||||
.B \-h
|
.B \-h
|
||||||
prints usage information to standard output, then exits.
|
Prints usage information to standard output, then exits.
|
||||||
.TP
|
.TP
|
||||||
.B \-u URI
|
.B \-u URI
|
||||||
Sets the browsers URI.
|
Sets the browser's URI.
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-v
|
||||||
prints version information to standard output, then exits.
|
Prints version information to standard output, then exits.
|
||||||
.TP
|
.TP
|
||||||
.B \-x
|
.B \-x
|
||||||
prints xid to standard output. This can be used to script the browser by using
|
Prints xid to standard output. This can be used to script the browser by using
|
||||||
xprop
|
.BR xprop (1).
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
.TP
|
.TP
|
||||||
.B Ctrl\-Left
|
.B Ctrl\-Left
|
||||||
|
|
Loading…
Reference in New Issue