Skip to content

Commit

Permalink
remove NAMESPACE_INSTALLED from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 19, 2015
1 parent 5189d00 commit 4b97ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 3 additions & 8 deletions doc/libsolv-constantids.3
Expand Up @@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\&.
Expand Down
3 changes: 0 additions & 3 deletions doc/libsolv-constantids.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 4b97ff7

Please sign in to comment.