Commit 707635f9 by Matthias Klose Committed by Matthias Klose

gcj.texi: Fix whitespace and formatting errors in the synopsis of the man pages.

	* gcj.texi: Fix whitespace and formatting errors in the
	synopsis of the man pages. Update copyright.

From-SVN: r48850
parent 655dd289
2002-01-14 Matthias Klose <doko@debian.org>
* gcj.texi: Fix whitespace and formatting errors in the
synopsis of the man pages. Update copyright.
2002-01-14 Tom Tromey <tromey@redhat.com> 2002-01-14 Tom Tromey <tromey@redhat.com>
For PR libgcj/5303: For PR libgcj/5303:
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@c the word ``Java'. @c the word ``Java'.
@c When this manual is copyrighted. @c When this manual is copyrighted.
@set copyrights-gcj 2001 @set copyrights-gcj 2001, 2002
@c Versions @c Versions
@set version-gcc 3.1 @set version-gcc 3.1
...@@ -139,7 +139,7 @@ files and object files, and it can read both Java source code and ...@@ -139,7 +139,7 @@ files and object files, and it can read both Java source code and
@ignore @ignore
@c man begin SYNOPSIS gcj @c man begin SYNOPSIS gcj
gcj [@option{-I}@var{dir}@dots{}] [@option{-d}@var{dir}@dots{}] gcj [@option{-I}@var{dir}@dots{}] [@option{-d} @var{dir}@dots{}]
[@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}] [@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}]
[@option{-f}@var{option}@dots{}] [@option{--encoding}=@var{name}] [@option{-f}@var{option}@dots{}] [@option{--encoding}=@var{name}]
[@option{--main}=@var{classname}] [@option{-D}@var{name}[=@var{value}]@dots{}] [@option{--main}=@var{classname}] [@option{-D}@var{name}[=@var{value}]@dots{}]
...@@ -497,10 +497,11 @@ required native methods. ...@@ -497,10 +497,11 @@ required native methods.
@ignore @ignore
@c man begin SYNOPSIS gcjh @c man begin SYNOPSIS gcjh
gcjh [@option{-stubs}] [@option{-jni}] gcjh [@option{-stubs}] [@option{-jni}]
[@option{-add}@var{text}] [@option{-append}@var{text}] [@option{-friend}@var{text}] [@option{-preprend}@var{text}] [@option{-add} @var{text}] [@option{-append} @var{text}] [@option{-friend} @var{text}]
[@option{-preprend} @var{text}]
[@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}] [@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}]
[@option{-I}@var{dir}@dots{}] [@option{-d}@var{dir}@dots{}] [@option{-I}@var{dir}@dots{}] [@option{-d} @var{dir}@dots{}]
[@option{-o}@var{file}] [@option{-td}@var{dir}] [@option{-o} @var{file}] [@option{-td} @var{dir}]
[@option{-M}] [@option{-MM}] [@option{-MD}] [@option{-MMD}] [@option{-M}] [@option{-MM}] [@option{-MD}] [@option{-MMD}]
[@option{--version}] [@option{--help}] [@option{-v}] [@option{--verbose}] [@option{--version}] [@option{--help}] [@option{-v}] [@option{--verbose}]
@var{classname}@dots{} @var{classname}@dots{}
...@@ -594,10 +595,10 @@ source file (@file{.java} file). ...@@ -594,10 +595,10 @@ source file (@file{.java} file).
@ignore @ignore
@c man begin SYNOPSIS jv-scan @c man begin SYNOPSIS jv-scan
jv-scan [@option{--complexity}] [@option{--encoding}@var{name}] jv-scan [@option{--complexity}] [@option{--encoding}=@var{name}]
[@option{--print-main}] [@option{--list-class}] [@option{--list-filename}] [@option{--print-main}] [@option{--list-class}] [@option{--list-filename}]
[@option{--version}] [@option{--help}] [@option{--version}] [@option{--help}]
[@option{-o}@var{file}] @var{inputfile}@dots{} [@option{-o} @var{file}] @var{inputfile}@dots{}
@c man end @c man end
@c man begin SEEALSO jv-scan @c man begin SEEALSO jv-scan
gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), gfdl(7), gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), gfdl(7),
...@@ -647,7 +648,7 @@ Print version number, then exit. ...@@ -647,7 +648,7 @@ Print version number, then exit.
@c man begin SYNOPSIS jcf-dump @c man begin SYNOPSIS jcf-dump
jcf-dump [@option{-c}] [@option{--javap}] jcf-dump [@option{-c}] [@option{--javap}]
[@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}] [@option{--classpath}=@var{path}] [@option{--CLASSPATH}=@var{path}]
[@option{-I}@var{dir}@dots{}] [@option{-o}@var{file}] [@option{-I}@var{dir}@dots{}] [@option{-o} @var{file}]
[@option{--version}] [@option{--help}] [@option{-v}] [@option{--verbose}] [@option{--version}] [@option{--help}] [@option{-v}] [@option{--verbose}]
@var{classname}@dots{} @var{classname}@dots{}
@c man end @c man end
...@@ -703,7 +704,6 @@ Print extra information while running. ...@@ -703,7 +704,6 @@ Print extra information while running.
gij [@option{OPTION}] @dots{} @var{JARFILE} [@var{ARGS}@dots{}] gij [@option{OPTION}] @dots{} @var{JARFILE} [@var{ARGS}@dots{}]
gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}] gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}]
[@option{-D}@var{name}[=@var{value}]@dots{}] [@option{-D}@var{name}[=@var{value}]@dots{}]
[@option{-ms=}@var{number}] [@option{-mx=}@var{number}] [@option{-ms=}@var{number}] [@option{-mx=}@var{number}]
[@option{--version}] [@option{--help}] [@option{--version}] [@option{--help}]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment