]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
doc: findallproblemrule -> findallproblemrules 223/head
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Sun, 27 Aug 2017 08:47:45 +0000 (10:47 +0200)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Mon, 4 Sep 2017 09:56:28 +0000 (11:56 +0200)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
doc/gen/libsolv-bindings.3
doc/gen/libsolv-pool.3
doc/libsolv-bindings.txt

index 0e911159cc60a1cfdfb1e49a3e600105ed914fe1..e956be678c48e214b57738f2b42cd6621098b650 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: Libsolv-Bindings
 .\"    Author: [see the "Author" section]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 09/04/2017
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 08/27/2017
 .\"    Manual: LIBSOLV
 .\"    Source: libsolv
 .\"  Language: English
 .\"
-.TH "LIBSOLV\-BINDINGS" "3" "09/04/2017" "libsolv" "LIBSOLV"
+.TH "LIBSOLV\-BINDINGS" "3" "08/27/2017" "libsolv" "LIBSOLV"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -4025,8 +4025,8 @@ Return the rule that caused the problem\&. Of course in most situations there is
 .nf
 \fBRule *findallproblemrules(bool\fR \fIunfiltered\fR \fB= 0)\fR
 my \fI@probrules\fR \fB=\fR \fI$problem\fR\fB\->findallproblemrules()\fR;
-\fIprobrules\fR \fB=\fR \fIproblem\fR\fB\&.findallproblemrule()\fR
-\fIprobrules\fR \fB=\fR \fIproblem\fR\fB\&.findallproblemrule()\fR
+\fIprobrules\fR \fB=\fR \fIproblem\fR\fB\&.findallproblemrules()\fR
+\fIprobrules\fR \fB=\fR \fIproblem\fR\fB\&.findallproblemrules()\fR
 .fi
 .if n \{\
 .RE
index b2e63a39e3c27da80311c12411e5945bdc020f40..d324f6892eea80293f204400565c4bb0a416f2c2 100644 (file)
@@ -1,7 +1,7 @@
 '\" t
 .\"     Title: Libsolv-Pool
 .\"    Author: [see the "Author" section]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
 .\"      Date: 09/04/2017
 .\"    Manual: LIBSOLV
 .\"    Source: libsolv
index f954ce3b2918ddda89380a85718cca7143942bd0..fcae1ada7dcaee8385ef47aa0781aeda30a961a7 100644 (file)
@@ -2500,8 +2500,8 @@ that somewhat describes the problem best to the user.
 
        Rule *findallproblemrules(bool unfiltered = 0)
        my @probrules = $problem->findallproblemrules();
-       probrules = problem.findallproblemrule()
-       probrules = problem.findallproblemrule()
+       probrules = problem.findallproblemrules()
+       probrules = problem.findallproblemrules()
 
 Return all rules responsible for the problem. The returned set of rules contains
 all the needed information why there was a problem, but it's hard to present