31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
|
|
From 9f57beb31ade241aeda412a8ada4912bab83bd40 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Serge Hallyn <serge@hallyn.com>
|
||
|
|
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 <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 | 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).
|
||
|
|
</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.
|