From cf273cb8a7f73124935713928cd5df5b537f8b9c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 9 Jul 2003 22:38:12 +0000 Subject: [PATCH] Fix description of ZOOM_record_get("syntax") --- doc/zoom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index 03cbe97..0ca1c8c 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,4 +1,4 @@ - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -584,8 +584,10 @@ syntax - The transfer syntax (OID) of the record is returned - as a C null-terminated string. Return type is + The transfer syntax of the record is returned + as a C null-terminated string containing the symbolic name of + the record syntax, e.g. Usmarc. Return type + is const char *. -- 1.7.10.4