[debian-edu-commits] debian-edu/ 148/183: Get rid of hyphen-uses-as-minus-sign informational lintian warning

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit f9fc9ad093a83ce6d0bc51bceec8a021a26f5661
Author: Bart Cornelis <cobaco at linux.be>
Date:   Thu Nov 29 17:57:27 2007 +0000

    Get rid of hyphen-uses-as-minus-sign informational lintian warning
---
 list-desktop-profiles.1 | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/list-desktop-profiles.1 b/list-desktop-profiles.1
index 99efa8b..1e5fd52 100644
--- a/list-desktop-profiles.1
+++ b/list-desktop-profiles.1
@@ -14,67 +14,67 @@ By default it will just output the lines from the .listing files for each (match
 
 .SH OPTIONS
 .PP
--n <regexp>, --name <regexp>
+-n <regexp>, \-\-name <regexp>
 .IP
 Limit shown profiles to those for which the name (1st) field of the profile description needs matches the given regular expression.
 
 .PP
--k <regexp>, --kind <regexp> 
+\-k <regexp>, \-\-kind <regexp> 
 .IP
 Limit shown profiles to those for which the kind (2nd) field of the profile description needs matches the given regular expression.
 
 .PP
--l <regexp>, --location <regexp> 
+\-l <regexp>, \-\-location <regexp> 
 .IP
 Limit shown profiles to those for which the location (3th) field of the profile description needs matches the given regular expression.
 
 .PP
--p <comparison>,- -precedence <comparison>
+\-p <comparison>, \-\-precedence <comparison>
 .IP
 Limit shown profiles to those for which the precedence (4th) field of the profile description succeeds the given comparison. In the comparison you can Use 'gt' for 'greater then', 'lt' for 'less then', 'ge' for 'greater then or equal to', 'le' for 'less then or equal to', 'eq' for 'equal to', and 'ne' for 'not equal to'. (NOTE: empty precedence-field, is lowest possible precedence)
 
 .PP
--r <regexp>, --requirement <regexp>
+\-r <regexp>, \-\-requirement <regexp>
 .IP
 Limit shown profiles to those for which the requirements (5th) field of the profile description needs matches the given regular expression.
 
 .PP
--c <regexp>, --comment <regexp>,- -description <regexp>
+\-c <regexp>, \-\-comment <regexp>, \-\-description <regexp>
 .IP
 Limit shown profiles to those for which the comment (6th) field of the profile description needs matches the given regular expression.
 
 .PP
--u <username>, --user <username> 
+\-u <username>, \-\-user <username> 
 .IP
 Limit shown profiles to those for which the given user meets the requirements. (NOTE: might not work when using shell command requirements that depend on the users environment).
 
 .PP
--d <dir>, --directory <dir>
+\-d <dir>, \-\-directory <dir>
 .IP
 Also use .listing files found in the given directory. This option can be used multiple times to add more then 1 additional directory
 
 .PP
--e <formatstring>, --entry-format <formatstring>
+\-e <formatstring>, \-\-entry-format <formatstring>
 .IP
 Show profile information according to the specified format spring (instead of just echoing the profile-line). The format string may use the following variables: NAME, LOCATION, PRECEDENCE, REQUIREMENTS, KIND, DESCRIPTION, FILE; the first 6 of these refer to the corresponding field, the last refers to the .listing file the profile is in. (e.g. '$FILE_$NAME - $DESCRIPTION'). Any characters that are interpreted specially by the shell should be escaped.
 
 .PP
--s <fieldname>|<fieldnumber>, --sort-key <fieldname>|fieldnumber
+\-s <fieldname>|<fieldnumber>, \-\-sort-key <fieldname>|fieldnumber
 .IP
 Sort output on the requested field (fieldname is one of name, kind, location, precedence, requirements, or description; fieldnumbers run from 1-6).
 
 .SH EXAMPLES
 .PP
-list-desktop-profiles -k KDE -s precedence -u user1
+list-desktop-profiles \-k KDE \-s precedence \-u user1
 .IP
 List all kde-profiles that will be activated for user1 in order of precedence.
 
 .PP
-list-desktop-profiles -k 'KDE\\|GCONF'
+list-desktop-profiles \-k 'KDE\\|GCONF'
 .IP
 List all kde and gnome profiles.
 .PP
-list-desktop-profiles -p 'gt 50'
+list-desktop-profiles \-p 'gt 50'
 .IP
 List all profiles with a precedence value greater then 50.
 
@@ -110,7 +110,7 @@ Can be used to specify the default sort-key (= field number). Defaults to 1
 /etc/default/desktop-profiles - File containing default settings for this script (by way of the environment variables above)
 
 .SH BUGS
-The '-u <username>' is not guaranteed to work correctly for shell command requirements. Particulary this will give incorrect results if the shell command depends on some state of the user environment.
+The '\-u <username>' is not guaranteed to work correctly for shell command requirements. Particulary this will give incorrect results if the shell command depends on some state of the user environment.
 .PP
 
 .SH AUTHOR

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list