It turns out that the link requests we use that work are to types,
values, and functions known at the time of the link request. This
doesn't work for not-yet-seen function parameters.
* @note Memory used by the VP being replaced will be freed.
*
* @param[in,out] list pair list
- * @param[in] to_replace pair to replace and free, on #list
+ * @param[in] to_replace pair to replace and free, on list
* @param[in] vp New pair to insert.
*/
void fr_pair_replace(fr_pair_list_t *list, fr_pair_t *to_replace, fr_pair_t *vp)