diff options
author | André Erdmann <dywi@mailerd.de> | 2014-08-23 21:00:13 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2014-08-23 21:00:13 +0200 |
commit | cf093636b7458403591634c74e043d95bbdeec03 (patch) | |
tree | 88a8b35fb5a5568aacd6f4c2c2bcbf3687234f44 /doc | |
parent | tests, data: reflect SLOT rule changes (diff) | |
download | R_overlay-cf093636b7458403591634c74e043d95bbdeec03.tar.gz R_overlay-cf093636b7458403591634c74e043d95bbdeec03.tar.bz2 R_overlay-cf093636b7458403591634c74e043d95bbdeec03.zip |
doc/rst: fix slot rule examples
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rst/usage.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index 1f6dbb2..c6046c0 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -1535,7 +1535,7 @@ Example 5 - fuzzy slot rule .. code-block:: text - ~sci-libs/fftw:s=0..1 :: fftw + ~sci-libs/fftw:wide_match:s=0..1 :: fftw Example 6 - slot-restricted fuzzy slot rule Similar to example 5, but this rule does not resolve anything unless the @@ -1543,7 +1543,7 @@ Example 6 - slot-restricted fuzzy slot rule .. code-block:: text - ~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw + ~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw Example 7 - slot-restricted fuzzy slot rule with *immediate* value Example 6 is not quite correct, as sci-libs/fftw currently uses slot 3.0 @@ -1552,7 +1552,7 @@ Example 7 - slot-restricted fuzzy slot rule with *immediate* value .. code-block:: text - ~sci-libs/fftw:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw + ~sci-libs/fftw:wide_match:s=i3.0:restrict=3.0,3.1,3.2,3.3 :: fftw Please see the default rule files for more extensive examples that cover |