#! /bin/sh /usr/share/dpatch/dpatch-run
## 006-nroff-fixes.dpatch by Nicolas Francois <nicolas.francois@centraliens.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: nroff corrections
@DPATCH@
diff -urNad xxgdb-1.12~/xxgdb.man xxgdb-1.12/xxgdb.man
--- xxgdb-1.12~/xxgdb.man 1996-10-02 10:59:45.000000000 +0200
+++ xxgdb-1.12/xxgdb.man 2008-05-16 17:40:25.000000000 +0200
@@ -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
@@ -168,7 +168,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.
@@ -285,7 +285,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
@@ -323,9 +323,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.