From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11234 invoked by alias); 8 Apr 2008 17:13:39 -0000 Received: (qmail 11208 invoked by uid 367); 8 Apr 2008 17:13:38 -0000 Date: Tue, 08 Apr 2008 17:13:00 -0000 Message-ID: <20080408171338.11193.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: More man page cleanups. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cbb50856fe829fa9491ad30a89cd6ce846969693 X-Git-Newrev: 7509f5f0103b0527781d4d8ccde451e3ea71266c 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-q2/txt/msg00064.txt.bz2 The branch, master has been updated via 7509f5f0103b0527781d4d8ccde451e3ea71266c (commit) from cbb50856fe829fa9491ad30a89cd6ce846969693 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 7509f5f0103b0527781d4d8ccde451e3ea71266c Author: Andrew Cagney Date: Tue Apr 8 13:12:33 2008 -0400 More man page cleanups. frysk-core/frysk/pkglibdir/ChangeLog 2008-04-08 Andrew Cagney * funit-threads.xml-in: Add version information. * fparser.xml-in: Ditto. * funit-exec.xml-in: Ditto. * funit-exit.xml-in: Ditto. * funit-slave.xml-in: Ditto. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/pkglibdir/ChangeLog | 8 + frysk-core/frysk/pkglibdir/fparser.xml-in | 89 ++++--------- frysk-core/frysk/pkglibdir/funit-exec.xml-in | 168 ++++++++++++---------- frysk-core/frysk/pkglibdir/funit-exit.xml-in | 87 +++--------- frysk-core/frysk/pkglibdir/funit-slave.xml-in | 85 +++--------- frysk-core/frysk/pkglibdir/funit-threads.xml-in | 105 ++++---------- 6 files changed, 190 insertions(+), 352 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog index 4d27f70..23fd5b2 100644 --- a/frysk-core/frysk/pkglibdir/ChangeLog +++ b/frysk-core/frysk/pkglibdir/ChangeLog @@ -1,3 +1,11 @@ +2008-04-08 Andrew Cagney + + * funit-threads.xml-in: Add version information. + * fparser.xml-in: Ditto. + * funit-exec.xml-in: Ditto. + * funit-exit.xml-in: Ditto. + * funit-slave.xml-in: Ditto. + 2008-04-07 Sami Wagiaalla * funit-elf-symbols.S: New test file. diff --git a/frysk-core/frysk/pkglibdir/fparser.xml-in b/frysk-core/frysk/pkglibdir/fparser.xml-in index 352e330..9bbaf02 100644 --- a/frysk-core/frysk/pkglibdir/fparser.xml-in +++ b/frysk-core/frysk/pkglibdir/fparser.xml-in @@ -44,26 +44,33 @@ --> - - + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" + [ + + + + ] +> - fparser - March 14 2008 + Frysk + April 2008 - fparser - 1 + &command; + &volume; + Frysk + &version; fparser - runs the frysk standalone source code parser - utility + + parse source code marking it up with XML + @@ -84,17 +91,20 @@ DESCRIPTION - fparser Executes the frysk standalone source code parser utility. - - fparser is a utility that will parse the source files listed in the header of an executable. - It is used to test the internal parser for the frysk source window. + + fparser is a utility that will parse the + source files listed in the header of an executable. It is used + to test the internal parser for the frysk source window. + -o [file to write DOM to] - This allows a DOM to be output to an xml file that can be viewed/analyzed - with an editor. + + This allows a DOM to be output to an xml file that can be + viewed/analyzed with an editor. + @@ -106,68 +116,19 @@ - - - - - - - - EXAMPLE fparser /home/foo/bar - - - - SEE ALSO frysk(7) - - - - - - BUGS Report bugs to - - diff --git a/frysk-core/frysk/pkglibdir/funit-exec.xml-in b/frysk-core/frysk/pkglibdir/funit-exec.xml-in index 345d5cb..f12c83f 100644 --- a/frysk-core/frysk/pkglibdir/funit-exec.xml-in +++ b/frysk-core/frysk/pkglibdir/funit-exec.xml-in @@ -44,25 +44,33 @@ --> + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" + [ + + + + ] +> - - - + - funit-exec - March 14 2008 + Frysk + April 2008 - funit-exec - 8 + &command; + &volume; + Frysk + &version; funit-exec - Slave program for frysk's JUnit tests + + on CNTRL-C exec the specified program + @@ -72,7 +80,10 @@ - PROGRAM-ARGS + program + + + arg @@ -80,57 +91,101 @@ DESCRIPTION - Wait for a SIGINT (cntrl-c) signal and then exec - PROGRAM-ARGS, the first parameter being - the executable and the remainder being arguments. Sending a - SIGUSR1 signal will cause a random non-main thread to make the - exec call. + + Wait for a SIGINT (cntrl-c) signal and then exec + program passing + it args. + + + + Sending a SIGUSR1 signal will cause a random non-main thread to + make the exec call. + - The PID of the master - process that should be sent a signal once this program is - running (default 0). + + + + + + The pid of the master process + that should be sent a signal once this program is running + (default 0). + + - The SIGNAL to send to the - master process once this program is running (default - 0). + + + + + + The signal to send to the + master process once this program is running (default + 0). + + - - Exit after TIMEOUT seconds exit + + + + + + Exit after timeout seconds. + - - Create COUNT threads before sending - the master TIMEOUT seconds exit + + + + + + Create count threads. + + - The EXECUTABLE to exec - (default is the first PROGRAM-ARGS parameter). + + + + + + The executable to exec (default + is the program). + - Brand the - exec with the thread that initiated it by setting argv[0] to - the string TID:PID. + + + + + + Brand the exec with the thread that initiated it by + setting argv[0] to the string TID:PID. + + - PROGRAM-ARGS - The program and arguments to pass to the exec - call. + + program arg... + + + + The program and arguments to pass to the exec call. + + + @@ -161,54 +216,15 @@ - - - - SEE ALSO frysk(7) funit(8) - - - - - - BUGS Report bugs to - - diff --git a/frysk-core/frysk/pkglibdir/funit-exit.xml-in b/frysk-core/frysk/pkglibdir/funit-exit.xml-in index 513ab11..42bb49e 100644 --- a/frysk-core/frysk/pkglibdir/funit-exit.xml-in +++ b/frysk-core/frysk/pkglibdir/funit-exit.xml-in @@ -44,26 +44,34 @@ --> + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" + [ + + + + ] +> - - - + - funit-exit - March 14 2008 + Frysk + April 2008 - funit-exit - 8 + &command; + &volume; + Frysk + &version; funit-exit - exits with specified status, - or terminates with the specified signal + + exit with specified status, or terminate with the specified + signal + @@ -106,80 +114,21 @@ - - - - - - - - EXAMPLES Run the 32-bit version of the funit-exit program. @pkglib32dir@/funit-exit 0 - - - -