git: gdb: Remove 4 info pages (2 converted to man pages)

John Marino marino at crater.dragonflybsd.org
Fri Apr 3 04:57:21 PDT 2015


commit 19491c6c0543e4538cba3cacd4544055f0fdbefb
Author: John Marino <draco at marino.st>
Date:   Fri Apr 3 12:41:32 2015 +0200

    gdb: Remove 4 info pages (2 converted to man pages)
    
    GDB had four info pages: gdb, gdbint, stabs, and annotate.  They have been
    removed.
    
      * gdb.info      : There has always been a man page gdb.1 which is an
                        adequate replacement for gdb.info
      * stabs.info    : This has been converted to stabs.7 with info2man
      * gdbint.info   : This has been converted to gdbint.7 with info2man
      * annotate.info : This was always obsolete[1], so it was not replaced
    
    [1] From annotate info page: This document describes the obsolete level
        two annotation interface implemented in older GDB versions.

Summary of changes:
 Makefile_upgrade.inc               |    4 +
 gnu/usr.bin/gdb/gdb/Makefile       |    3 +-
 gnu/usr.bin/gdb/gdb/doc/GDBvn.texi |    4 -
 gnu/usr.bin/gdb/gdb/doc/Makefile   |   34 -
 gnu/usr.bin/gdb/gdb/gdbint.7       | 9256 ++++++++++++++++++++++++++++++++++++
 gnu/usr.bin/gdb/gdb/stabs.7        | 4354 +++++++++++++++++
 6 files changed, 13615 insertions(+), 40 deletions(-)
 delete mode 100644 gnu/usr.bin/gdb/gdb/doc/GDBvn.texi
 delete mode 100644 gnu/usr.bin/gdb/gdb/doc/Makefile
 create mode 100644 gnu/usr.bin/gdb/gdb/gdbint.7
 create mode 100644 gnu/usr.bin/gdb/gdb/stabs.7

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19491c6c0543e4538cba3cacd4544055f0fdbefb


-- 
DragonFly BSD source repository



More information about the Commits mailing list