From 211b8405a2485af83f4bdd55228f80ef2fbb9617 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 10 May 2010 20:43:34 +0300
Subject: [PATCH] doc/tagcoll-man-hooks: Misc fixes
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
doc/tagcoll-man-hooks | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/doc/tagcoll-man-hooks b/doc/tagcoll-man-hooks
index 248c3f1..f9074fa 100644
--- a/doc/tagcoll-man-hooks
+++ b/doc/tagcoll-man-hooks
@@ -105,13 +105,13 @@ OPTIONS end
|
|.nf
| cappuccino: +essential
-| emacs: +otheros, -editor
+| emacs: +otheros, \-editor
|.fi
|
|.SH Format for the derived tag list
|
|The format for the derived tag list is a line-oriented format with a derived
-|tag per line. The derived tag name starts as the begining of the line and is
+|tag per line. The derived tag name starts as the beginning of the line and is
|separated by his tag expression by colon and space, just like the tagged
|collection items.
|.P
@@ -131,61 +131,61 @@ OPTIONS end
|.P
|.nf
|# Output the collection in normal form
-|tagcoll copy collection-file
+|tagcoll copy collection\-file
|
|# Output the items associated to a given tag
-|tagcoll reverse collection-file | grep ^tag:
+|tagcoll reverse collection\-file | grep ^tag:
|
|# Produce tag patch data describing the tag difference between two collections
|tagcoll diff coll1 coll2
|
|# Apply a tag patch file to coll1
-|tagcoll --patch-with=tagpatch copy coll1 > collection-file
+|tagcoll \-\-patch\-with=tagpatch copy coll1 > collection\-file
|
|# Show the minimal set of implicit implications contained in the collection
-|tagcoll implications collection-file
+|tagcoll implications collection\-file
|
|# Show the implicit implications contained in the collection, fully expanded
-|tagcoll --expanded-output implications collection-file
+|tagcoll \-\-expanded\-output implications collection\-file
|
|# Build a smart hierarchy with the collection
-|tagcoll hierarchy collection-file
+|tagcoll hierarchy collection\-file
|
|# Build a cleaner smart hierarchy with the collection (yoy might like to tweak
|# the parameters)
-|tagcoll -f 5 --flatten-threshold=5 cleanhierarchy collection-file
+|tagcoll \-f 5 \-\-flatten\-threshold=5 cleanhierarchy collection\-file
|
|# Apply some transformations to the collection and build a smart hierarchy with
|# them
-|tagcoll --implications-from=explicit-implications-file \\
-| --rename-from=rename-map \\
-| --patch-with=patch-file \\
-| hierarchy collection-file
+|tagcoll \-\-implications\-from=explicit\-implications\-file \\
+| \-\-rename\-from=rename\-map \\
+| \-\-patch\-with=patch\-file \\
+| hierarchy collection\-file
|
|# Merge the contents two collections
|cat coll1 coll2 | tagcoll copy > merged
|
|# Merge the contents two collections and apply an external patch
-|cat coll1 coll2 | tagcoll --patch-with=patch-file copy > merged
+|cat coll1 coll2 | tagcoll \-\-patch\-with=patch\-file copy > merged
|
|# Build a smart hierarchy out of the implicit implications contained in the
|# collection
-|tagcoll implications collection-file | tagcoll hierarchy
+|tagcoll implications collection\-file | tagcoll hierarchy
|
|# Build a smart hierarchy out of the combination of explicit implications and
|# the implicit implications contained in the collection
-|tagcoll --implications-from=explicit-implications-file \\
-| implications collection-file | tagcoll hierarchy
+|tagcoll \-\-implications\-from=explicit\-implications\-file \\
+| implications collection\-file | tagcoll hierarchy
|
|# Show all the items similar to "mutt"
-|tagcoll related mutt collection-file
+|tagcoll related mutt collection\-file
|
-|# Show all the items similar to "mutt" and "mozilla-browser"
-|tagcoll related mutt,mozilla-browser collection-file
+|# Show all the items similar to "mutt" and "mozilla\-browser"
+|tagcoll related mutt,mozilla\-browser collection\-file
|
|# Show all the items similar to "mutt", with at most two differences
|# in the tag set
-|tagcoll --distance=2 related mutt collection-file
+|tagcoll \-\-distance=2 related mutt collection\-file
|
|.fi
--
1.7.0