aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-07-13 11:53:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-07-13 11:53:21 +0000
commitbe40b9eab4297ffb47abb6b1c643224477468371 (patch)
tree04f035348a05960b07cad0898a301756ef27c45a /gendistrib
parent66214df151f58dfe58d60de93559e47629675007 (diff)
downloadrpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar
rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.gz
rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.bz2
rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.tar.xz
rpmtools-be40b9eab4297ffb47abb6b1c643224477468371.zip
This man page is about gendistrib, not genhdlist. Also, fix $VERSION under svn.
Diffstat (limited to 'gendistrib')
-rwxr-xr-xgendistrib6
1 files changed, 3 insertions, 3 deletions
diff --git a/gendistrib b/gendistrib
index 1919dfa..8c1e253 100755
--- a/gendistrib
+++ b/gendistrib
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q$Id$ =~ /(\d+)/;
use strict;
use Cwd;
@@ -522,11 +522,11 @@ readable label for the media.
=head2 Operation
-F<genhdlist> should be passed the F<ROOT> directory as parameter. It will
+F<gendistrib> should be passed the F<ROOT> directory as parameter. It will
then generate the hdlist and synthesis files and all other files needed
for proper repository operation.
-F<genhdlist> will also verify any broken dependencies in your repository
+F<gendistrib> will also verify any broken dependencies in your repository
and report them.
=head1 SEE ALSO