fixing manpage

This commit is contained in:
Enno Boland (tox) 2010-01-20 14:46:22 +01:00
parent 0fb97666ec
commit b18189d016
1 changed files with 4 additions and 4 deletions

8
surf.1
View File

@ -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.