Package: libhugetlbfs Version: 2.23-3 Tags: patch Hi. It can be difficult to understand that hugeadm is packaged in Debian:
jas@latte:~$ apt-cache search hugeadm jas@latte:~$ The attached patch improves documention so that the command line tool names are mentioned in the package description. Thanks, /Simon
From f6b1b07af3cd9beb76e722877f850c1a87e14f0f Mon Sep 17 00:00:00 2001 From: Simon Josefsson <[email protected]> Date: Mon, 14 Dec 2020 08:26:11 +0100 Subject: [PATCH] Doc fix: mention names of CLI tools. --- debian/control | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2e3cc46..0a09f1a 100644 --- a/debian/control +++ b/debian/control @@ -54,5 +54,10 @@ Description: Tools to ease use of hugetlbfs can use huge pages to fulfill malloc() requests without being recompiled by using LD_PRELOAD. . - The package provies several userspace tools to help with huge page - usability, environment setup, and control. + The package provies the following userspace tools to help with huge page + usability, environment setup, and control: + . + hugeadm: Configure the system huge page pools. + hugectl: Control policy for backing text, data and malloc() with hugepages. + hugeedit: Set default policy for backing text and data with hugepages. + pagesize: Print supported system page sizes. -- 2.20.1
signature.asc
Description: PGP signature

