aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 10:49:04 -0400
committerDavid Robillard <d@drobilla.net>2023-04-06 07:19:10 -0400
commite3fd76d4e5beb8596be651b41be730f62cfdc9d0 (patch)
tree2c55db64b3a2d0387173b7a210b3065247702018 /doc
parent9910494d7bb417fb75f1c99b65f9956d14184059 (diff)
downloadserd-e3fd76d4e5beb8596be651b41be730f62cfdc9d0.tar.gz
serd-e3fd76d4e5beb8596be651b41be730f62cfdc9d0.tar.bz2
serd-e3fd76d4e5beb8596be651b41be730f62cfdc9d0.zip
Make URI writing stricter by default
Diffstat (limited to 'doc')
-rw-r--r--doc/serdi.14
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index 5b76b1b8..782cfc23 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -58,7 +58,9 @@ Eat input one character at a time, rather than a page at a time which is the def
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.
.It Fl f
-Keep full URIs in input (don't qualify with namespace prefixes or make URIs relative).
+Fast and loose URI mode:
+preserve full URIs (without qualifying or making relative),
+and pass prefixed names through as-is.
.It Fl h
Print the command line options.
.It Fl i Ar syntax