From: Michael Schroeder Date: Tue, 15 Oct 2013 15:13:16 +0000 (+0200) Subject: Deprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION. Fix spelling bugs. X-Git-Tag: upstream/0.6.4~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fed56bb8e4fdf02295d20b647af1388c8dfdb45;p=platform%2Fupstream%2Flibsolv.git Deprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION. Fix spelling bugs. --- diff --git a/doc/libsolv-constantids.3 b/doc/libsolv-constantids.3 index 225ae7f..27be957 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.78.0 -.\" Date: 09/20/2013 +.\" Date: 10/15/2013 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-CONSTANTIDS" "3" "09/20/2013" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-CONSTANTIDS" "3" "10/15/2013" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -385,7 +385,7 @@ The title of the reference, e\&.g\&. the bug summary\&. .PP \fBPRODUCT_REFERENCEFILE "product:referencefile"\fR .RS 4 -A reference to another product file\&. +The basename of the product file in the package\&. .RE .PP \fBPRODUCT_SHORTLABEL "product:shortlabel"\fR @@ -395,12 +395,12 @@ A identification string of the product\&. .PP \fBPRODUCT_DISTPRODUCT "product:distproduct"\fR .RS 4 -A SUSE Code\-10 product name\&. +Obsolete, do not use\&. Was a SUSE Code\-10 product name\&. .RE .PP \fBPRODUCT_DISTVERSION "product:distversion"\fR .RS 4 -A SUSE Code\-10 product version\&. +Obsolete, do not use\&. Was a SUSE Code\-10 product version\&. .RE .PP \fBPRODUCT_TYPE "product:type"\fR @@ -425,12 +425,12 @@ An array of product flags\&. .PP \fBPRODUCT_PRODUCTLINE "product:productline"\fR .RS 4 -A product line string\&. +A product line string used for product registering\&. .RE .PP \fBPRODUCT_REGISTER_TARGET "product:regtarget"\fR .RS 4 -A target for proudct registering\&. +A target for prouduct registering\&. .RE .PP \fBPRODUCT_REGISTER_RELEASE "product:regrelease"\fR @@ -445,7 +445,7 @@ The keyid of a pubkey, consisting of 8 bytes in hex\&. .PP \fBPUBKEY_FINGERPRINT "pubkey:fingerprint"\fR .RS 4 -The fingerprint of a pubkey, usually a sha1sum in hex\&. Old V3 RSA keys use an md5sum instead\&. +The fingerprint of a pubkey, usually a sha1sum in hex\&. Old V3 RSA keys use a md5sum instead\&. .RE .PP \fBPUBKEY_EXPIRES "pubkey:expires"\fR @@ -475,7 +475,7 @@ A list of other patterns that this pattern extends\&. .PP \fBSOLVABLE_ICON "solvable:icon"\fR .RS 4 -The icon of a pattern\&. +The icon name of a pattern\&. .RE .PP \fBSOLVABLE_ORDER "solvable:order"\fR diff --git a/doc/libsolv-constantids.txt b/doc/libsolv-constantids.txt index 512e6fd..48b5395 100644 --- a/doc/libsolv-constantids.txt +++ b/doc/libsolv-constantids.txt @@ -289,16 +289,16 @@ Special Solvable Attributes The title of the reference, e.g. the bug summary. *PRODUCT_REFERENCEFILE "product:referencefile"*:: - A reference to another product file. + The basename of the product file in the package. *PRODUCT_SHORTLABEL "product:shortlabel"*:: A identification string of the product. *PRODUCT_DISTPRODUCT "product:distproduct"*:: - A SUSE Code-10 product name. + Obsolete, do not use. Was a SUSE Code-10 product name. *PRODUCT_DISTVERSION "product:distversion"*:: - A SUSE Code-10 product version. + Obsolete, do not use. Was a SUSE Code-10 product version. *PRODUCT_TYPE "product:type"*:: The type of the product, e.g. ``base''. @@ -313,10 +313,10 @@ Special Solvable Attributes An array of product flags. *PRODUCT_PRODUCTLINE "product:productline"*:: - A product line string. + A product line string used for product registering. *PRODUCT_REGISTER_TARGET "product:regtarget"*:: - A target for proudct registering. + A target for prouduct registering. *PRODUCT_REGISTER_RELEASE "product:regrelease"*:: A release string for proudct registering. @@ -326,7 +326,7 @@ Special Solvable Attributes *PUBKEY_FINGERPRINT "pubkey:fingerprint"*:: The fingerprint of a pubkey, usually a sha1sum in hex. Old V3 RSA keys - use an md5sum instead. + use a md5sum instead. *PUBKEY_EXPIRES "pubkey:expires"*:: The seconds since the unix epoch when the pubkey expires. @@ -345,7 +345,7 @@ Special Solvable Attributes A list of other patterns that this pattern extends. *SOLVABLE_ICON "solvable:icon"*:: - The icon of a pattern. + The icon name of a pattern. *SOLVABLE_ORDER "solvable:order"*:: An ordering clue of a pattern.