Skip to content

Conversation

@evelikov
Copy link
Collaborator

Random collection of patches, while browsing through #397

First patch is a squash (+ drop of kmod bits) from Ricardo, the other 3 minor man page nitpicks.

The next 4 are meson/autotools yak shaving.

With the last two de-duplicating man sections + an open question how to credit the other 20 individuals in the COPYRIGHT section.

Patches can be picked individually or as a whole. Happy to split into separate PRs - let me know if you have any preferences.

ricardobranco777 and others added 11 commits November 9, 2025 21:11
Most tools don't consider the file/module name as optional, so we can
drop the square brackets denoting so.

Mind you, if we want to be extra pedantic - it is not required for
--help, --version et al. Although that should be obvious, as we are
(starting to) simplify yet enhance the documentation.

Signed-off-by: Ricardo Branco <rbranco@suse.de>
[Emil: drop kmod hunk, squash + commit message]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Drop the "list of" part - we are already (somewhat) consistently using
modulenames across the tree.

While in here, also drop the square brackets - the modulename(s) is not
an optional argument.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
In a number of places we are using ellipsis to indicate plural/multiple
instances. It's not fairly consistent plus we can live without them in
my opinion.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
We do so in all other manual pages, so update the outlier.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
With earlier meson versions (pre 0.50) build_by_default and install
didn't have great integration. With newer meson versions, as the former
is undefined the latter will control both.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
These are left overs from the autotools-side of the build system.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
With meson 0.61 we can use f strings, over the explicit .format().
Multi-line f-strings are introduced with meson 0.63, which we don't
require yet, plus it's not like we have many instances.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
With the move to meson. only out-of-tree builds are allowed. As such, we
can remove ~90% of the contents of our .gitignore file(s).

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
We don't need the cat + extra pipe - sed can take the input filename as
an argument. This also means, we can drop the coreutils from the Alpine
CI.

This change is meant to ease de-duplication of the man pages - coming
with a later commit.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Move the sections into a dedicated trailer.scd file, which gets added
during manpage generation.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
The section is very outdated, listing only the original author and/or
copyright holder. A quick git log shows that over 20 individuals have
helped.

Swap the original for a more comprehensive solution (WHAT EXACTLY ...
A see git log reference similar to the AUTHORS one?)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants