From 7ad8e6dd2398bbd79c72a17c079d1f42084e5d3a Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sun, 25 May 2008 03:21:13 +0000 Subject: [PATCH] Mon May 19 13:29:14 EDT 2008 Pekka Pessi * nta_tag.c: updated NTATAG_BLACKLIST() documentation git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8596 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c index 8fb53ff2f5..530f91b84c 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c @@ -685,10 +685,10 @@ tag_typedef_t ntatag_graylist = UINTTAG_TYPEDEF(graylist); * unsigned int * * @par Values - * - Value of @i delta-seconds in @RetryAfter header, from 0 to 86400 + * - Value of @a delta-seconds in @RetryAfter header, from 0 to 86400 * * @par Default Value - * - 0 (no Retry-After is included) + * - 0 (no @RetryAfter header is included) * * @sa NTATAG_TIMEOUT_408() */