Module Name:    othersrc
Committed By:   agc
Date:           Thu May 12 04:23:05 UTC 2011

Modified Files:
        othersrc/external/bsd/circa/dist: libcirca.3

Log Message:
keep the documentation in sync with the library


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/circa/dist/libcirca.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/circa/dist/libcirca.3
diff -u othersrc/external/bsd/circa/dist/libcirca.3:1.2 othersrc/external/bsd/circa/dist/libcirca.3:1.3
--- othersrc/external/bsd/circa/dist/libcirca.3:1.2	Sat May  7 18:17:19 2011
+++ othersrc/external/bsd/circa/dist/libcirca.3	Thu May 12 04:23:05 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: libcirca.3,v 1.2 2011/05/07 18:17:19 agc Exp $
+.\" $NetBSD: libcirca.3,v 1.3 2011/05/12 04:23:05 agc Exp $
 .\"
 .\" Copyright (c) 2011 Alistair Crooks <[email protected]>
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"/
-.Dd April 28, 2011
+.Dd May 11, 2011
 .Dt LIBCIRCA 3
 .Os
 .Sh NAME
@@ -54,6 +54,10 @@
 .Fo circa_put_header
 .Fa "circa_t *circa" "void *input" "size_t size"
 .Fc
+.Ft int
+.Fo circa_end
+.Fa "circa_t *circa"
+.Fc
 .Sh DESCRIPTION
 The
 .Nm
@@ -105,6 +109,10 @@
 and
 .Fn circa_put_header
 are used.
+.Pp
+The
+.Fn circa_end
+function frees resources allocated at initialisation time.
 .Sh INTERNALS
 The
 .Nm

Reply via email to