[tracker-miners/wip/carlosg/fix-manpages-install: 2/3] manpages: Update references to the tracker3 CLI tool




commit 349fb639f1dfb027b7a8f5c71419c407c902e0ca
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Sep 7 12:24:31 2020 +0200

    manpages: Update references to the tracker3 CLI tool
    
    We did reference it in manpages as simply "tracker", which is definitely
    not going to be the case. Make CLI examples, titles and section names
    correctly reference the real "tracker3" name.
    
    Note: The name change also changes the target manpage file written by
    our xsltproc step, since it is defined by the file+xsl. This will silently
    go ignored, as installation of manpages is broken (we install empty files).
    This will get fixed in later commits.

 docs/manpages/tracker-daemon.1.txt  | 20 ++++++++++----------
 docs/manpages/tracker-extract.1.txt | 14 +++++++-------
 docs/manpages/tracker-index.1.txt   | 12 ++++++------
 docs/manpages/tracker-info.1.txt    | 16 ++++++++--------
 docs/manpages/tracker-reset.1.txt   | 14 +++++++-------
 docs/manpages/tracker-search.1.txt  | 12 ++++++------
 docs/manpages/tracker-status.1.txt  | 16 ++++++++--------
 docs/manpages/tracker-tag.1.txt     | 20 ++++++++++----------
 8 files changed, 62 insertions(+), 62 deletions(-)
---
diff --git a/docs/manpages/tracker-daemon.1.txt b/docs/manpages/tracker-daemon.1.txt
index c3bcc6e89..5973602c4 100644
--- a/docs/manpages/tracker-daemon.1.txt
+++ b/docs/manpages/tracker-daemon.1.txt
@@ -1,25 +1,25 @@
-tracker-daemon(1)
-=================
+tracker3-daemon(1)
+==================
 
 == NAME
 
-tracker-daemon - Start, stop, restart and list daemons responsible for
+tracker3-daemon - Start, stop, restart and list daemons responsible for
 indexing content
 
 == SYNOPSIS
 
 ....
-tracker daemon [options...]
-tracker daemon -s | -t [daemons] | -k [daemons] | -l
-tracker daemon -f | -w [ontology]
-tracker daemon --miner <miner> --pause[-for-process] <reason>
-tracker daemon --miner <miner> --resume <cookie> 
+tracker3 daemon [options...]
+tracker3 daemon -s | -t [daemons] | -k [daemons] | -l
+tracker3 daemon -f | -w [ontology]
+tracker3 daemon --miner <miner> --pause[-for-process] <reason>
+tracker3 daemon --miner <miner> --resume <cookie>
 ....
 
 == DESCRIPTION
 
 Tracker indexes content with daemon processes that run in the background.
-The *tracker daemon* command allows for control of these components.
+The *tracker3 daemon* command allows for control of these components.
 This ranges from starting, stopping and killing processes to pausing and
 resuming them.
 
@@ -64,7 +64,7 @@ be a comma separated list of shorthand or long hand ontology properties.
 For example:
 
 ....
-    $ tracker-daemon -w nie:url,nie:mimeType,nfo:fileSize,nie:dataSource
+    $ tracker3 daemon -w nie:url,nie:mimeType,nfo:fileSize,nie:dataSource
     Now listening for resource updates to the database
     All nie:plainTextContent properties are omitted
 
diff --git a/docs/manpages/tracker-extract.1.txt b/docs/manpages/tracker-extract.1.txt
index 2915e3531..fc2b3f1dc 100644
--- a/docs/manpages/tracker-extract.1.txt
+++ b/docs/manpages/tracker-extract.1.txt
@@ -1,17 +1,17 @@
-tracker-extract(1)
-==================
+tracker3-extract(1)
+===================
 
 == NAME
 
-tracker-extract - Extract metadata from a file.
+tracker3-extract - Extract metadata from a file.
 
 == SYNOPSYS
 
-*tracker extract* _FILE_
+*tracker3 extract* _FILE_
 
 == DESCRIPTION
 
-*tracker extract* reads the file provided and extracts any metadata it
+*tracker3 extract* reads the file provided and extracts any metadata it
 can from this file, then displays the metadata on standard output.
 
 The metadata is displayed as a SPARQL update command, that can be run
@@ -33,7 +33,7 @@ For more information see the libtracker-extract reference documentation.
 
 Using command line to extract metadata from a file:::
 
-$ tracker extract /path/to/some/file.mp3
+$ tracker3 extract /path/to/some/file.mp3
 
 == ENVIRONMENT
 
@@ -50,7 +50,7 @@ $ tracker extract /path/to/some/file.mp3
 
 == SEE ALSO
 
