From 31d7d3406008ca4d15092a42dbeed7c8e01571b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Feb 2006 00:18:44 +0000 Subject: [PATCH] (GDB User Interface Layout): Don't say `inferior' for program being debugged. --- man/building.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/building.texi b/man/building.texi index ea8055c1cab..497c2777a5a 100644 --- a/man/building.texi +++ b/man/building.texi @@ -828,15 +828,15 @@ displays the following frame layout: @example +--------------------------------+--------------------------------+ | | | -| GUD buffer (I/O of GDB) | Locals buffer | +| GUD buffer (I/O of GDB) | Locals buffer | | | | |--------------------------------+--------------------------------+ | | | -| Source buffer | I/O buffer (of inferior) | +| Source buffer | I/O buffer for debugged pgm | | | | |--------------------------------+--------------------------------+ | | | -| Stack buffer | Breakpoints buffer | +| Stack buffer | Breakpoints buffer | | | | +--------------------------------+--------------------------------+ @end example -- 2.39.2