Changeset 81a96af


Ignore:
Timestamp:
Apr 14, 2009, 10:50:28 AM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b814715
Parents:
32620ac
Message:
Update the docs on 'zsig' and 'zsigproc'.

Correctly document the order in which they are checked for values before
being used.

fixes #74

Reported-By: Xavid Pretzer <xavid@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r4f15e8e r81a96af  
    195195               "name of a program to run that will generate zsigs",
    196196               "This program should produce a zsig on stdout when run.\n"
    197                "Note that it is important that this program not block.\n" ),
     197               "Note that it is important that this program not block.\n\n"
     198               "See the documentation for 'zsig' for more information about\n"
     199               "how the outgoing zsig is chosen."
     200               ),
    198201
    199202  OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL,
     
    211214
    212215  OWLVAR_STRING( "zsig" /* %OwlVarStub */, "",
    213                  "zephyr signature",
    214                  "If 'zsigproc' is not set, this string will be used\n"
    215                  "as a zsig.  If this is also unset, the 'zwrite-signature'\n"
    216                  "zephyr variable will be used instead.\n"),
     216                 "zephyr signature",
     217                 "The zsig to get on outgoing messages. If this variable is\n"
     218                 "unset, 'zsigproc' will be run to generate a zsig. If that is\n"
     219                 "also unset, the 'zwrite-signature' zephyr variable will be\n"
     220                 "used instead.\n"),
    217221
    218222  OWLVAR_STRING( "appendtosepbar" /* %OwlVarStub */, "",
Note: See TracChangeset for help on using the changeset viewer.