From e3fd76d4e5beb8596be651b41be730f62cfdc9d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 10:49:04 -0400 Subject: Make URI writing stricter by default --- doc/serdi.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1