]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
man/lastlog: remove wrong use of keyword term
authorSerge Hallyn <serge@hallyn.com>
Wed, 5 Jun 2024 13:02:27 +0000 (08:02 -0500)
committerAlejandro Colomar <alx@kernel.org>
Wed, 5 Jun 2024 13:49:54 +0000 (15:49 +0200)
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 <term> and </term> show up in the processed
manpage.  See debian Bug#1072297.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
man/lastlog.8.xml

index 7a4ba967f32f46fe63f838b3f9e509a5d8e7eed4..6700791c1d9fc2cfd2e57d1002aa9b50929d0f5c 100644 (file)
       to hang as it processes entries with UIDs 171-799).
     </para>
     <para>
-      Having high UIDs can create problems when handling the <term><filename>
-      /var/log/lastlog</filename></term> with external tools. Although the
+      Having high UIDs can create problems when handling the <filename>
+      /var/log/lastlog</filename> 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.