diff options
author | Michael Schroeder <mls@suse.de> | 2013-06-18 16:10:57 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-06-18 16:10:57 +0200 |
commit | 209e9cbd58a8efee808cdf7ccb8784f41735cc2f (patch) | |
tree | 31e88fdabcb028ca7e10d5b4a53f39e0b7b3b372 /doc | |
parent | 92536a707c84772076aac0ea522df8052ec5b390 (diff) | |
download | libsolv-209e9cbd58a8efee808cdf7ccb8784f41735cc2f.tar.gz libsolv-209e9cbd58a8efee808cdf7ccb8784f41735cc2f.tar.bz2 libsolv-209e9cbd58a8efee808cdf7ccb8784f41735cc2f.zip |
minor docu fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libsolv-constantids.3 | 12 | ||||
-rw-r--r-- | doc/libsolv-constantids.txt | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/libsolv-constantids.3 b/doc/libsolv-constantids.3 index b514199..92b5a4e 100644 --- a/doc/libsolv-constantids.3 +++ b/doc/libsolv-constantids.3 @@ -2,12 +2,12 @@ .\" Title: Libsolv-Constantids .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -.\" Date: 06/11/2013 +.\" Date: 06/18/2013 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-CONSTANTIDS" "3" "06/11/2013" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-CONSTANTIDS" "3" "06/18/2013" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -340,22 +340,22 @@ The array containing the package list of the update\&. .PP \fBUPDATE_COLLECTION_NAME "update:collection:name"\fR .RS 4 -The name of the to be updated package\&. +The name of the updated package\&. .RE .PP \fBUPDATE_COLLECTION_EVR "update:collection:evr"\fR .RS 4 -The version of the to be updated package\&. +The version of the updated package\&. .RE .PP \fBUPDATE_COLLECTION_ARCH "update:collection:arch"\fR .RS 4 -The architecture of the to be updated package\&. +The architecture of the updated package\&. .RE .PP \fBUPDATE_COLLECTION_FILENAME "update:collection:filename"\fR .RS 4 -The file name of the to be updated package\&. +The file name of the updated package\&. .RE .PP \fBUPDATE_REFERENCE "update:reference"\fR diff --git a/doc/libsolv-constantids.txt b/doc/libsolv-constantids.txt index 191815f..512e6fd 100644 --- a/doc/libsolv-constantids.txt +++ b/doc/libsolv-constantids.txt @@ -262,16 +262,16 @@ Special Solvable Attributes The array containing the package list of the update. *UPDATE_COLLECTION_NAME "update:collection:name"*:: - The name of the to be updated package. + The name of the updated package. *UPDATE_COLLECTION_EVR "update:collection:evr"*:: - The version of the to be updated package. + The version of the updated package. *UPDATE_COLLECTION_ARCH "update:collection:arch"*:: - The architecture of the to be updated package. + The architecture of the updated package. *UPDATE_COLLECTION_FILENAME "update:collection:filename"*:: - The file name of the to be updated package. + The file name of the updated package. *UPDATE_REFERENCE "update:reference"*:: The array containing the reference list of the update. |