diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 15:53:48 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 15:53:48 (EDT) |
commit | 9814da371c4edc53c99d909d7ee5d0d4fa3bcee7 (patch) | |
tree | f81bd124ad7ddaa75e44012b4b29d92445a2b32b /man | |
parent | d03399308a3d2a2d8a2cd437fcdae891a721bd81 (diff) |
ob-gencontrol(1): Update
Diffstat (limited to 'man')
-rw-r--r-- | man/ob-gencontrol.1in | 15 | ||||
-rw-r--r-- | man/opkbuild.7in | 2 |
2 files changed, 5 insertions, 12 deletions
diff --git a/man/ob-gencontrol.1in b/man/ob-gencontrol.1in index e10cf7e..d24796a 100644 --- a/man/ob-gencontrol.1in +++ b/man/ob-gencontrol.1in @@ -1,23 +1,16 @@ .TH OB-GENCONTROL 1 "@DATE@" "@SOURCE@" "@MANUAL@" .SH NAME -ob-gencontrol \- Generate a control directory with a control file and scripts +ob-gencontrol \- Generate each binary package's control directory with a control +file and scripts .SH SYNOPSIS .B ob-gencontrol -.BR -s \ | -.IR pkgname ... .SH DESCRIPTION .B ob-gencontrol -makes a control directory for a package and populates it with the package's -maintainer scripts and a generated control file. - -.SH OPTIONS -.TP -.B \-s -Generate a control directory for the binary package that contains source -packaging. +makes a control directory for each binary package and populates it with the +package's maintainer scripts and a generated control file. .SH COPYRIGHT Copyright (C) 2012 Patrick McDermott diff --git a/man/opkbuild.7in b/man/opkbuild.7in index dd4f4af..90748f6 100644 --- a/man/opkbuild.7in +++ b/man/opkbuild.7in @@ -35,7 +35,7 @@ Copy build-time or run-time platform configuration files Install package documentation into a binary package staging area .TP .BR ob-gencontrol (1) -Generate a control directory with a control file and scripts +Generate each binary package's control directory with a control file and scripts .TP .BR ob-buildopk (1) Pack binary package files into opk files |