diff options
Diffstat (limited to 'doc/serdi.1')
-rw-r--r-- | doc/serdi.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 80af6f50..0684a6e0 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -111,6 +111,14 @@ Display version information and exit. .Sh EXIT STATUS .Nm exits with a status of 0, or non-zero if an error occured. +.Sh EXAMPLES +To pretty-print a document: +.Pp +.Dl $ serdi -o turtle file.ttl > out.ttl +.Pp +To print any errors: +.Pp +.Dl $ serdi file.ttl > /dev/null .Sh SEE ALSO .Bl -item -compact .It |