From 49e88454a377bfbb438b7d5e7d1a173f037616e3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 11 May 2018 16:26:15 +0200 Subject: [PATCH] doc: fix typo Signed-off-by: Igor Gnatenko --- doc/gen/libsolv-bindings.3 | 8 ++++---- doc/libsolv-bindings.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/gen/libsolv-bindings.3 b/doc/gen/libsolv-bindings.3 index a6534aa2..5c32bbca 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: 02/28/2018 +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: 05/11/2018 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-BINDINGS" "3" "02/28/2018" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-BINDINGS" "3" "05/11/2018" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -2763,7 +2763,7 @@ Do a sub\-search in the array stored in keyname\&. .\} .nf \fBvoid skip_solvable()\fR; -\fI$di\fR\fB\->kip_solvable()\fR; +\fI$di\fR\fB\->skip_solvable()\fR; \fIdi\fR\fB\&.skip_solvable()\fR \fIdi\fR\fB\&.skip_solvable()\fR .fi diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index 1f6422f1..a302f024 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -1543,7 +1543,7 @@ Allow the matching of checksum entries. Do a sub-search in the array stored in keyname. void skip_solvable(); - $di->kip_solvable(); + $di->skip_solvable(); di.skip_solvable() di.skip_solvable() -- 2.47.2