diff options
author | portix <none@none> | 2013-02-24 13:40:56 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-24 13:40:56 +0100 |
commit | c73ee707670d85e8c14e75abc0c1ed7a5ad7ec42 (patch) | |
tree | 1fd40ab5d31e6a2cb6ceda3cf21393bda194ac4d /doc/dwb.1 | |
parent | 014d5f169e8077b631e34828d51a88183eedec5e (diff) | |
download | dwb-c73ee707670d85e8c14e75abc0c1ed7a5ad7ec42.zip |
Use JSCheckScriptSyntax when checking scripts
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,12 +2,12 @@ .\" Title: dwb .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 02/23/2013 +.\" Date: 02/24/2013 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DWB" "1" "02/23/2013" "\ \&" "\ \&" +.TH "DWB" "1" "02/24/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -37,9 +37,9 @@ dwb \- dynamic web browser dwb(1) is a small webbrowser based on WebKit and GTK which aims to be mostly keyboard\-driven\&. .SH "OPTIONS" .PP -\fB\-c, \-\-check\-script\fR=\fIscript\fR +\fB\-c, \-\-check\-script\-syntax\fR=\fIscript\fR .RS 4 -Checks if a script that uses the javascript api is correct, the script is checked for syntactic errors and executed once\&. +Checks if a the syntax of a script that uses the javascript api is correct .RE .PP \fB\-e, \-\-embed\fR=\fIwid\fR |