From 37b1809708071398a07666598419f768444ad978 Mon Sep 17 00:00:00 2001 From: doko Date: Mon, 14 Jan 2002 22:05:44 +0000 Subject: [PATCH] * gcj.texi: Fix whitespace and formatting errors in the synopsis of the man pages. Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48850 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/ChangeLog | 5 +++++ gcc/java/gcj.texi | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 5eca139e17b..3e644ce6846 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2002-01-14 Matthias Klose + + * gcj.texi: Fix whitespace and formatting errors in the + synopsis of the man pages. Update copyright. + 2002-01-14 Tom Tromey For PR libgcj/5303: diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 3a0087022b3..3c3f4d2e9c3 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -8,7 +8,7 @@ @c the word ``Java'. @c When this manual is copyrighted. -@set copyrights-gcj 2001 +@set copyrights-gcj 2001, 2002 @c Versions @set version-gcc 3.1 @@ -139,7 +139,7 @@ files and object files, and it can read both Java source code and @ignore @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{-f}@var{option}@dots{}] [@option{--encoding}=@var{name}] [@option{--main}=@var{classname}] [@option{-D}@var{name}[=@var{value}]@dots{}] @@ -497,10 +497,11 @@ required native methods. @ignore @c man begin SYNOPSIS gcjh 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{-I}@var{dir}@dots{}] [@option{-d}@var{dir}@dots{}] - [@option{-o}@var{file}] [@option{-td}@var{dir}] + [@option{-I}@var{dir}@dots{}] [@option{-d} @var{dir}@dots{}] + [@option{-o} @var{file}] [@option{-td} @var{dir}] [@option{-M}] [@option{-MM}] [@option{-MD}] [@option{-MMD}] [@option{--version}] [@option{--help}] [@option{-v}] [@option{--verbose}] @var{classname}@dots{} @@ -594,10 +595,10 @@ source file (@file{.java} file). @ignore @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{--version}] [@option{--help}] - [@option{-o}@var{file}] @var{inputfile}@dots{} + [@option{-o} @var{file}] @var{inputfile}@dots{} @c man end @c man begin SEEALSO jv-scan gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), gfdl(7), @@ -647,7 +648,7 @@ Print version number, then exit. @c man begin SYNOPSIS jcf-dump jcf-dump [@option{-c}] [@option{--javap}] [@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}] @var{classname}@dots{} @c man end @@ -703,7 +704,6 @@ Print extra information while running. gij [@option{OPTION}] @dots{} @var{JARFILE} [@var{ARGS}@dots{}] gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}] - [@option{-D}@var{name}[=@var{value}]@dots{}] [@option{-ms=}@var{number}] [@option{-mx=}@var{number}] [@option{--version}] [@option{--help}] -- 2.11.0