--- apps/app_setcdruserfield.c.org Sun Jan 11 17:24:05 2004 +++ apps/app_setcdruserfield.c Sun Jan 11 17:38:14 2004 @@ -25,16 +25,32 @@ static char *tdesc = "CDR user field apps"; static char *setcdruserfield_descrip = - "SetCDRUserField(value): Set the CDR user field to value\n"; + "[Synopsis]\n" + "SetCDRUserField(value)\n\n" + "[Description]\n" + "SetCDRUserField(value): Set the CDR 'user field' to value\n" + " The CDR, Call Data Record, user field is an extra field you\n" + " can use for data not stored anywhere else in the CDR record.\n" + " CDR records are used for billing.\n" + " Also see AppendCDRUserField().\n" + " Always returns 0\n"; static char *setcdruserfield_app = "SetCDRUserField"; static char *setcdruserfield_synopsis = "Set the CDR user field"; static char *appendcdruserfield_descrip = - "AppendCDRUserField(value): Append value to the CDR user field\n"; + "[Synopsis]\n" + "AppendCDRUserField(value)\n\n" + "[Description]\n" + "AppendCDRUserField(value): Append value to the CDR user field\n" + " The CDR, Call Data Record, user field is an extra field you\n" + " can use for data not stored anywhere else in the CDR record.\n" + " CDR records are used for billing.\n" + " Also see SetCDRUserField().\n" + " Always returns 0\n"; static char *appendcdruserfield_app = "AppendCDRUserField"; -static char *appendcdruserfield_synopsis = "Append to the CDR user field"; +static char *appendcdruserfield_synopsis = "Append data to the CDR user field"; STANDARD_LOCAL_USER;