From 1e314b691cb347f40e2f1440d166a2ce6a4ccbaa Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 7 Feb 2026 10:39:41 +0100 Subject: Add doc --- doc/bin/powertool.html | 61 ++++++++++++++++++++ doc/bin/set-ctrlaltdel.html | 51 +++++++++++++++++ doc/index.html | 85 ++++++++++++++++++++++++++++ doc/linux-supplements-0.1.0.0.tar.gz | Bin 0 -> 19270 bytes doc/linux-supplements-0.1.0.0.tar.gz.sha256 | 1 + package/info | 2 +- 6 files changed, 199 insertions(+), 1 deletion(-) create mode 100644 doc/bin/powertool.html create mode 100644 doc/bin/set-ctrlaltdel.html create mode 100644 doc/index.html create mode 100644 doc/linux-supplements-0.1.0.0.tar.gz create mode 100644 doc/linux-supplements-0.1.0.0.tar.gz.sha256 diff --git a/doc/bin/powertool.html b/doc/bin/powertool.html new file mode 100644 index 0000000..f4eb785 --- /dev/null +++ b/doc/bin/powertool.html @@ -0,0 +1,61 @@ + + + + + + + powertool + + + +
+

+ linux-supplements +
+ Software +
+ 0x53.net +

+
+ +

The powertool program

+

+ powertool instructs the Linux Kernel to either + halt, poweroff or reboot. + This initiates hardware shutdown, not an orderly + shutdown of the system. It should be the last + program called during an orderly shutdown sequence. +

+

Interface

+
     powertool -h | -p | -r
+

+ powertool instructs the Linux Kernel according to the options given. + The op's listed below are documented + here. +

+

Options

+ +

Exit codes

+ + + diff --git a/doc/bin/set-ctrlaltdel.html b/doc/bin/set-ctrlaltdel.html new file mode 100644 index 0000000..ef8c014 --- /dev/null +++ b/doc/bin/set-ctrlaltdel.html @@ -0,0 +1,51 @@ + + + + + + + set-ctrlaltdel + + + +
+

+ linux-supplements +
+ Software +
+ 0x53.net +

+
+ +

The set-ctrlaltdel program

+

+ set-ctrlaltdel sets the action done upon pressing the + CTRL + ALT + DEL key combination. +

+

Interface

+
     set-ctrlaltdel -h | -s
+

Options

+ +

Exit codes

+ + + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..084a94f --- /dev/null +++ b/doc/index.html @@ -0,0 +1,85 @@ + + + + + + + linux-supplements + + + +
+

+ Software +
+ 0x53.net +

+
+ +

linux-supplements

+

What is it?

+

+ linux-supplements contains utilities that + goetia on Linux + requires, but are not consistently + part of software packages providing + Linux Kernel specific tools. + (see here). +

+
+

Installation

+

Requirements

+ +

Licensing

+

+ linux-supplements is free software. It is available under the + ISC license. +

+

Download

+ +

Compilation

+ +
+

Reference

+
+

Commands

+ +
+ + diff --git a/doc/linux-supplements-0.1.0.0.tar.gz b/doc/linux-supplements-0.1.0.0.tar.gz new file mode 100644 index 0000000..7844609 Binary files /dev/null and b/doc/linux-supplements-0.1.0.0.tar.gz differ diff --git a/doc/linux-supplements-0.1.0.0.tar.gz.sha256 b/doc/linux-supplements-0.1.0.0.tar.gz.sha256 new file mode 100644 index 0000000..ad23d5d --- /dev/null +++ b/doc/linux-supplements-0.1.0.0.tar.gz.sha256 @@ -0,0 +1 @@ +37756de7ccba79772cad3c2fd649b3bee0efc360ea9b1b72782f002551409553 linux-supplements-0.1.0.0.tar.gz diff --git a/package/info b/package/info index 4c35d4d..c6f433b 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=linux-supplements -version=0.0.0.1 +version=0.1.0.0 category=admin package_macro_name=LINUX-SUPPLEMENTS -- cgit v1.2.3