---
 gdb/gdb.1 |   27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

Index: gdb-7.4/gdb/gdb.1
===================================================================
--- gdb-7.4.orig/gdb/gdb.1	2011-08-23 21:25:40.000000000 +0100
+++ gdb-7.4/gdb/gdb.1	2011-11-17 17:03:46.313359066 +0000
@@ -39,10 +39,25 @@
 .I dir\c
 \&\|]
 .RB "[\|" \c
-.I prog\c
+.I prog
 .RB "[\|" \c
 .IR core \||\| procID\c
 \&\|]\&\|]
+.TP
+.B gdb
+.RB "[\|" \c
+.I options\c
+.RB "\|]"
+.RB "--args"
+.I prog
+.RB "[\|" \c
+.I arguments\c
+.RB "\|]"
+.TP
+.B gdbtui
+.RB "[\|" \c
+.I options\c
+.RB "\|]"
 .ad b
 .SH DESCRIPTION
 The purpose of a debugger such as GDB is to allow you to see what is
@@ -352,6 +367,16 @@
 Run using \c
 .I device\c
 \& for your program's standard input and output.
+
+.TP
+.BI "\-\-args"\c
+Pass \c
+.I arguments\c
+\& after the program name to the program when it is run.
+
+.TP
+.BI "\-tui"\c
+Run GDB using a text (console) user interface.
 .PP
 
 .SH "SEE ALSO"
