Three years ago, commit 2b2d317242 removed these options from these two man pages but forgot to replace them with the relevant `include`. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- sys-utils/losetup.8.adoc | 2 ++ sys-utils/lscpu.1.adoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-utils/losetup.8.adoc b/sys-utils/losetup.8.adoc index e22e650b8..e549ddf1a 100644 --- a/sys-utils/losetup.8.adoc +++ b/sys-utils/losetup.8.adoc @@ -116,6 +116,8 @@ Use the raw *--list* output format. *-J*, *--json*:: Use JSON format for *--list* output. +include::man-common/help-version.adoc[] + == ENCRYPTION *Cryptoloop is no longer supported in favor of dm-crypt.* For more details see *cryptsetup*(8). diff --git a/sys-utils/lscpu.1.adoc b/sys-utils/lscpu.1.adoc index f7d9ccf0d..f86f531fd 100644 --- a/sys-utils/lscpu.1.adoc +++ b/sys-utils/lscpu.1.adoc @@ -95,6 +95,8 @@ The CPU logical numbers are not affected by this option. *--output-all*:: Output all available columns. This option must be combined with either *--extended*, *--parse* or *--caches*. +include::man-common/help-version.adoc[] + == BUGS The basic overview of CPU models is based on heuristics, taking into account differences such as -- 2.48.1