.\"bind a verb to a local function
.DT
add_verb
Discworld driver help
add_verb

Name
.SI 5
add_verb() - bind a verb to a local function

.EI
Synopsis
.SI 5
void add_verb( string str );

.EI
Description
.SP 5 5
This function is connected to the add_action() function. It will set up
the command <str> to trigger a call to the function set up by the
previous call to add_action().

This function is now obsolete as the verb can be given directly with
add_action(). add_verb() remains for compatibility.

.EP
See also
.SI 5
add_action(3), query_verb(3)
.EI
