summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb/kgdb.1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-03-02 18:40:04 +0000
committermarcel <marcel@FreeBSD.org>2005-03-02 18:40:04 +0000
commitd810912cf5ce2157c59a7aa86db3c19b124a95a7 (patch)
treec5adc25953d3fda0351120585dcd48452843e2e3 /gnu/usr.bin/gdb/kgdb/kgdb.1
parent924c3f6df2a6d0d03111433e55c0c508f8060ad1 (diff)
downloadFreeBSD-src-d810912cf5ce2157c59a7aa86db3c19b124a95a7.zip
FreeBSD-src-d810912cf5ce2157c59a7aa86db3c19b124a95a7.tar.gz
Implement and document the -q and -f options with their corresponding
long form (-quiet and -fullname resp.) Bump documentation date. PR: bin/78031 MFC after: 5 days
Diffstat (limited to 'gnu/usr.bin/gdb/kgdb/kgdb.1')
-rw-r--r--gnu/usr.bin/gdb/kgdb/kgdb.115
1 files changed, 13 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/kgdb.1 b/gnu/usr.bin/gdb/kgdb/kgdb.1
index 1b7ffba..4689525 100644
--- a/gnu/usr.bin/gdb/kgdb/kgdb.1
+++ b/gnu/usr.bin/gdb/kgdb/kgdb.1
@@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd August 1, 2004
+.Dd March 2, 2005
.Os
.Dt KGDB 1
.Sh NAME
@@ -31,7 +31,8 @@
.Nd "kernel debugger"
.Sh SYNOPSIS
.Nm
-.Op Fl a
+.Op Fl a | Fl f | Fl fullname
+.Op Fl q | Fl quiet
.Op Fl v
.Op Fl d Ar crashdir
.Op Fl c Ar core | Fl n Ar dumpnr | Fl r Ar device
@@ -54,6 +55,16 @@ option of
This is useful when running
.Nm
in Emacs.
+The
+.Fl f
+or
+.Fl fullname
+options are supported for backward compatibility as well.
+.It Fl q
+Suppress printing of the banner when the debugger starts.
+The
+.Fl quiet
+form is supported for compatibility as well.
.It Fl v
Increase verbosity.
.It Fl d Ar crashdir
OpenPOWER on IntegriCloud