Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / raptor / patches / raptor-99-manpage.patch
blobbb0f745b6be647825fa9c3a80686e46b35c60f27
1 --- raptor-1.4.21/utils/rapper.1.~1~ 2014-01-28 18:56:51.821816471 +0400
2 +++ raptor-1.4.21/utils/rapper.1 2014-01-28 18:58:01.409335625 +0400
3 @@ -1,29 +1,29 @@
4 .\" Hey, EMACS: -*- nroff -*-
5 .\"
6 -.\" rapper.1 - Raptor RDF parsing and serializing utility manual page
7 +.\" rapper-1.1 - Raptor RDF parsing and serializing utility manual page
8 .\"
9 .\" Copyright (C) 2002-2008 David Beckett - http://www.dajobe.org/
10 .\" Copyright (C) 2002-2005 University of Bristol - http://www.bristol.ac.uk/
11 .\"
12 -.TH rapper 1 "2007-08-19"
13 +.TH rapper-1 1 "2007-08-19"
14 .\" Please adjust this date whenever revising the manpage.
15 .SH NAME
16 -rapper \- Raptor RDF parsing and serializing utility
17 +rapper-1 \- Raptor RDF parsing and serializing utility
18 .SH SYNOPSIS
19 -.B rapper
20 +.B rapper-1
21 .RB [ OPTIONS ]
22 .IR "INPUT-URI"
23 .IR "[INPUT-BASE-URI]"
24 .SH EXAMPLE
25 .nf
26 -.B rapper -o ntriples http://planetrdf.com/guide/rss.rdf
27 +.B rapper-1 -o ntriples http://planetrdf.com/guide/rss.rdf
28 .br
29 -.B rapper -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
30 +.B rapper-1 -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
31 .br
32 -.B rapper --count http://example.org/index.rdf
33 +.B rapper-1 --count http://example.org/index.rdf
34 .SH DESCRIPTION
35 The
36 -.B rapper
37 +.B rapper-1
38 utility allows parsing of RDF content by the
39 .B Raptor
40 RDF parser toolkit emitting the results as RDF triples in
41 @@ -33,7 +33,7 @@
42 document parser base URI if present otherwise defaults to the \IINPUT-URI\fR.
43 A value of '-' means no base URI.
44 .SH OPTIONS
45 -rapper uses the usual GNU command line syntax, with long
46 +rapper-1 uses the usual GNU command line syntax, with long
47 options starting with two dashes (`-') if supported by the
48 getopt_long function. Otherwise the short options are only available.
49 .TP
50 @@ -126,9 +126,9 @@
51 Print the raptor version and exit.
52 .SH "EXAMPLES"
53 .br
54 -.B rapper -q -i ntriples -o rdfxml -f 'xmlns:rss="http://purl.org/rss/1.0/"' -f 'xmlns:ex="http://example.org/"' tests/test.nt
55 +.B rapper-1 -q -i ntriples -o rdfxml -f 'xmlns:rss="http://purl.org/rss/1.0/"' -f 'xmlns:ex="http://example.org/"' tests/test.nt
56 .br
57 -.B rapper -q -o rdfxml -f 'xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"' tests/rdf-schema.rdf 'http://www.w3.org/2000/01/rdf-schema#'
58 +.B rapper-1 -q -o rdfxml -f 'xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"' tests/rdf-schema.rdf 'http://www.w3.org/2000/01/rdf-schema#'
59 .SH "CONFORMING TO"
60 \fIRDF/XML Syntax (Revised)\fR,
61 W3C Recommendation,