This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix the synposis of the java manpages


Insert missing whitespace and remove a blank line, which resulted in
wrong formatting. Ok to checkin?

2002-01-14  Matthias Klose  <doko@debian.org>

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

Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.17
diff -u -r1.17 gcj.texi
--- gcj.texi	2001/12/17 19:20:05	1.17
+++ gcj.texi	2002/01/14 18:26:51
@@ -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
@@ -136,7 +136,7 @@
 
 @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{}]
@@ -494,10 +494,11 @@
 @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{}
@@ -591,10 +592,10 @@
 
 @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),
@@ -644,7 +645,7 @@
 @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
@@ -700,7 +701,6 @@
 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}]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]