From fc35198e3b7785df480381888b72b1a63f296073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 8 Apr 2009 19:05:07 +0000 Subject: [PATCH] Various manpage updates (Uwe Hermann) git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1481 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/ChangeLog | 4 ++++ jtag/THANKS | 3 ++- jtag/doc/bsdl2jtag.1 | 22 +++++++++------------- jtag/doc/jtag.1 | 30 ++++++++++++++---------------- 4 files changed, 29 insertions(+), 30 deletions(-) diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 69587a41..999a74e5 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,7 @@ +2009-04-08 Arnim Laeuger + + * doc/bsdl2jtag.1, doc/jtag.1, THANKS: Various manpage updates (Uwe Hermann) + 2009-04-06 Arnim Laeuger * src/Makefile.am, po/POTFILES.in: fix two build issues (Uwe Hermann) diff --git a/jtag/THANKS b/jtag/THANKS index be0c8752..4fba4085 100644 --- a/jtag/THANKS +++ b/jtag/THANKS @@ -27,7 +27,8 @@ Steve Franks Thomas Fröhlich Mike Frysinger Robin Getz -Christophe Grenier +Christophe Grenier +Uwe Hermann Sebastian Hesselbarth Jiun-Shian Ho Jachym Holecek diff --git a/jtag/doc/bsdl2jtag.1 b/jtag/doc/bsdl2jtag.1 index 6ca6d07c..0e7685d7 100644 --- a/jtag/doc/bsdl2jtag.1 +++ b/jtag/doc/bsdl2jtag.1 @@ -1,21 +1,19 @@ -.\" Process this file with -.\" groff -man -Tascii foo.1 -.\" -.TH bsdl2jtag 1 "DECEMBER 2007" UrJTAG "User Manuals" +.TH bsdl2jtag 1 "April 7, 2009" UrJTAG .SH NAME bsdl2jtag \- UrJTAG declaration file conversion .SH SYNOPSIS .B bsdl2jtag -< -.I infile -> -.I outfile +.I bsdlfile +.I jtagfile .SH DESCRIPTION .B bsdl2jtag -converts bsdl files to jtag files which can be used by +converts BSDL files to JTAG files which can be used by .BR jtag (1). .B bsdl2jtag -reads from stdin and produces its output on stdout. +reads from +.I bsdlfile +and produces its output in the file +.IR jtagfile . .SH OPTIONS None. .SH BUGS @@ -27,7 +25,5 @@ Authors and contributors are listed in the AUTHORS and THANKS files in the source documentation. .SH HISTORY JTAG Tools originally have been developed as part of the openwince project by -Marcel Telka. The became an independent project named UrJTAG in late 2007. - - +Marcel Telka. They became an independent project named UrJTAG in late 2007. diff --git a/jtag/doc/jtag.1 b/jtag/doc/jtag.1 index f668e34f..c2deac3b 100644 --- a/jtag/doc/jtag.1 +++ b/jtag/doc/jtag.1 @@ -1,12 +1,9 @@ -.\" Process this file with -.\" groff -man -Tascii foo.1 -.\" -.TH jtag 1 "DECEMBER 2007" UrJTAG "User Manuals" +.TH jtag 1 "April 7, 2009" UrJTAG .SH NAME jtag \- UrJTAG command shell .SH SYNOPSIS .B jtag -[\-hinv] +[\-hinqv] .I file .B ... .SH DESCRIPTION @@ -15,19 +12,22 @@ UrJTAG is a software package which enables working with JTAG-aware (IEEE .SH OPTIONS .TP .I \-h, \-\-help -Display a short help text and exit +Display a short help text and exit. .TP .I \-i, \-\-interactive -Enter interactive mode after executing commands from files (this is the default if no files are named on the command line) +Enter interactive mode after executing commands from files (this is the default if no files are named on the command line). .TP .I \-n, \-\-norc -Disable reading ~/.jtag/rc on startup +Disable reading ~/.jtag/rc on startup. +.TP +.I \-q, \-\-quiet +Do not print help on startup. .TP .I \-v, \-\-version -Display version information and exit +Display version information and exit. .SH ARGUMENTS If arguments remain after option processing, they are taken as names of files -containing jtag commands, one per line. Unless the +containing JTAG commands, one per line. Unless the .I \-\-interactive option was specified, the program will exit after processing the commands from the file[s]. @@ -35,13 +35,13 @@ the file[s]. .PP .I ~/.jtag/rc .IP -A per-user text file containing jtag commands to execute at startup. +A per-user text file containing JTAG commands to execute at startup. .PP -.I /usr/share/jtag +.I /usr/share/urjtag .IP Data files about various CPUs, flash chips etc. .SH BUGS -Bugs are tracked at the project homepage, http://www.urjtag.org +Bugs are tracked at the project homepage, http://www.urjtag.org. .SH "SEE ALSO" .BR bsdl2jtag (1) .SH AUTHORS @@ -49,7 +49,5 @@ Authors and contributors are listed in the AUTHORS and THANKS files in the source documentation. .SH HISTORY JTAG Tools originally have been developed as part of the openwince project by -Marcel Telka. The became an independent project named UrJTAG in late 2007. - - +Marcel Telka. They became an independent project named UrJTAG in late 2007.