aboutsummaryrefslogtreecommitdiffstats
path: root/doc/serdi.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-08 23:51:51 +0000
committerDavid Robillard <d@drobilla.net>2012-05-08 23:51:51 +0000
commit4de86fdfb643dbe7113e261998c5e159f940b7d4 (patch)
tree0d6b86614f29b68bab7e662b779e474d2654d453 /doc/serdi.1
parentb05e48f333d27e434b82587d248824b98f47bcd5 (diff)
downloadserd-4de86fdfb643dbe7113e261998c5e159f940b7d4.tar.gz
serd-4de86fdfb643dbe7113e261998c5e159f940b7d4.tar.bz2
serd-4de86fdfb643dbe7113e261998c5e159f940b7d4.zip
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
Diffstat (limited to 'doc/serdi.1')
-rw-r--r--doc/serdi.110
1 files changed, 9 insertions, 1 deletions
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
@@ -17,6 +17,14 @@ Fast bulk output for large serialisations.
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).