diff options
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 94b5450a8d5..4a438ac602e 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.13 1999/01/19 17:01:59 hubertf Exp $ +.\" $NetBSD: pkg_create.1,v 1.14 1999/03/07 11:58:28 mycroft Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -31,24 +31,56 @@ .Nm pkg_create .Nd a utility for creating software package distributions .Sh SYNOPSIS -.Nm +.Nm "" .Op Fl ORhvl +.Bk -words .Op Fl B Ar build-info-file +.Ek +.Bk -words .Op Fl C Ar cpkgs +.Ek +.Bk -words .Op Fl D Ar displayfile +.Ek +.Bk -words .Op Fl P Ar dpkgs +.Ek +.Bk -words .Op Fl X Ar excludefile +.Ek +.Bk -words .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 .Op Fl k Ar dscript +.Ek +.Bk -words .Op Fl m Ar mtreefile +.Ek +.Bk -words .Op Fl p Ar prefix +.Ek +.Bk -words .Op Fl r Ar rscript +.Ek +.Bk -words .Op Fl t Ar template +.Ek +.Bk -words .Fl c Ar comment +.Ek +.Bk -words .Fl d Ar description +.Ek +.Bk -words .Fl f Ar packlist +.Ek .Ar pkg-name .Sh DESCRIPTION The |
