diff options
| -rw-r--r-- | man/building.texi | 6 |
1 files 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: | |||
| 828 | @example | 828 | @example |
| 829 | +--------------------------------+--------------------------------+ | 829 | +--------------------------------+--------------------------------+ |
| 830 | | | | | 830 | | | | |
| 831 | | GUD buffer (I/O of GDB) | Locals buffer | | 831 | | GUD buffer (I/O of GDB) | Locals buffer | |
| 832 | | | | | 832 | | | | |
| 833 | |--------------------------------+--------------------------------+ | 833 | |--------------------------------+--------------------------------+ |
| 834 | | | | | 834 | | | | |
| 835 | | Source buffer | I/O buffer (of inferior) | | 835 | | Source buffer | I/O buffer for debugged pgm | |
| 836 | | | | | 836 | | | | |
| 837 | |--------------------------------+--------------------------------+ | 837 | |--------------------------------+--------------------------------+ |
| 838 | | | | | 838 | | | | |
| 839 | | Stack buffer | Breakpoints buffer | | 839 | | Stack buffer | Breakpoints buffer | |
| 840 | | | | | 840 | | | | |
| 841 | +--------------------------------+--------------------------------+ | 841 | +--------------------------------+--------------------------------+ |
| 842 | @end example | 842 | @end example |