Update of /cvsroot/env-switcher/env-switcher/man
In directory usw-pr-cvs1:/tmp/cvs-serv11712/man
Modified Files:
switcher.1
Log Message:
Document the functionality of the announce tag, for bug 547637.
Index: switcher.1
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/man/switcher.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** switcher.1 16 May 2002 13:37:42 -0000 1.2
--- switcher.1 18 May 2002 22:00:19 -0000 1.3
***************
*** 184,193 ****
.SH SPECIAL ATTRIBUTES
Attribute names can contain any alpha/numeric combinations.
! Currently, the only attribute that
! .I switcher
! recognizes is "default". The value that
.I switcher
expects is a value name on a given tag that indicates what modulefile
should be loaded.
.PP
Attributes by any other name can be cached on a tag --
--- 184,199 ----
.SH SPECIAL ATTRIBUTES
Attribute names can contain any alpha/numeric combinations.
! .IP default
! The value for the default attribute that
.I switcher
expects is a value name on a given tag that indicates what modulefile
should be loaded.
+ .IP announce
+ Valid values for the announce attribute are: true, false. If true,
+ switcher will print out a message announcing what name is loaded for a
+ given tag. If false (or undefined), no message will be printed. If
+ the global announce tag is set to true, all tag/name combinations will
+ be printed as they are loaded, unless the announce attribute for a
+ specific tag is set to false.
.PP
Attributes by any other name can be cached on a tag --
|