[binutils-gdb] Update help text in linux-fork.c

Tom Tromey tromey@sourceware.org
Thu May 24 18:32:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c8a15b78e676b9101045b729a38128cbe5673701

commit c8a15b78e676b9101045b729a38128cbe5673701
Author: Tom Tromey <tom@tromey.com>
Date:   Mon Apr 30 08:37:30 2018 -0600

    Update help text in linux-fork.c
    
    This updates some help text in linux-fork.c to conform to GNU
    standards.
    
    2018-04-29  Tom Tromey  <tom@tromey.com>
    
    	* linux-fork.c (_initialize_linux_fork): Update help text.

Diff:
---
 gdb/linux-fork.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c
index 8d94f80..0ae213c 100644
--- a/gdb/linux-fork.c
+++ b/gdb/linux-fork.c
@@ -787,8 +787,8 @@ Fork a duplicate process (experimental)."));
      process.  */
 
   add_com ("restart", class_obscure, restart_command, _("\
-restart <n>: restore program context from a checkpoint.\n\
-Argument 'n' is checkpoint ID, as displayed by 'info checkpoints'."));
+restart N: restore program context from a checkpoint.\n\
+Argument N is checkpoint ID, as displayed by 'info checkpoints'."));
 
   /* Delete checkpoint command: kill the process and remove it from
      the fork list.  */



More information about the Gdb-cvs mailing list