public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* typos
@ 2008-03-01 22:14 Tom Tromey
  2008-03-01 22:49 ` typos Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2008-03-01 22:14 UTC (permalink / raw)
  To: Frysk List

This fixes a couple typos I happened across.
There are actually a lot of inconsistencies in the in-program help,
but I didn't feel like trying to clean that up, so I just filed a bug.

Tom

frysk-core/frysk/hpd/ChangeLog:
2008-03-01  Tom Tromey  <tromey@redhat.com>

	* RunCommand.java (RunCommand): Fix typo.
	* LoadCommand.java (LoadCommand): Add missing spaces.

diff --git a/frysk-core/frysk/hpd/LoadCommand.java b/frysk-core/frysk/hpd/LoadCommand.java
index c39ae2c..d402a23 100644
--- a/frysk-core/frysk/hpd/LoadCommand.java
+++ b/frysk-core/frysk/hpd/LoadCommand.java
@@ -64,8 +64,8 @@ public class LoadCommand extends ParameterizedCommand {
 	      "The load command lets the user examine information about"
 	      + " an executable file without actually running it.  An"
 	      + " executable must be loaded with this command before it"
-	      + " can be run with either the 'start' or 'run' command."
-	      + " If no args are entered a list of the loaded procs(if any)"
+	      + " can be run with either the 'start' or 'run' command. "
+	      + " If no args are entered a list of the loaded procs (if any)"
 	      + " is displayed.\nNo arguments to be passed to the proc are"
 	      + " entered here.  Those arguments are passed to the proc(s)"
 	      + " via the 'start' or 'run' commands.");
diff --git a/frysk-core/frysk/hpd/RunCommand.java b/frysk-core/frysk/hpd/RunCommand.java
index f78fb5e..30c6082 100644
--- a/frysk-core/frysk/hpd/RunCommand.java
+++ b/frysk-core/frysk/hpd/RunCommand.java
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2007, Red Hat Inc.
+// Copyright 2007, 2008, Red Hat Inc.
 //
 // FRYSK is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ class RunCommand extends StartRun {
     // Used to synchronize with updateAttached method
     RunCommand() {
 	super("run program and immediately attach",
-	      "run <arguments*> || <--norags>",
+	      "run <arguments*> || <--noargs>",
 	      "The run command alllows the debugger to run a(any) program(s)"
 	      + " that has(have) been previously loaded via a load or"
 	      + " core command.  The run command can accept arguments to"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: typos
  2008-03-01 22:14 typos Tom Tromey
@ 2008-03-01 22:49 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2008-03-01 22:49 UTC (permalink / raw)
  To: tromey; +Cc: Frysk List

Hi Tom,

On Sat, 2008-03-01 at 14:23 -0700, Tom Tromey wrote:
> This fixes a couple typos I happened across.
> There are actually a lot of inconsistencies in the in-program help,
> but I didn't feel like trying to clean that up, so I just filed a bug.

Thanks for the patch and for filing the bug.
http://sourceware.org/bugzilla/show_bug.cgi?id=5810

> frysk-core/frysk/hpd/ChangeLog:
> 2008-03-01  Tom Tromey  <tromey@redhat.com>
> 
> 	* RunCommand.java (RunCommand): Fix typo.
> 	* LoadCommand.java (LoadCommand): Add missing spaces.

Pushed.

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-01 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-01 22:14 typos Tom Tromey
2008-03-01 22:49 ` typos Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).