Source-Changes-HG archive

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

[src/pkgviews]: src/usr.sbin/pkg_install/create Remove a redundant "-f conten...



details:   https://anonhg.NetBSD.org/src/rev/d982c2daf0e0
branches:  pkgviews
changeset: 534261:d982c2daf0e0
user:      jlam <jlam%NetBSD.org@localhost>
date:      Thu Aug 21 09:27:44 2003 +0000

description:
Remove a redundant "-f contents" option that duplicated the later
"-f packlist" options description.

diffstat:

 usr.sbin/pkg_install/create/pkg_create.1 |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r e15cc5f3135c -r d982c2daf0e0 usr.sbin/pkg_install/create/pkg_create.1
--- a/usr.sbin/pkg_install/create/pkg_create.1  Thu Aug 21 09:14:14 2003 +0000
+++ b/usr.sbin/pkg_install/create/pkg_create.1  Thu Aug 21 09:27:44 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.32.4.2 2003/07/25 11:54:01 jlam Exp $
+.\" $NetBSD: pkg_create.1,v 1.32.4.3 2003/08/21 09:27:44 jlam Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -52,9 +52,6 @@
 .Op Fl b Ar build-version-file
 .Ek
 .Bk -words
-.Op Fl f Ar contents
-.Ek
-.Bk -words
 .Op Fl i Ar iscript
 .Ek
 .Bk -words
@@ -158,13 +155,13 @@
 the argument itself.
 .It Fl E
 Add an empty views file to the package.
-.It Fl f Ar packinglist
+.It Fl f Ar packlist
 Fetch ``packing list'' for package from the file
-.Ar packinglist
+.Ar packlist
 or
 .Cm stdin
 if
-.Ar packinglist
+.Ar packlist
 is a
 .Cm -
 (dash).



Home | Main Index | Thread Index | Old Index