From 4de86fdfb643dbe7113e261998c5e159f940b7d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 8 May 2012 23:51:51 +0000 Subject: Add incremental read interface suitable for reading from infinite streams. git-svn-id: http://svn.drobilla.net/serd/trunk@350 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/serdi.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/serdi.1 b/doc/serdi.1 index 23d77ac3..45001c90 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,4 +1,4 @@ -.TH SERDI 1 "17 Jan 2012" +.TH SERDI 1 "08 May 2012" .SH NAME .B serdi \- Read and write RDF syntax @@ -16,6 +16,14 @@ Fast bulk output for large serialisations. \fB\-c PREFIX\fR Chop PREFIX from matching blank node IDs. +.TP +\fB\-e\fR +Eat input one character at a time, rather than a page at a time which is the +default. This is useful when reading from a pipe since output will be +generated immediately as input arrives, rather than waiting until an entire +page of input has arrived. With this option serdi uses one page less memory, +but will likely be significantly slower. + .TP \fB\-f\fR Keep full URIs in input (don't qualify). -- cgit v1.2.1