Various manpage updates (Uwe Hermann)

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1481 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 16 years ago
parent aae3103ab4
commit fc35198e3b

@ -1,3 +1,7 @@
2009-04-08 Arnim Laeuger <arniml>
* doc/bsdl2jtag.1, doc/jtag.1, THANKS: Various manpage updates (Uwe Hermann)
2009-04-06 Arnim Laeuger <arniml>
* src/Makefile.am, po/POTFILES.in: fix two build issues (Uwe Hermann)

@ -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

@ -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.

@ -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.

Loading…
Cancel
Save