[Pkg-mailman-hackers] Pkg-mailman commit - rev 428 -
trunk/debian/manpages
Hector Garcia
hector at costa.debian.org
Sun Oct 8 18:07:55 UTC 2006
Author: hector
Date: 2006-10-08 18:07:55 +0000 (Sun, 08 Oct 2006)
New Revision: 428
Modified:
trunk/debian/manpages/add_members.8
trunk/debian/manpages/clone_member.8
trunk/debian/manpages/config_list.8
trunk/debian/manpages/find_member.8
trunk/debian/manpages/list_members.8
trunk/debian/manpages/rmlist.8
trunk/debian/manpages/sync_members.8
trunk/debian/manpages/withlist.8
Log:
fixing "hyphen-used-as-minus-sign" lintian errors
Modified: trunk/debian/manpages/add_members.8
===================================================================
--- trunk/debian/manpages/add_members.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/add_members.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -17,7 +17,7 @@
A file containing addresses of the members to be added, one address
per line. This list of people become non-digest members. If file is
-`-', read addresses from stdin. Note that -n/--non-digest-members-file
+`-', read addresses from stdin. Note that \-n/\-\-non-digest-members-file
are deprecated synonyms for this option.
.TP
@@ -39,13 +39,13 @@
overriding whatever the list's `send_welcome_msg' setting is.
.TP
-\fB\-h\fB, \fB--help\fB
+\fB\-h\fB, \fB\-\-help\fB
Print a help message and exit.
.SH NOTES
-You must supply at least one of -r and -d options. At most one of the
+You must supply at least one of \-r and \-d options. At most one of the
files can be `-'.
.SH AUTHOR
Modified: trunk/debian/manpages/clone_member.8
===================================================================
--- trunk/debian/manpages/clone_member.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/clone_member.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -13,8 +13,8 @@
welcome message, etc.
The existing member's subscription is usually not modified in any way. If you
-want to remove the old address, use the -r flag. If you also want to change
-any list admin addresses, use the -a flag.
+want to remove the old address, use the \-r flag. If you also want to change
+any list admin addresses, use the \-a flag.
@@ -24,8 +24,8 @@
.PP
.TP
\fB\-l\fB \fIlistname\fI, \fB\-\-listname\fB=\fIlistname\fI
-Check and modify only the named mailing lists. If -l is not given,
-then all mailing lists are scanned from the address. Multiple -l
+Check and modify only the named mailing lists. If \-l is not given,
+then all mailing lists are scanned from the address. Multiple \-l
options can be supplied.
.TP
Modified: trunk/debian/manpages/config_list.8
===================================================================
--- trunk/debian/manpages/config_list.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/config_list.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -22,7 +22,7 @@
file to an attribute on the list object, then saving the list. The
named file is loaded with execfile() and must be legal Python code.
Any variable that isn't already an attribute of the list object is
-ignored (a warning message is printed). See also the -c option.
+ignored (a warning message is printed). See also the \-c option.
A special variable named `mlist' is put into the globals during the
execfile, which is bound to the actual MailList object. This lets you
@@ -40,12 +40,12 @@
.TP
\fB\-c\fB, \fB\-\-checkonly\fB
-The modified list is not actually changed. Only useful with -i.
+The modified list is not actually changed. Only useful with \-i.
.TP
\fB\-v\fB, \fB\-\-verbose\fB
Print the name of each attribute as it is being changed. Only useful
-with -i.
+with \-i.
.TP
\fB\-h\fB, \fB\-\-help\fB
@@ -53,7 +53,7 @@
.PP
.SH NOTES
-The options -o and -i are mutually exclusive.
+The options \-o and \-i are mutually exclusive.
.SH AUTHOR
Author of Mailman is the Mailman Cabal, see http://www.list.org/ for
Modified: trunk/debian/manpages/find_member.8
===================================================================
--- trunk/debian/manpages/find_member.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/find_member.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -31,9 +31,9 @@
.SH NOTES
-The interaction between -l and -x is as follows. If any -l option is given
-then only the named list will be included in the search. If any -x option is
-given but no -l option is given, then all lists will be search except those
+The interaction between \-l and \-x is as follows. If any \-l option is given
+then only the named list will be included in the search. If any \-x option is
+given but no \-l option is given, then all lists will be search except those
specifically excluded.
Regular expression syntax is Perl5-like, using the Python re module. Complete
Modified: trunk/debian/manpages/list_members.8
===================================================================
--- trunk/debian/manpages/list_members.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/list_members.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -3,7 +3,7 @@
list_members \- List all the members of a Mailman list
.SH SYNOPSIS
-list_members [-o file] [-r] [-d] [-p] [-h] listname
+list_members [\-o file] [\-r] [\-d] [\-p] [\-h] listname
.SH OPTIONS
@@ -42,12 +42,12 @@
.TP
\fB\-i\fR, \fB\-\-invalid\fR
Print only the addresses in the membership list that are invalid.
-Ignores -r, -d, -n.
+Ignores \-r, \-d, \-n.
.TP
\fB\-u\fR, \fB\-\-unicode\fR
Print addresses which are stored as Unicode objects instead of normal
-string objects. Ignores -r, -d, -n.
+string objects. Ignores \-r, \-d, \-n.
.TP
\fB\-h\fB, \fB\-\-help\fB
@@ -59,7 +59,7 @@
.SH NOTES
-Note that if neither -r or -d is supplied, both regular members are printed
+Note that if neither \-r or \-d is supplied, both regular members are printed
first, followed by digest members, but no indication is given as to address
status.
Modified: trunk/debian/manpages/rmlist.8
===================================================================
--- trunk/debian/manpages/rmlist.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/rmlist.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -3,7 +3,7 @@
rmlist \- Remove the components of a mailing list with impunity \- beware!
.SH SYNOPSIS
-rmlist [-a] [-h] listname
+rmlist [\-a] [\-h] listname
.SH DESCRIPTION
Modified: trunk/debian/manpages/sync_members.8
===================================================================
--- trunk/debian/manpages/sync_members.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/sync_members.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -3,7 +3,7 @@
sync_members \- Synchronize a mailing list's membership with a flat file.
.SH SYNOPSIS
-sync_members [options] -f file listname
+sync_members [options] \-f file listname
.SH DESCRIPTION
Modified: trunk/debian/manpages/withlist.8
===================================================================
--- trunk/debian/manpages/withlist.8 2006-10-08 17:45:40 UTC (rev 427)
+++ trunk/debian/manpages/withlist.8 2006-10-08 18:07:55 UTC (rev 428)
@@ -73,7 +73,7 @@
Now, from the command line you can print the list's posting address by running
the following from the command line:
- % bin/withlist -r listaddr mylist
+ % bin/withlist \-r listaddr mylist
Loading list: mylist (unlocked)
Importing listaddr ...
Running listaddr.listaddr() ...
@@ -81,7 +81,7 @@
And you can print the list's request address by running:
- % bin/withlist -r listaddr.requestaddr mylist
+ % bin/withlist \-r listaddr.requestaddr mylist
Loading list: mylist (unlocked)
Importing listaddr ...
Running listaddr.requestaddr() ...
@@ -101,7 +101,7 @@
print 'No address matched:', addr
and run this from the command line:
- % bin/withlist -l -r changepw mylist somebody at somewhere.org foobar
+ % bin/withlist \-l \-r changepw mylist somebody at somewhere.org foobar
.PP
.SH AUTHOR
More information about the Pkg-mailman-hackers
mailing list