Author: mkoch Date: 2008-04-06 11:49:13 +0000 (Sun, 06 Apr 2008) New Revision: 6105
Modified: branches/eclipse/eclipse-3.2/debian/changelog branches/eclipse/eclipse-3.2/debian/extra/eclipse.1 Log: * Fixed lintian warnings for manpage debian/extra/eclipse.1. Modified: branches/eclipse/eclipse-3.2/debian/changelog =================================================================== --- branches/eclipse/eclipse-3.2/debian/changelog 2008-04-06 10:27:45 UTC (rev 6104) +++ branches/eclipse/eclipse-3.2/debian/changelog 2008-04-06 11:49:13 UTC (rev 6105) @@ -2,6 +2,7 @@ * Suppress warnings from javac. * Make Debian version injection work more reliable. + * Fixed lintian warnings for manpage debian/extra/eclipse.1. -- Michael Koch <[EMAIL PROTECTED]> Thu, 14 Feb 2008 16:11:12 +0100 Modified: branches/eclipse/eclipse-3.2/debian/extra/eclipse.1 =================================================================== --- branches/eclipse/eclipse-3.2/debian/extra/eclipse.1 2008-04-06 10:27:45 UTC (rev 6104) +++ branches/eclipse/eclipse-3.2/debian/extra/eclipse.1 2008-04-06 11:49:13 UTC (rev 6105) @@ -56,7 +56,7 @@ .TP .B \-consolelog Mirrors the Eclipse platform's error log to the console used to run Eclipse. -Handy when combined with -debug. +Handy when combined with \-debug. .TP .B \-data <workspacePath> The path of the workspace on which to run the Eclipse platform. The @@ -79,7 +79,7 @@ Puts the platform in development mode. The optional classpath entries (a comma separated list) are added to the runtime classpath of each plug-in. For example, when the workspace contains plug-ins being developed, specifying --dev bin adds a classpath entry for each plug-in project's directory named +\-dev bin adds a classpath entry for each plug-in project's directory named bin, allowing freshly generated class files to be found there. Redundant or non-existent classpath entries are eliminated. .TP @@ -107,7 +107,7 @@ .TP .B \-keyring <keyringFilePath> The location of the authorization database (or "key ring" file) on disk. This -argument must be used in conjunction with the -password option. Relative +argument must be used in conjunction with the \-password option. Relative paths are interpreted relative to the directory that Eclipse was started from. .TP .B \-name <string> @@ -153,7 +153,7 @@ .TP .B \-password <password> The password for the authorization database. Used in conjunction with the --keyring option. +\-keyring option. .TP .B \-perspective <perspectiveId> The perspective to open in the active workbench window on startup. If this @@ -169,7 +169,7 @@ .B \-product <productId> The ID of the product to run. The product gives the launched instance of Eclipse its personality, and determines the product customization information -used. This replaces -feature, which is still supported for compatibility. +used. This replaces \-feature, which is still supported for compatibility. .TP .B \-refresh Option for performing a global refresh of the workspace on startup. This will @@ -178,7 +178,7 @@ .TP .B \-showlocation Option for displaying the location of the workspace in the window title bar. -In release 2.0 this option only worked in conjunction with the -data command +In release 2.0 this option only worked in conjunction with the \-data command line argument. .TP .B \-showSplash <command> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

