From c3244c9226569c3698ffb0d56c426deeafcc7771 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 27 Aug 2017 10:47:45 +0200 Subject: [PATCH] doc: findallproblemrule -> findallproblemrules Signed-off-by: Igor Gnatenko --- doc/gen/libsolv-bindings.3 | 10 +++++----- doc/gen/libsolv-pool.3 | 2 +- doc/libsolv-bindings.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/gen/libsolv-bindings.3 b/doc/gen/libsolv-bindings.3 index 0e911159..e956be67 100644 --- a/doc/gen/libsolv-bindings.3 +++ b/doc/gen/libsolv-bindings.3 @@ -1,13 +1,13 @@ '\" t .\" Title: Libsolv-Bindings .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 09/04/2017 +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" 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 diff --git a/doc/gen/libsolv-pool.3 b/doc/gen/libsolv-pool.3 index b2e63a39..d324f689 100644 --- a/doc/gen/libsolv-pool.3 +++ b/doc/gen/libsolv-pool.3 @@ -1,7 +1,7 @@ '\" t .\" Title: Libsolv-Pool .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 09/04/2017 .\" Manual: LIBSOLV .\" Source: libsolv diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index f954ce3b..fcae1ada 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -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 -- 2.47.2