From 3a73a9697c083885699e8dc77edf27e009892ba6 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 16 Nov 2013 17:22:38 +0100 Subject: [PATCH] man page: Fix hyphen vs minus sign See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for details about the fixed issue. --- contrib/man/conkeror.1 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/contrib/man/conkeror.1 b/contrib/man/conkeror.1 index 2f015aa..006c026 100644 --- a/contrib/man/conkeror.1 +++ b/contrib/man/conkeror.1 @@ -31,40 +31,40 @@ has the same options as all other XULRunner applications plus a few more. .Pp X11 options .Bl -tag -width indent -.It \fB--display=DISPLAY\fR +.It \fB\-\-display=DISPLAY\fR X display to use -.It \fB--sync\fR +.It \fB\-\-sync\fR Make X calls synchronous -.It \fB--g-fatal-warnings\fR +.It \fB\-\-g\-fatal\-warnings\fR Make all warnings fatal .El .Bl -tag -width indent .Pp .Nm options -.It \fB-h\fR or \fB-help\fR +.It \fB\-h\fR or \fB\-help\fR Print this message -.It \fB-v\fR or \fB-version\fR +.It \fB\-v\fR or \fB\-version\fR Print conkeror version -.It \fB-P \fR +.It \fB\-P \fR Start with -.It \fB-migration\fR +.It \fB\-migration\fR Start with migration wizard -.It \fB-ProfileManager\fR +.It \fB\-ProfileManager\fR Start with ProfileManager -.It \fB-no-remote\fR -Do not accept or send remote commands; implies -new-instance -.It \fB-new-instance\fR +.It \fB\-no\-remote\fR +Do not accept or send remote commands; implies \-new\-instance +.It \fB\-new\-instance\fR Open new instance, not a new window in running instance -.It \fB-UILocale \fR +.It \fB\-UILocale \fR Start with resources as UI Locale -.It \fB-safe-mode\fR +.It \fB\-safe\-mode\fR Disables extensions and themes for this session -.It \fB-jsconsole\fR +.It \fB\-jsconsole\fR Open the Error console .It \fB-recording \fR Record drawing for a given URL -.It \fB-recording-output \fR +.It \fB\-recording\-output \fR Specify destination file for a drawing recording .El .Sh KNOWN BUGS -- 2.11.4.GIT