From 8acec35d1d69877c4e66aac15fb8901dae2b97d8 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 5 Jun 2024 08:02:27 -0500 Subject: [PATCH] man/lastlog: remove wrong use of keyword term Per https://tdg.docbook.org/tdg/4.5/term, term is a word being defined in a varlistentry. The 'high uid' description is not a varlistentry, so and show up in the processed manpage. See debian Bug#1072297. Signed-off-by: Serge Hallyn --- man/lastlog.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/lastlog.8.xml b/man/lastlog.8.xml index 7a4ba967f..6700791c1 100644 --- a/man/lastlog.8.xml +++ b/man/lastlog.8.xml @@ -211,8 +211,8 @@ to hang as it processes entries with UIDs 171-799). - Having high UIDs can create problems when handling the - /var/log/lastlog with external tools. Although the + Having high UIDs can create problems when handling the + /var/log/lastlog with external tools. Although the actual file is sparse and does not use too much space, certain applications are not designed to identify sparse files by default and may require a specific option to handle them. -- 2.47.3