fixing manpage
This commit is contained in:
parent
0fb97666ec
commit
b18189d016
8
surf.1
8
surf.1
|
@ -3,7 +3,8 @@
|
||||||
surf \- simple webkit-based browser
|
surf \- simple webkit-based browser
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B surf
|
.B surf
|
||||||
.RB [ \-ehvx ]
|
.RB [ \-hvx ]
|
||||||
|
.RB [ \-e xid ]
|
||||||
.RB "URI"
|
.RB "URI"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
surf is a simple Web browser based on WebKit/GTK+. It is able
|
surf is a simple Web browser based on WebKit/GTK+. It is able
|
||||||
|
@ -12,9 +13,8 @@ which makes it possible to embed it in another application. Furthermore,
|
||||||
one can point surf to another URI by setting its XProperties.
|
one can point surf to another URI by setting its XProperties.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-e
|
.B \-e xid
|
||||||
Prints xid to standard output and waits until an application reparents the
|
reparents to window specified by xid.
|
||||||
window.
|
|
||||||
.TP
|
.TP
|
||||||
.B \-h
|
.B \-h
|
||||||
Prints usage information to standard output, then exits.
|
Prints usage information to standard output, then exits.
|
||||||
|
|
Loading…
Reference in New Issue