Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/rpm2pkg/files rpm2pkg: grammar and spelling f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665329181285
branches:  trunk
changeset: 437580:665329181285
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Aug 26 21:09:47 2020 +0000

description:
rpm2pkg: grammar and spelling fixes in rpm2pkg.8

diffstat:

 pkgtools/rpm2pkg/files/rpm2pkg.8 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r de28b43bf713 -r 665329181285 pkgtools/rpm2pkg/files/rpm2pkg.8
--- a/pkgtools/rpm2pkg/files/rpm2pkg.8  Wed Aug 26 20:55:30 2020 +0000
+++ b/pkgtools/rpm2pkg/files/rpm2pkg.8  Wed Aug 26 21:09:47 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rpm2pkg.8,v 1.9 2019/12/01 06:03:58 rin Exp $
+.\"    $NetBSD: rpm2pkg.8,v 1.10 2020/08/26 21:09:47 gutteridge Exp $
 .\"
 .\" Copyright (c) 2001, 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 12, 2011
+.Dd August 26, 2020
 .Dt RPM2PKG 8
 .Os
 .Sh NAME
@@ -74,7 +74,7 @@
 .Nx
 package list
 .Ar package_list
-from what was actually extracted from the RPM files archives.
+from what was actually extracted from the RPM file's archives.
 .It Fl i Ar ignored_dir
 Do not extract files contained in the
 .Ar ignored_dir
@@ -86,7 +86,7 @@
 .It Fl s Ar strip_path_count
 Strip
 .Ar strip_path_count
-leading directories in file names.
+leading directories in file paths.
 .El
 .Sh EXAMPLES
 .Nm
@@ -132,9 +132,9 @@
 .Ar bar.rpm
 file in
 .Pa /usr/pkg
-while striping the leading directory of files path in
+while stripping the leading directory of file paths in
 .Ar bar.rpm .
-This is useful for dealing with RPM archives that contains files like
+This is useful for dealing with RPM archives that contain files like
 .Pa usr/bin/foo ,
 which you would like to go in
 .Pa /usr/pkg/bin .



Home | Main Index | Thread Index | Old Index