From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22715 invoked by alias); 1 Mar 2008 22:48:20 -0000 Received: (qmail 22689 invoked by uid 9112); 1 Mar 2008 22:48:20 -0000 Date: Sat, 01 Mar 2008 22:48:00 -0000 Message-ID: <20080301224820.22674.qmail@sourceware.org> From: mark@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Fix help typos. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 44abf8cd504efe2e07b0f5b47bc24306b2a3ff52 X-Git-Newrev: d2b92ecdd4127ab44756d0c3745bbd49a996cdac Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q1/txt/msg00298.txt.bz2 The branch, master has been updated via d2b92ecdd4127ab44756d0c3745bbd49a996cdac (commit) from 44abf8cd504efe2e07b0f5b47bc24306b2a3ff52 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit d2b92ecdd4127ab44756d0c3745bbd49a996cdac Author: Mark Wielaard Date: Sat Mar 1 23:33:41 2008 +0100 Fix help typos. frysk-core/frysk/hpd/ChangeLog: 2008-03-01 Tom Tromey * RunCommand.java (RunCommand): Fix typo. * LoadCommand.java (LoadCommand): Add missing spaces. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/ChangeLog | 5 +++++ frysk-core/frysk/hpd/LoadCommand.java | 4 ++-- frysk-core/frysk/hpd/RunCommand.java | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog index cae852a..5c3dda7 100644 --- a/frysk-core/frysk/hpd/ChangeLog +++ b/frysk-core/frysk/hpd/ChangeLog @@ -1,5 +1,10 @@ 2008-03-01 Tom Tromey + * RunCommand.java (RunCommand): Fix typo. + * LoadCommand.java (LoadCommand): Add missing spaces. + +2008-03-01 Tom Tromey + Bugzilla 5731 * DbgVariableCommands.java (Set.interpret): Use DbgVariables.print. 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 || <--norags>", + "run || <--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" hooks/post-receive -- frysk system monitor/debugger