aboutsummaryrefslogtreecommitdiffstats
path: root/doc/serdi.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-12 13:42:25 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commitd4aec28ba8ad24d5aef3ee12beeb1b805148eab1 (patch)
treee41d1aef4e492b0f06044ad611dc6c23defef34b /doc/serdi.1
parentda7940afb82d8d1dd5321b311f27340f5702aea2 (diff)
downloadserd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.tar.gz
serd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.tar.bz2
serd-d4aec28ba8ad24d5aef3ee12beeb1b805148eab1.zip
Make blank node prefixing automatic
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future.
Diffstat (limited to 'doc/serdi.1')
-rw-r--r--doc/serdi.115
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index 698bec29..c6356953 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -10,11 +10,9 @@
.Op Fl F Ar pattern | Fl G Ar pattern
.Op Fl I Ar base
.Op Fl b Ar bytes
-.Op Fl c Ar prefix
.Op Fl i Ar syntax
.Op Fl k Ar bytes
.Op Fl o Ar syntax
-.Op Fl p Ar prefix
.Op Fl r Ar root
.Op Fl s Ar string
.Op Fl w Ar filename
@@ -80,13 +78,6 @@ This is the number of bytes in a file that will be read or written at once.
The default is 4096, which should perform well in most cases.
Note that this only applies to files, standard input and output are always processed one byte at a time.
.Pp
-.It Fl c Ar prefix
-Chop
-.Ar prefix
-from matching blank node IDs.
-This is the inverse of
-.Fl p .
-.Pp
.It Fl f
Fast and loose mode.
This disables shortening URIs into prefixed names or relative URI references.
@@ -185,12 +176,6 @@ Tolerate invalid UTF-8 by writing the replacement character when necessary.
Note that data may be lost when using this option!
.El
.Pp
-.It Fl p Ar prefix
-Add
-.Ar prefix
-to blank node IDs.
-This can be used to avoid clashes between blank node IDs in input documents.
-.Pp
.It Fl q
Suppress all output except data.
.Pp