-*tracker-sparql*(1), *tracker-stats*(1), *tracker-info*(1).
+*tracker3-sparql*(1), *tracker3-stats*(1), *tracker3-info*(1).
 
 - */usr/lib/tracker-1.0/extract-modules/*
 - */usr/share/tracker/extract-rules/*
diff --git a/docs/manpages/tracker-index.1.txt b/docs/manpages/tracker-index.1.txt
index 5f26c9b46..65625fae8 100644
--- a/docs/manpages/tracker-index.1.txt
+++ b/docs/manpages/tracker-index.1.txt
@@ -1,16 +1,16 @@
-tracker-index(1)
+tracker3-index(1)
 ================
 
 == NAME
 
-tracker-index - Index content using the Tracker filesystem miner
+tracker3-index - Index content using the Tracker filesystem miner
 
 == SYNOPSIS
 
 ....
-tracker index
-tracker index --add [--recursive] <dir> [[dir] ...]
-tracker index --remove <path> [[dir] ...]
+tracker3 index
+tracker3 index --add [--recursive] <dir> [[dir] ...]
+tracker3 index --remove <path> [[dir] ...]
 ....
 
 == DESCRIPTION
@@ -23,4 +23,4 @@ listed.
 
 == SEE ALSO
 
-*tracker-miner-fs*(1).
+*tracker-miner-fs-3*(1).
diff --git a/docs/manpages/tracker-info.1.txt b/docs/manpages/tracker-info.1.txt
index 199961204..95443ccdb 100644
--- a/docs/manpages/tracker-info.1.txt
+++ b/docs/manpages/tracker-info.1.txt
@@ -1,17 +1,17 @@
-tracker-info(1)
-===============
+tracker3-info(1)
+================
 
 == NAME
 
-tracker-info - Retrieve all information available for a certain file.
+tracker3-info - Retrieve all information available for a certain file.
 
 == SYNOPSIS
 
-*tracker info* [_options_...] <__file1__> [[_file2_] ...]
+*tracker3 info* [_options_...] <__file1__> [[_file2_] ...]
 
 == DESCRIPTION
 
-*tracker info* asks for all the known metadata available for the given
+*tracker3 info* asks for all the known metadata available for the given
 _file_.
 
 Multiple _file_ arguments can be provided to retrieve information about
@@ -38,14 +38,14 @@ not have to be an absolute path.
   In most cases, the _file_ argument supplied points to a URL or PATH
   which is queried for according to the resource associated with it by
   _nie:url_. However, in cases where the _file_ specified turns out to
-  be the actual URN itself, this argument is required to tell "tracker
+  be the actual URN itself, this argument is required to tell "tracker3
   info" not to do the extra step of looking up the URN related by
   _nie:url_.
 
 For example, consider that you store URNs by the actual URL itself and
 use the unique nie:url in another resource (which is quite reasonable
 when using containers and multi-resource conditions), you would need
-this argument to tell "tracker info" that the _file_ supplied is
+this argument to tell "tracker3 info" that the _file_ supplied is
 actually a URN not URL.
 
 *-t, --turtle*::
@@ -56,7 +56,7 @@ actually a URN not URL.
 
 == SEE ALSO
 
-*tracker-store*(1), *tracker-sparql*(1).
+*tracker3-sparql*(1).
 
 *http://nepomuk.semanticdesktop.org/*
 *http://www.w3.org/TR/rdf-sparql-query/*
diff --git a/docs/manpages/tracker-reset.1.txt b/docs/manpages/tracker-reset.1.txt
index b0be1bbec..fe107a702 100644
--- a/docs/manpages/tracker-reset.1.txt
+++ b/docs/manpages/tracker-reset.1.txt
@@ -1,13 +1,13 @@
-tracker-reset(1)
-================
+tracker3-reset(1)
+=================
 
 == NAME
 
-tracker-reset - Reset the index and configuration
+tracker3-reset - Reset the index and configuration
 
 == SYNOPSIS
 
-*tracker reset* [--filesystem | --rss] [--file _FILE_]
+*tracker3 reset* [--filesystem | --rss] [--file _FILE_]
 
 == DESCRIPTION
 
@@ -25,10 +25,10 @@ hard reset option. This behaves as if Tracker was just installed.
 
 == OPTIONS
 
-*--filesystem*::
+*-s, --filesystem*::
   Removes data stored by tracker-miner-fs(1). The miner will automatically
   recreate its cache from the filesystem when it restarts.
-*--rss::
+*-r, --rss*::
   Removes data stored by tracker-miner-rss(1).
 *-f, --file _FILE_*::
   Resets all indexed information about _FILE_, works recursively for
@@ -38,4 +38,4 @@ hard reset option. This behaves as if Tracker was just installed.
 
 == SEE ALSO
 
-*tracker-daemon*(1). *tracker-miner-fs*(1), *tracker-miner-rss*(1).
+*tracker3-daemon*(1). *tracker-miner-fs-3*(1), *tracker-miner-rss-3*(1).
diff --git a/docs/manpages/tracker-search.1.txt b/docs/manpages/tracker-search.1.txt
index 8377e4910..05da14d46 100644
--- a/docs/manpages/tracker-search.1.txt
+++ b/docs/manpages/tracker-search.1.txt
@@ -1,17 +1,17 @@
-tracker-search(1)
-=================
+tracker3-search(1)
+==================
 
 == NAME
 
-tracker-search - Search for content by type or across all types
+tracker3-search - Search for content by type or across all types
 
 == SYNOPSIS
 
-*tracker search* [_options_...] [[_expression1_] ...]
+*tracker3 search* [_options_...] [[_expression1_] ...]
 
 == DESCRIPTION
 
-*tracker search* searches all indexed content for _expression_. The
+*tracker3 search* searches all indexed content for _expression_. The
 resource in which _expression_ matches must exist (see *--all* for more
 information). All results are returned in ascending order. In all cases,
 if no _expression_ is given for an argument (like *--folders* for
@@ -94,4 +94,4 @@ _expression_::
 
 == SEE ALSO
 
-*tracker-stats*(1), *tracker-tag*(1), *tracker-info*(1).
+*tracker3-status*(1), *tracker3-tag*(1), *tracker3-info*(1).
diff --git a/docs/manpages/tracker-status.1.txt b/docs/manpages/tracker-status.1.txt
index 7402b9656..5233257a4 100644
--- a/docs/manpages/tracker-status.1.txt
+++ b/docs/manpages/tracker-status.1.txt
@@ -1,16 +1,16 @@
-tracker-status(1)
-=================
+tracker3-status(1)
+==================
 
 == NAME
 
-tracker-status - Provide status and statistics on the data indexed
+tracker3-status - Provide status and statistics on the data indexed
 
 == SYNOPSIS
 
 ....
-tracker status
-tracker status [[expression1]...]
-tracker status --stat [-a] [[expression1]...]
+tracker3 status
+tracker3 status [[expression1]...]
+tracker3 status --stat [-a] [[expression1]...]
 ....
 
 == DESCRIPTION
@@ -36,7 +36,7 @@ If one or more _expression_ arguments is given, the statistics returned
 are filtered to only show information those RDF types matching
 _expression_ (case folded and matching accented variants). The RDF
 classes are detailed by the Nepomuk otology specification. A list of
-possible classes matching _expression_, see *tracker sparql -c*.
+possible classes matching _expression_, see *tracker3 sparql -c*.
 
 *-a, --all*::
   Display statistics about ALL RDF classes that exist in the database.
@@ -48,7 +48,7 @@ possible statistics.
 
 == SEE ALSO
 
-*tracker-daemon*(1), *tracker-sparql*(1), *tracker-info*(1).
+*tracker3-daemon*(1), *tracker3-sparql*(1), *tracker3-info*(1).
 
 - *http://nepomuk.semanticdesktop.org/*
 - *http://www.w3.org/TR/rdf-sparql-query/*
diff --git a/docs/manpages/tracker-tag.1.txt b/docs/manpages/tracker-tag.1.txt
index 640090627..8dd3a4a96 100644
--- a/docs/manpages/tracker-tag.1.txt
+++ b/docs/manpages/tracker-tag.1.txt
@@ -1,17 +1,17 @@
-tracker-tag(1)
-==============
+tracker3-tag(1)
+===============
 
 == NAME
 
-tracker-tag - Add, remove and list tags.
+tracker3-tag - Add, remove and list tags.
 
 == SYNOPSIS
 
 ....
-tracker tag FILE1 [FILE2 ...] [-l <limit>] [-o <offset>] [-r]
-tracker tag -t [[TAG1] [TAG2] ...] [-s] [-r]
-tracker tag -a <TAG> [-e <description>] 
-tracker tag -d <TAG>
+tracker3 tag FILE1 [FILE2 ...] [-l <limit>] [-o <offset>] [-r]
+tracker3 tag -t [[TAG1] [TAG2] ...] [-s] [-r]
+tracker3 tag -a <TAG> [-e <description>] 
+tracker3 tag -d <TAG>
 ....
 
 == DESCRIPTION
@@ -36,7 +36,7 @@ are listed (OR condition). For example, this will match any tags named
 either _foo_, _bar_ or _baz_:
 
 ....
-$ tracker-tag -t foo bar baz
+$ tracker3-tag -t foo bar baz
 ....
 
 *-s, --show-files*::
@@ -63,7 +63,7 @@ $ tracker-tag -t foo bar baz
   example:
 
 ....
-$ tracker-tag -s -t sliff sloff
+$ tracker3-tag -s -t sliff sloff
 ....
 
 Should show files in the database that have both the _sliff_ and _sloff_
@@ -71,4 +71,4 @@ tags.
 
 == SEE ALSO
 
-*tracker-sparql*(1), *tracker-search*(1), *tracker-info*(1).
+*tracker3-sparql*(1), *tracker3-search*(1), *tracker3-info*(1).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]