Package: xxgdb
Version: 1.12-13.1
Severity: minor
Tags: patch

Hello,

The attached patch fixes some typos in xxgdb.1, which result in missing
words in the displayed man page.

Kind Regards,
-- 
Nekral
diff -rauN ../orig/xxgdb-1.12/xxgdb.man ./xxgdb-1.12/xxgdb.man
--- ../orig/xxgdb-1.12/xxgdb.man        2006-01-30 00:35:13.000000000 +0100
+++ ./xxgdb-1.12/xxgdb.man      2006-01-30 00:46:12.000000000 +0100
@@ -1,4 +1,4 @@
-.TH XXGDB 1.10 "November 1994" "X Version 11"
+.TH XXGDB 1 "November 1994" "X Version 11"
 .SH NAME
 xxgdb \- X window system interface to the gdb debugger.
 .SH SYNOPSIS
@@ -34,16 +34,16 @@
 \fIXxgdb\fP accepts all of the standard X Toolkit command line options 
 (see \fIX\fP(1)), and all the gdb options (see \fIgdb\fP(1)), plus
 the following xxgdb specific options:
-.IP -db_name debuggername
+.IP "-db_name debuggername"
 Specify the name of the debugger to override the default "gdb".
 WARNING : by default prompt is the name of the debugger enclosed in
 parenthesis followed by a space. So if the prompt is still "(gdb) ",
 you HAVE TO use -db_prompt "gdb"
-.IP -db_prompt promptstring
+.IP "-db_prompt promptstring"
 Specify to xxgdb what is the debugger prompt. The default is to
 expect the prompt to be the name of the debugger enclosed in
 parenthesis followed by a space (eg, "(gdb) ").
-.IP -i filename
+.IP "-i filename"
 Specify the filename of initial gdb command file. The default
 is ".gdbinit".
 .IP -nx
@@ -171,7 +171,7 @@
 Print the arguments of the selected frame.
 .IP "\fBshow display\fP"
 Show the names of currently displayed expressions.
-       .IP "\fBlocals\fP"
+.IP "\fBlocals\fP"
 Print the local variables of the selected frame.
 .IP "\fBstack\fP"
 Print a backtrace of the entire stack.
@@ -292,7 +292,7 @@
 .IP \fBdisplayWindow\fP
 If True, the display window appears on start up. (False)
 .IP \fBdelimiters\fP
-The set of delimiters for word selection. (" !%^&*()+=~|;:{},/#<?\"\n\t")
+The set of delimiters for word selection. (" !%^&*()+=~|;:{},/#<?\\"\\n\\t")
 .IP \fBstop_color\fP
 Color of the stop sign. (Red)
 .IP \fBarrow_color\fP
@@ -330,9 +330,12 @@
 X(1), gdb(1)
 .SH COPYRIGHT
 Copyright 1989 The University of Texas at Austin.
+.br
 Copyright 1990 Microelectronics and Computer Technology Corporation.
+.br
 Copyright 1990-1994 Thomson Consumer Electronics, Inc.
 .SH AUTHOR
 Po Cheung.
+.br
 Pierre Willard.
 

Reply via email to