File: refine-man-page-for-Debian.patch

package info (click to toggle)
wtmpdb 0.75.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: ansic: 4,199; xml: 715; sh: 78; makefile: 16
file content (29 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Andrew Bower <andrew@bower.uk>
Date: Mon, 7 Apr 2025 09:36:19 +0100
Forwarded: not-needed
Subject: refine man page for Debian

---
 man/wtmpdb.8.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/man/wtmpdb.8.xml b/man/wtmpdb.8.xml
index 79988b1..f96f318 100644
--- a/man/wtmpdb.8.xml
+++ b/man/wtmpdb.8.xml
@@ -27,10 +27,13 @@
 
     <para>
       <command>wtmpdb</command> displays the content of the wtmp
-      database and allows to create reboot and shutdown entries.
+      login and boot times database and provides sub-commands for
+      system scripts to create boot and shutdown entries and otherwise
+      manipulate the wtmp database.
     </para>
     <para>
-      This command is Y2038 safe and uses sqlite3 to store the information.
+      This command is year 2038-safe and uses sqlite3 to store
+      the information.
     </para>
   </refsect1>