From d14a7d113628578b6ed065b08db6c92536f550bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Mar 2012 22:24:09 +0000 Subject: Add serd_writer_set_root_uri(), root parameter to serd_uri_serialise_relative(), and -r option to serdi, to enable writing URIs with up references (../) within a parent namespace. Resolve dot segments in serd_uri_resolve() instead of at write time. git-svn-id: http://svn.drobilla.net/serd/trunk@336 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/serdi.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/serdi.1') diff --git a/doc/serdi.1 b/doc/serdi.1 index 22c32892..04a3b5e8 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -36,6 +36,10 @@ Write output in SYNTAX (`turtle' or `ntriples'). \fB\-p PREFIX\fR Add PREFIX to blank node IDs. +.TP +\fB\-r ROOT_URI\fR +Keep relative URIs within ROOT_URI. + .TP \fB\-s INPUT\fR Parse INPUT as a string (terminates options). -- cgit v1.2.1