Set formattet header description entry matching key
Synopsis
int
setf_description( header *h, char *lhs, char *format, ... )
Description
Set formatted description. The function will search through the
description chain for an entry with a matching lhs string. If it is found,
the rhs entry is filled using the specified format string by a
sprintf(rhs, format, ...), otherwise it is created.