diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-24 10:52:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-24 10:52:22 +0200 |
commit | cc664e28b748423c5a51e0092644f3c92cf0859e (patch) | |
tree | 3e22c90993a6d7c4c4d1701535a6587f21b11dd8 | |
parent | 74f55224442b17ef5d6a03783790f1a2fbd22aaa (diff) |
Add section ids in pkg-bindist man page
-rw-r--r-- | bpkg/pkg-bindist.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli index 2c05aaa..c9a89da 100644 --- a/bpkg/pkg-bindist.cli +++ b/bpkg/pkg-bindist.cli @@ -164,7 +164,7 @@ namespace bpkg class pkg_bindist_debian_options { - "\h|DEBIAN DESCRIPTION| + "\h#debian|DEBIAN DESCRIPTION| The Debian binary packages are generated by producing the standard \cb{debian/control}, \cb{debian/rules}, and other package metadata files @@ -329,7 +329,7 @@ namespace bpkg class pkg_bindist_fedora_options { - "\h|FEDORA DESCRIPTION| + "\h#fedora|FEDORA DESCRIPTION| The Fedora binary packages are generated by producing the standard RPM spec file and then invoking \cb{rpmbuild(8)} to build the binary package @@ -509,7 +509,7 @@ namespace bpkg class pkg_bindist_archive_options { - "\h|ARCHIVE DESCRIPTION| + "\h#archive|ARCHIVE DESCRIPTION| The installation archive binary packages are generated by invoking the \cb{build2} build system on the required packages directly in their |