[1944] in Moira Commits
/svn/moira r4083 - trunk/moira/man
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Aug 6 11:54:56 2012
Date: Mon, 6 Aug 2012 11:54:53 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201208061554.q76Fsr50009458@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2012-08-06 11:54:53 -0400 (Mon, 06 Aug 2012)
New Revision: 4083
Added:
trunk/moira/man/namespace.1
Modified:
trunk/moira/man/Makefile.in
trunk/moira/man/blanche.1
Log:
Man page updates
Modified: trunk/moira/man/Makefile.in
===================================================================
--- trunk/moira/man/Makefile.in 2012-06-21 18:12:51 UTC (rev 4082)
+++ trunk/moira/man/Makefile.in 2012-08-06 15:54:53 UTC (rev 4083)
@@ -11,8 +11,9 @@
prefix=@prefix@
mandir=@mandir@
-MAN1= blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 eunice.1 listmaint.1 \
- mailmaint.1 mitch.1 moira.1 mrcheck.1 stanley.1 stella.1 usermaint.1
+MAN1= addusr.1 blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 eunice.1 \
+ listmaint.1 mailmaint.1 mitch.1 moira.1 mrcheck.1 namespace.1 \
+ stanley.1 stella.1 usermaint.1
MAN3= canonicalize_hostname.3 format_filesys_type.3 moira.3 \
mr_access.3 mr_auth.3 mr_connect.3 mr_disconnect.3 \
mr_host.3 mr_motd.3 mr_noop.3 mr_query.3 \
Modified: trunk/moira/man/blanche.1
===================================================================
--- trunk/moira/man/blanche.1 2012-06-21 18:12:51 UTC (rev 4082)
+++ trunk/moira/man/blanche.1 2012-08-06 15:54:53 UTC (rev 4083)
@@ -1,4 +1,4 @@
-.TH BLANCHE 1 "14 Sep 1988" "Project Athena"
+.TH BLANCHE 1 "31 Jul 2012" "Project Athena"
\" RCSID: $HeadURL$ $Id$
.SH NAME
blanche \- examine and modify memberships in Moira lists
@@ -139,6 +139,22 @@
except that it can never be a string.
To return a list to having default membership access control
conditions, set the membership acl to "NONE".
+.IP \fB-tags\ \fRor\ \fB-t\fR
+Display 'tags' in parentheses next to each entry, where applicable.
+Tags are used when converting lists to Athena 9 access files or Discuss
+meeting ACLs.
+.IP \fB-addtagged\ \fImember\ tag\ \fRor\ \fB-at\ \fImember\ tag\fR
+This will add the specified member to the target list with the
+specified tag.
+.IP \fB-changetag\ \fImember\ tag\ \fRor\ \fB-ct\ \fImember\ tag\fR
+This will change the specified member's tag to the specified tag. You
+may specify an empty string to clear an existing tag.
+.IP \fB-mailman\ \fR(\fB-mm\fR)\ \fRor\ \fB-notmailman\ \fR(\fB-nmm\fR)
+Toggle whether or not the list is a Mailman list. Mailman lists cannot
+also be used as groups or NFS groups.
+.IP \fB-mailman_server\ \fIserver\ \fRor\ \fB-ms\ \fIserver\fR
+Use the specified server instead of the default when making a list a
+mailman list.
.SH AUTHORS
Mark Rosenstein and Jay Berkenbilt.