Skip to content

Commit 6e276f5

Browse files
committed
re-generate man pages (generated using "genmkfile manpages")
1 parent c830c8c commit 6e276f5

16 files changed

+125
-104
lines changed

auto-generated-man-pages/anon-consensus-del.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "ANON\-CONSENSUS\-DELETE" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBanon\-consensus\-delete\fR \- Tor consensus deletion

auto-generated-man-pages/apparmor-info.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "APPARMOR\-INFO" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBapparmor\-info\fR \- Shows AppArmor DENIED Log Messages
@@ -10,9 +10,9 @@ Shows AppArmor DENIED log messages\.
1010
.P
1111
If there are no DENIED log messages, outputs nothing\.
1212
.SH "RETURN VALUES"
13-
.IP "\[ci]" 4
13+
.IP "\(bu" 4
1414
\fB0\fR No DENIED messages found, OK\.
15-
.IP "\[ci]" 4
15+
.IP "\(bu" 4
1616
\fB1\fR DENIED messages found\.
1717
.IP "" 0
1818
.SH "EXAMPLE"

auto-generated-man-pages/apparmor-watch.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "APPARMOR\-WATCH" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBapparmor\-watch\fR \- Watch AppArmor DENIED and ALLOWED Log Messages

auto-generated-man-pages/apt-get-noninteractive.8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "APT\-GET\-NONINTERACTIVE" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBapt\-get\-noninteractive\fR \- wrapper to run \fBapt\-get\fR non\-interactively
@@ -9,11 +9,11 @@
99
Simple wrapper that sets environment variables and adds \fB\-\-yes\fR, \fB\-o Dpkg::Options::=\-\-force\-confask,confnew,confnew\fR then forwards all arguments to apt\-get\.
1010
.P
1111
Does not pass by default:
12-
.IP "\[ci]" 4
12+
.IP "\(bu" 4
1313
\fB\-\-allow\-downgrades\fR
14-
.IP "\[ci]" 4
14+
.IP "\(bu" 4
1515
\fB\-\-allow\-remove\-essential\fR
16-
.IP "\[ci]" 4
16+
.IP "\(bu" 4
1717
\fB\-\-allow\-change\-held\-packages\fR
1818
.IP "" 0
1919
.P

auto-generated-man-pages/apt-get-update-plus.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "APT\-GET\-UPDATE\-PLUS" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBapt\-get\-update\-plus\fR \- secure combined apt\-get update and apt\-get command
Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,67 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "CHMOD\-CALC" "1" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBchmod\-calc\fR \- Comprehensive File and Directory Inspection Tool
66
.SH "SYNOPSIS"
77
\fBchmod\-calc <file_path>\fR
88
.SH "DESCRIPTION"
99
\fBchmod\-calc\fR is a comprehensive file and directory inspection tool that consolidates various Linux command functionalities into a single utility\. It displays detailed information about a file or directory, including:
10-
.IP "\[ci]" 4
10+
.IP "\(bu" 4
1111
Basic permissions (Owner, Group, Public)
12-
.IP "\[ci]" 4
12+
.IP "\(bu" 4
1313
Octal representation of permissions
14-
.IP "\[ci]" 4
14+
.IP "\(bu" 4
1515
File type (Regular File, Directory, Symlink, Hardlink, etc\.)
16-
.IP "\[ci]" 4
16+
.IP "\(bu" 4
1717
Owner and group information
18-
.IP "\[ci]" 4
18+
.IP "\(bu" 4
1919
Access Control Lists (ACLs) status
20-
.IP "\[ci]" 4
20+
.IP "\(bu" 4
2121
Extended attributes (xattr) status
22-
.IP "\[ci]" 4
22+
.IP "\(bu" 4
2323
Linux capabilities (getcap)
24-
.IP "\[ci]" 4
24+
.IP "\(bu" 4
2525
Immutable attribute (chattr +i)
26-
.IP "\[ci]" 4
26+
.IP "\(bu" 4
2727
File size and link count
28-
.IP "\[ci]" 4
28+
.IP "\(bu" 4
2929
Special attributes (SUID, SGID, Sticky Bit)
30-
.IP "\[ci]" 4
30+
.IP "\(bu" 4
3131
Hidden file detection
3232
.IP "" 0
3333
.SH "RETURN VALUES"
34-
.IP "\[ci]" 4
34+
.IP "\(bu" 4
3535
\fB0\fR Successfully retrieved and displayed file information\.
36-
.IP "\[ci]" 4
36+
.IP "\(bu" 4
3737
\fB1\fR File not found or an error occurred\.
3838
.IP "" 0
3939
.SH "EXAMPLE"
4040
\fBchmod\-calc \./example_file\fR
41-
.P
42-
``` Permissions for: \./example_file Type: Regular File Owner: user Group: user Octal Permissions: 644 File Size: 123 bytes Link Count: 1 Hidden File: No ACLs: none Extended Attributes: none Capabilities: None Immutable (chattr +i): No
43-
.P
44-
Category Read Write Execute Owner Yes Yes No Group Yes No No Public Yes No No
45-
.P
46-
Special Attributes: SUID: Not Set SGID: Not Set Sticky Bit: Not Set ```
41+
.IP "" 4
42+
.nf
43+
Permissions for: \./example_file
44+
Type: Regular File
45+
Owner: user Group: user
46+
Octal Permissions: 644
47+
File Size: 123 bytes
48+
Link Count: 1
49+
Hidden File: No
50+
ACLs: none
51+
Extended Attributes: none
52+
Capabilities: None
53+
Immutable (chattr +i): No
54+
55+
Category Read Write Execute
56+
Owner Yes Yes No
57+
Group Yes No No
58+
Public Yes No No
59+
60+
Special Attributes:
61+
SUID: Not Set
62+
SGID: Not Set
63+
Sticky Bit: Not Set
64+
.fi
65+
.IP "" 0
4766
.SH "AUTHOR"
4867
This man page has been written by Patrick Schleizer (adrelanos@whonix\.org)\.

auto-generated-man-pages/dummy-dependency.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "DUMMY\-DEPENDENCY" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBdummy\-dependency\fR \- Creates Dummy Replacement Packages
@@ -8,9 +8,9 @@
88
.SH "DESCRIPTION"
99
Creates a dummy replacement package for the specified Debian package\. This can be used to satisfy dependencies without actually installing the original package\.
1010
.SH "RETURN VALUES"
11-
.IP "\[ci]" 4
11+
.IP "\(bu" 4
1212
\fB0\fR Dummy package successfully created and installed\.
13-
.IP "\[ci]" 4
13+
.IP "\(bu" 4
1414
\fB1\fR Error occurred during the creation or installation of the dummy package\.
1515
.IP "" 0
1616
.SH "EXAMPLES"

auto-generated-man-pages/ld-system-preload-disable.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "LD\-SYSTEM\-PRELOAD\-DISABLE" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBld\-system\-preload\-disable\fR \- disable /etc/ld\.so\.preload per application

auto-generated-man-pages/leaktest.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "LEAKTEST" "8" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBleaktest\fR \- try to produce a leak

auto-generated-man-pages/limit-low.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" generated with Ronn-NG/v0.9.1
2-
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
1+
.\" generated with Ronn-NG/v0.10.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
33
.TH "LIMIT\-LOW" "1" "January 2020" "helper-scripts" "helper-scripts Manual"
44
.SH "NAME"
55
\fBlimit\-low\fR \- start application with limited low system resources wrapper

0 commit comments

Comments
 (0)