]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
remove NAMESPACE_INSTALLED from the documentation
authorMichael Schroeder <mls@suse.de>
Thu, 19 Mar 2015 12:23:28 +0000 (13:23 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 19 Mar 2015 12:23:28 +0000 (13:23 +0100)
doc/libsolv-constantids.3
doc/libsolv-constantids.txt

index 8511667e5cef8e9362cc089be45c78c894df77b7..a0797936a5f11aa81d5b5235c7e5eb84445b2f18 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: Libsolv-Constantids
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
-.\"      Date: 01/21/2014
+.\"      Date: 03/19/2015
 .\"    Manual: LIBSOLV
 .\"    Source: libsolv
 .\"  Language: English
 .\"
-.TH "LIBSOLV\-CONSTANTIDS" "3" "01/21/2014" "libsolv" "LIBSOLV"
+.TH "LIBSOLV\-CONSTANTIDS" "3" "03/19/2015" "libsolv" "LIBSOLV"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -89,7 +89,7 @@ Stores an array of dependency Ids that describe the capabilities that also must
 .PP
 \fBSOLVABLE_RECOMMENDS "solvable:recommends"\fR
 .RS 4
-Stores an array of dependency Ids that describe the capabilities that also should be installed when this package is installed\&. It\(cqs not an error if not all capabilities can be met\&.
+Stores an array of dependency Ids that describe the capabilities that also should be installed when this package is installed\&. It\(cqs not an error if not all capabilites can be met\&.
 .RE
 .PP
 \fBSOLVABLE_SUGGESTS "solvable:suggests"\fR
@@ -541,11 +541,6 @@ Namespaces are special modifiers that change the meaning of a dependency\&. Name
 .sp
 The dependency markers partition the dependency array in two parts with different semantics\&.
 .PP
-\fBNAMESPACE_INSTALLED "namespace:installed"\fR
-.RS 4
-The dependency only selects installed packages\&.
-.RE
-.PP
 \fBNAMESPACE_MODALIAS "namespace:modalias"\fR
 .RS 4
 The dependency is a special modalias dependency that matches installed hardware\&.
index 7426b8f86141c7fbad76c2e3fce0973615dac183..7a83b46a1dbcf1b04bd5915ffe1a8289ba22b1a4 100644 (file)
@@ -400,9 +400,6 @@ custom namespaces work you have to implement a namespace callback function.
 The dependency markers partition the dependency array in two parts with
 different semantics.
 
-*NAMESPACE_INSTALLED "namespace:installed"*::
-  The dependency only selects installed packages.
-
 *NAMESPACE_MODALIAS "namespace:modalias"*::
   The dependency is a special modalias dependency that matches installed
   hardware.