aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-31 14:20:03 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit09bf03fd6e522d6e421fed85d010057f87486544 (patch)
tree837adc1381f0e19e7cbab246be81de5fb6f1bf50 /doc
parent2f490c80f9623ac2deaeb37a29fc98d01eb20e7e (diff)
downloadserd-09bf03fd6e522d6e421fed85d010057f87486544.tar.gz
serd-09bf03fd6e522d6e421fed85d010057f87486544.tar.bz2
serd-09bf03fd6e522d6e421fed85d010057f87486544.zip
Add empty syntax type for suppressing output
Diffstat (limited to 'doc')
-rw-r--r--doc/man/serdi.115
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/man/serdi.1 b/doc/man/serdi.1
index f03fe23d..7822832a 100644
--- a/doc/man/serdi.1
+++ b/doc/man/serdi.1
@@ -71,6 +71,7 @@ Case is ignored, valid values are:
.Dq NQuads ,
.Dq NTriples ,
.Dq TriG ,
+and
.Dq Turtle .
.It Fl k Ar bytes
Parser stack size.
@@ -86,10 +87,16 @@ Note that data may be lost when using this option.
Write output as
.Ar syntax .
Case is ignored, valid values are:
+.Dq empty ,
.Dq NQuads ,
.Dq NTriples ,
.Dq TriG ,
+and
.Dq Turtle .
+The
+.Cm empty
+syntax suppresses the output,
+so that only warnings and errors will be printed.
.It Fl p Ar prefix
Add
.Ar prefix
@@ -153,10 +160,10 @@ exits with a status of 0, or non-zero if an error occurred.
.Pa file.ttl
>
.Pa out.ttl
-.It Print any errors:
-.Nm Pa file.ttl
->
-.Pa /dev/null
+.It Print only errors and discard the output:
+.Nm Fl O
+.Ar empty
+.Pa input.ttl
.El
.Sh SEE ALSO
.Bl -item -compact