aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2002-01-14 22:05:44 +0000
committerMatthias Klose <doko@gcc.gnu.org>2002-01-14 22:05:44 +0000
commit707635f9e66c53c9b2d25714c30e6f2935028914 (patch)
tree7dafa02bba2f774c22b455d76cc20a4ccf88116b /gcc
parent655dd289ba24fa9f80a07c36431937e6f649a490 (diff)
downloadgcc-707635f9e66c53c9b2d25714c30e6f2935028914.zip
gcc-707635f9e66c53c9b2d25714c30e6f2935028914.tar.gz
gcc-707635f9e66c53c9b2d25714c30e6f2935028914.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/gcj.texi18
2 files changed, 14 insertions, 9 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 5eca139..3e644ce 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+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>
For PR libgcj/5303:
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 3a00870..3c3f4d2 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}]