annotate src/sord-0.12.0/doc/sordi.1 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents c7265573341e
children
rev   line source
Chris@0 1 .TH SORDI 1 "17 Jan 2012"
Chris@0 2
Chris@0 3 .SH NAME
Chris@0 4 .B sordi \- Load and re-serialise RDF data
Chris@0 5
Chris@0 6 .SH SYNOPSIS
Chris@0 7 sordi [OPTION]... INPUT BASE_URI
Chris@0 8
Chris@0 9 .SH OPTIONS
Chris@0 10 .TP
Chris@0 11 \fB\-h\fR
Chris@0 12 Print the command line options.
Chris@0 13
Chris@0 14 .TP
Chris@0 15 \fB\-i SYNTAX\fR
Chris@0 16 Read input in SYNTAX (`turtle' or `ntriples').
Chris@0 17
Chris@0 18 .TP
Chris@0 19 \fB\-o SYNTAX\fR
Chris@0 20 Write output in SYNTAX (`turtle' or `ntriples').
Chris@0 21
Chris@0 22 .TP
Chris@0 23 \fB\-s INPUT\fR
Chris@0 24 Parse INPUT as a string (terminates options).
Chris@0 25
Chris@0 26 .TP
Chris@0 27 \fB\-v\fR
Chris@0 28 Display version information and exit.
Chris@0 29
Chris@0 30 .SH AUTHOR
Chris@0 31 Sordi was written by David Robillard <d@drobilla.net>
Chris@0 32
Chris@0 33 .SH COPYRIGHT
Chris@0 34 Copyright \(co 2011-2013 David Robillard.
Chris@0 35 .br
Chris@0 36 License: <http://www.opensource.org/licenses/isc-license>
Chris@0 37 .br
Chris@0 38 This is free software; you are free to change and redistribute it.
Chris@0 39 .br
Chris@0 40 There is NO WARRANTY, to the extent permitted by law.
Chris@0 41
Chris@0 42 .SH "SEE ALSO"
Chris@0 43 <http://drobilla.net/software/sord>