]>
git.ipfire.org Git - thirdparty/util-linux.git/log
Karel Zak [Thu, 6 Mar 2025 11:14:41 +0000 (12:14 +0100)]
build-sys: update release dates
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 11:11:37 +0000 (12:11 +0100)]
tests: update lsmem outputs
Addresses:
68c9f5578230b8a715204d7f05b52b65f97f808a
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
0e08b4300efac2230d65bdbc737985e399b168d7 )
Karel Zak [Thu, 6 Mar 2025 10:09:13 +0000 (11:09 +0100)]
tools/git-version-bump: add from master branch
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 10:07:42 +0000 (11:07 +0100)]
docs: update v2.41-rc2-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 10:05:55 +0000 (11:05 +0100)]
tools/git-grouped-log: sort output
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 09:52:59 +0000 (10:52 +0100)]
tools/git-grouped-log: add from master branch
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 09:39:15 +0000 (10:39 +0100)]
tools/git-tp-sync: update also po-man
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 09:38:20 +0000 (10:38 +0100)]
po-man: merge changes
Karel Zak [Thu, 6 Mar 2025 09:23:36 +0000 (10:23 +0100)]
tools/git-tp-sync: fix checkout -f use
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 6 Mar 2025 09:22:03 +0000 (10:22 +0100)]
po: merge changes
Benno Schulenberg [Thu, 6 Mar 2025 09:06:48 +0000 (10:06 +0100)]
po: update nl.po (from translationproject.org)
Antonio Ceballos Roa [Thu, 6 Mar 2025 09:06:48 +0000 (10:06 +0100)]
po: update es.po (from translationproject.org)
Benno Schulenberg [Tue, 4 Mar 2025 16:08:06 +0000 (17:08 +0100)]
hardlink: replace a strange word in an error message
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
bd83387e25fca9e3fbeb6787b421b24673d7ac8c )
Benno Schulenberg [Tue, 4 Mar 2025 16:08:05 +0000 (17:08 +0100)]
lsmem: increase the available width for the summary text labels
This allows the subsequent numbers to get vertically aligned for
most translations too.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
68c9f5578230b8a715204d7f05b52b65f97f808a )
Masatake YAMATO [Wed, 5 Mar 2025 14:25:52 +0000 (23:25 +0900)]
tests: (lsns/nsfs) consider the cases that lsns returns multiple paths
Fixes #3442
If a target directory is bind-mount'ed, lsns returns multiple paths
as the value for NSFS column. This change considers this case.
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit
dc5c86e91aa9a8fa386896865e069383c5bc4cac )
Masatake YAMATO [Tue, 4 Mar 2025 19:39:12 +0000 (04:39 +0900)]
tests: (lsns/nsfs) check test_sysinfo helper
This check was missed though the command was used in
the test case.
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit
f39d142bfea2471ea94cb17de884642e8fcbc880 )
Karel Zak [Wed, 5 Mar 2025 08:53:34 +0000 (09:53 +0100)]
tests: improve test_sysinfo to check for NS_GET_NSTYPE usability
Now the test checks if the kernel supports the NS_GET_NSTYPE ioctl,
but it seems that on some platforms it's implemented but does not work
as expected and returns ENOTTY.
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
4391638806a40b71383646a33ed022476f4c9dea )
Karel Zak [Tue, 4 Mar 2025 18:07:43 +0000 (19:07 +0100)]
tests: check for ns-get*-ok
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
4f6135531ceb808e721f36937c0a11c865bb4bd8 )
Frantisek Sumsal [Tue, 4 Mar 2025 12:37:11 +0000 (13:37 +0100)]
ci: bump uraimo/run-on-arch-action to v3
The latest v3 version should address the sporadic segfaults we've been
seeing (mainly on s390x).
(cherry picked from commit
14707be7318936a6bed2f1bba5dc7b8741e83992 )
Frantisek Sumsal [Tue, 4 Mar 2025 12:36:53 +0000 (13:36 +0100)]
Revert "ci: temporarily switch the alt-arch job worker to Ubuntu 22.04"
This reverts commit
c389f166e5c35e3a7d91205997b75bec5d4353fb .
(cherry picked from commit
fca77fea84d080547714f5c866c0775d04b61125 )
Antonio Russo [Sun, 2 Mar 2025 19:58:07 +0000 (12:58 -0700)]
fallocate: rework incompatible options
Follow up to
d95f9a6 , addressing ordering requirements, natural
incompatibilities between various options, and limitations of
posix_fallocate.
(cherry picked from commit
7130d901f1867061514296395589fe004a3e4bec )
Masatake YAMATO [Tue, 4 Mar 2025 11:05:29 +0000 (20:05 +0900)]
test_mkfds: disable ppoll multiplexer if sigset_t is not defined
Fixes #3432
The ppoll multiplexer requires RAW sigset_t type generally defined in
asm/linux.h. However, the parisc arch of the kernel older than
487fa28fa8b60417642ac58e8beda6e2509d18f9 didn't export the type to
the user space.
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
(cherry picked from commit
82390c030674ec496ab70b143c54f7e961f45a48 )
Karel Zak [Tue, 4 Mar 2025 10:44:16 +0000 (11:44 +0100)]
test_mkfds: remove local pidfd_open() fallback
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
3664cacaafa4834b0b7702da9e4df0aef9700263 )
Karel Zak [Tue, 4 Mar 2025 08:47:11 +0000 (09:47 +0100)]
include/pidfd-utils: improve robustness
* remove global UL_HAVE_PIDFD, in many cases we need only subset of pidfd
kernel API, rrather than all the functios
* improve #ifdefs for pidfd_*() direct syscalls
* improve dummy fallback to not redefine system header files
Fixes: https://github.com/util-linux/util-linux/issues/3437
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
4a1053812f396619070b6849f4d8830c1ee272ee )
Benno Schulenberg [Mon, 3 Mar 2025 10:21:37 +0000 (11:21 +0100)]
column: replace a mistaken word in an error message
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
455e609f06810d01336b61a273673e4fddeb33c2 )
WanBingjiang [Wed, 26 Feb 2025 07:17:19 +0000 (15:17 +0800)]
misc-utils/lastlog2: Add option -a for listing active users only
(cherry picked from commit
00bd8b9fc1369706d973b5e3cd1f2f7320ed9426 )
WanBingjiang [Thu, 27 Feb 2025 07:13:37 +0000 (15:13 +0800)]
sys-utils/lscpu: Change object type to SCOLS_JSON_STRING if data == "-"
(cherry picked from commit
049901c63ea7ad8a1e0ba4feeaf7360dbf4bdc2f )
Karel Zak [Wed, 26 Feb 2025 10:50:47 +0000 (11:50 +0100)]
include/mount-api-utils: improve coding style
Improve the alignment of comments and other elements.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 26 Feb 2025 10:06:36 +0000 (11:06 +0100)]
mount: (man) add info about info messages
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 25 Feb 2025 10:46:46 +0000 (11:46 +0100)]
fdisk: (man) add note about partition size calculation
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
57df7ea01b2c3dddbe88651cbd1db9ab0b6c94f2 )
Karel Zak [Tue, 25 Feb 2025 10:48:14 +0000 (11:48 +0100)]
libmount: add support for STATMOUNT_SB_SOURCE
* read mount source by statmount() 9requires kernel >=6.14
* add new STATMOUNT_* masks
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
781a960cef0599db0aca074403db87f24394c1af )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:40 +0000 (14:08 +0100)]
scriptlive: improve some descriptions, markup, and grammar in the manpage
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
2263c16364b2248e73b9efd1c33c01bb190ba4a6 )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:39 +0000 (14:08 +0100)]
scriptlive: reduce two usage synopses to one simple one
No synopsis can show all possible permutattions of arguments and
options, so do not even try and just give the most basic form,
without unneeded -t, -I, or -B.
Also, use angle brackets to show that <timingfile> and <typescript>
are placeholders.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
921b4fe498edde7d1d5c280d6d50050d18d97b44 )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:38 +0000 (14:08 +0100)]
scriptreplay: mark literal values in the man page in bold, not italic
Also, mention which keys can be used to speed up, slow down, and pause
the replay. Shorten the description of '-s' as it is deprecated. And
improve the description of '-t': it does not override the _timingfile_
positional argument, but takes the place of it, makes it unneeded.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
df2353c92ed5ea632826a4b81f22cb38f944407c )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:37 +0000 (14:08 +0100)]
scriptreplay: reduce two usage synopses to one, and drop the -t from it
Those two synopses still did not express several possible forms:
scriptreplay -m.1 timings
scriptreplay typescript -t timings -m.1
...
So, instead of trying to cover all possibilities, just give the
basic form of the command, which is clearest and most helpful.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
6a408bdc6596a70cffa40d8fa129508de1410b21 )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:36 +0000 (14:08 +0100)]
scriptreplay: make Up/Down keys use a percentage instead of fixed amount
Using a fixed 0.1 amount made each subsequent Down-arrow key slow things
down _more_, and each subsequent Up-arrow key speed things up _less_.
It's nicer when each subsequent keystroke has the same relative effect.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
2b528997f22c2784bf09d492842833f3a1e38ab0 )
Benno Schulenberg [Mon, 24 Feb 2025 13:08:35 +0000 (14:08 +0100)]
scriptreplay: indicate that <divisor> is conditional on <typescript>
Also, use angle brackets to show that those words are placeholders,
not literals, and improve the descriptions of the key bindings.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
(cherry picked from commit
d2c323bc41dd276bc0678a06b77cceca52a2ec1d )
Samuel Thibault [Tue, 25 Feb 2025 07:27:18 +0000 (08:27 +0100)]
autotools: Fix use of mq_open and mq_close
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
7ef6bd05f88b6149a0160877856c6155ef6c7130 )
Karel Zak [Mon, 24 Feb 2025 13:04:53 +0000 (14:04 +0100)]
Libmount: Fix removal of "owner" option when executed as root
When executed as root, libmount replaces the "owner" and "group" mount
options with "nosuid, nodev, ..." However, this can result in an
"invalid argument" error because libmount removes the unwanted options
first and then tries to address the location for the new options using
the already removed options. To fix this, we need to reverse the order
of operations.
Reported-by: hxinzhe <hxinzhe1024@163.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
4aa39b894dbb80eab45af53a011224a43b687b94 )
Karel Zak [Mon, 24 Feb 2025 12:37:04 +0000 (13:37 +0100)]
agetty: fix stdin conversion to tty name
Addresses: https://github.com/util-linux/util-linux/issues/3304
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
bd6c104f931329ce6fbc5a1250c8c80a1d8223ee )
Karel Zak [Wed, 19 Feb 2025 18:00:09 +0000 (19:00 +0100)]
po: merge changes
Karel Zak [Wed, 19 Feb 2025 18:00:02 +0000 (19:00 +0100)]
po: update LINGUAS list
Božidar Putanec [Wed, 19 Feb 2025 18:00:01 +0000 (19:00 +0100)]
po: update hr.po (from translationproject.org)
Karel Zak [Wed, 19 Feb 2025 17:52:20 +0000 (18:52 +0100)]
tools/git-tp-sync: require git
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
080e11a38f9526201ff4cf99ae6c4e06c95cfbf0 )
Karel Zak [Wed, 19 Feb 2025 17:40:39 +0000 (18:40 +0100)]
tools/git-tp-sync: merge changes to PO files
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
27ef5bbab51b3b2d45b9d5805d410b2e095e3cbb )
Karel Zak [Wed, 19 Feb 2025 14:53:00 +0000 (15:53 +0100)]
autotools: remove tools/git-tp-sync-man
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
fab3548980454647e19d14f87473c44a10db36fd )
Karel Zak [Wed, 19 Feb 2025 14:45:20 +0000 (15:45 +0100)]
tools/git-tp-sync-man: remove obsolete script
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
87f9a6d471da5dbff9f246b55f2937d93fdb674b )
Karel Zak [Wed, 19 Feb 2025 14:44:00 +0000 (15:44 +0100)]
tools/git-tp-sync: support multiple directories
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
8991d46d9d3b079620ede3b9dd0aefdff9608fc9 )
Karel Zak [Wed, 19 Feb 2025 11:41:12 +0000 (12:41 +0100)]
tools/git-tp-sync: reuse git ls-files calls
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
33972cc93941d7f42b522f60c4c4ffa15cfd2a46 )
Karel Zak [Wed, 19 Feb 2025 11:33:58 +0000 (12:33 +0100)]
tools/git-tp-sync: add --dry-run and --help
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
7bbfe3083b5b259ed653914e41688c37206611e9 )
Karel Zak [Wed, 19 Feb 2025 11:07:00 +0000 (12:07 +0100)]
tools/git-tp-sync: Compare Revisions
The previous version required updating languages through the command
line, or it would download all PO files.
This commit improves the script by comparing the PO-Revision-Date in
the old and new versions, and only commits updated PO files.
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
100c0c1eee3043edf542d1aafd3b0259f510d70f )
Rosen Penev [Tue, 24 Sep 2024 23:31:50 +0000 (16:31 -0700)]
meson: demote two libraries to library
static versions are not explicitly used anywhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Karel Zak [Wed, 19 Feb 2025 08:35:27 +0000 (09:35 +0100)]
Merge branch 'patch-1' of https://github.com/zeha/util-linux into stable/v2.41
* 'patch-1' of https://github.com/zeha/util-linux:
docs: fix typo in v2.41-ReleaseNotes
Prasanna Paithankar [Wed, 19 Feb 2025 06:12:08 +0000 (11:42 +0530)]
lsipc: doesn't mount /dev/mqueue
Signed-off-by: Prasanna Paithankar <paithankarprasanna@gmail.com>
(cherry picked from commit
bcde96f13897b50d4f650479e9d01ec75912d994 )
Chris Hofstaedtler [Wed, 19 Feb 2025 05:58:30 +0000 (06:58 +0100)]
docs: fix typo in v2.41-ReleaseNotes
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
Karel Zak [Tue, 18 Feb 2025 22:03:17 +0000 (23:03 +0100)]
build-sys: keep the most recent version in NEWS
This file is used as a fallback for tools/git-version-gen if tags or
git are not available.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 16:55:36 +0000 (17:55 +0100)]
tests: mark lsns/filer as TS_KNOWN_FAIL
Let's make the test more robust for stable/ branch.
Addresses: https://github.com/util-linux/util-linux/pull/3205
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 13:42:41 +0000 (14:42 +0100)]
docs: add v2.41-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 12:44:19 +0000 (13:44 +0100)]
build-sys: update version dates
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 12:38:59 +0000 (13:38 +0100)]
docs: reduce and freeze NEWS file
Originally, it was required by Automake. However, for a long time, we
have been using the "foreign" Automake option, so it is no longer
necessary. All the details can be found in the ReleaseNotes. Let's
keep it simple.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 12:08:03 +0000 (13:08 +0100)]
libmount: fix table_init_listmount()
Addresses:
8ab1890df4481ddabfa34a8c7fbed09fdd818eba
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 11:36:16 +0000 (12:36 +0100)]
docs: reduce AUTHORS file
It's already over 1900 lines of email addresses, and it seems better
to require people who care about the names to use "git log" instead of
distributing a database of emails.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 11:16:51 +0000 (12:16 +0100)]
docs: rename v*-devel tag to v*-start
This is the point where work on the new release begins.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 10:45:11 +0000 (11:45 +0100)]
po-man: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 10:45:04 +0000 (11:45 +0100)]
po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
Mingye Wang (Artoria2e5) [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update zh_CN.po (from translationproject.org)
Yuri Chornoivan [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update uk.po (from translationproject.org)
Emir SARI [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update tr.po (from translationproject.org)
Мирослав Николић [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update sr.po (from translationproject.org)
Remus-Gabriel Chelu [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update ro.po (from translationproject.org)
Rafael Fontenelle [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update pt_BR.po (from translationproject.org)
Jakub Bogusz [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update pl.po (from translationproject.org)
Benno Schulenberg [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update nl.po (from translationproject.org)
Seong-ho Cho [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update ko.po (from translationproject.org)
Hideki Yoshida [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update ja.po (from translationproject.org)
Božidar Putanec [Tue, 18 Feb 2025 10:35:29 +0000 (11:35 +0100)]
po: update hr.po (from translationproject.org)
Frédéric Marchal [Tue, 18 Feb 2025 10:35:28 +0000 (11:35 +0100)]
po: update fr.po (from translationproject.org)
Antonio Ceballos Roa [Tue, 18 Feb 2025 10:35:28 +0000 (11:35 +0100)]
po: update es.po (from translationproject.org)
Mario Blättermann [Tue, 18 Feb 2025 10:35:28 +0000 (11:35 +0100)]
po: update de.po (from translationproject.org)
Petr Písař [Tue, 18 Feb 2025 10:35:28 +0000 (11:35 +0100)]
po: update cs.po (from translationproject.org)
Yuri Chornoivan [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update uk.po (from translationproject.org)
Мирослав Николић [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update sr.po (from translationproject.org)
Remus-Gabriel Chelu [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update ro.po (from translationproject.org)
Rafael Fontenelle [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update pt_BR.po (from translationproject.org)
Seong-ho Cho [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update ko.po (from translationproject.org)
Frédéric Marchal [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update fr.po (from translationproject.org)
Mario Blättermann [Tue, 18 Feb 2025 10:35:12 +0000 (11:35 +0100)]
po-man: update de.po (from translationproject.org)
Karel Zak [Tue, 18 Feb 2025 10:33:42 +0000 (11:33 +0100)]
Merge branch 'PR/autotools-cleanups' of https://github.com/karelzak/util-linux-work
* 'PR/autotools-cleanups' of https://github.com/karelzak/util-linux-work:
tests: (lslogins) use GMT timezone
autotools: fix po-man discheck
tests: (lslogins) write to TS_OUTDIR only, check for sqlite3
tests: (lslogins) use fixed time format
autotools: update po-man files on make dist
autotools: add missing HAVE_LIBLASTLOG2
remove duplicate includes
Benno Schulenberg [Sat, 15 Feb 2025 16:18:43 +0000 (17:18 +0100)]
unshare: in usage text, reshuffle options into somewhat related groups
First the mount-related options (because --mount was the first
namespace option earlier) plus two other options about folders;
then the options about UIDS and GIDS; then two options about
forking; then two miscellaneous options; and lastly the two
options about time, as --time was the last namespace option.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:42 +0000 (17:18 +0100)]
prlimit: in man page, mark --resource as placeholder, not literal option
Also, show that --pid takes an argument, and improve its description.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:41 +0000 (17:18 +0100)]
mkfs.cramfs: in usage text, separate two direct arguments from options
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:40 +0000 (17:18 +0100)]
rev: standardize the usage header, making the synopsis equal to another
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:39 +0000 (17:18 +0100)]
textual: make two incorrect synopses identical to a better one
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:38 +0000 (17:18 +0100)]
script: mention in usage that value for <size> may have a suffix
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:37 +0000 (17:18 +0100)]
textual: fix three misspellings of "unsupported"
One misspelling was fixed five years ago (in commit
760ecc3613 ),
but the others remained.
Fix another spello too, found with `codespell`.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:36 +0000 (17:18 +0100)]
setterm: mark literal values in the man page in bold
Also, add a few commas for readability, tweak some wordings,
and add a "T" that was lost six years ago in commit
bc6439ba32 .
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:35 +0000 (17:18 +0100)]
setterm: put an option and its description in a single message
And improve a bit of markup and a wording in the man page.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Benno Schulenberg [Sat, 15 Feb 2025 16:18:34 +0000 (17:18 +0100)]
colrm: make the wording of the doc string analogous to that of `col`
Which allows removing an awkwardly placed and rather redundant sentence.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Karel Zak [Tue, 18 Feb 2025 09:58:00 +0000 (10:58 +0100)]
pg: make sure cmdline[] not overflow [coverity scan]
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 18 Feb 2025 09:50:45 +0000 (10:50 +0100)]
sfdisk: make sure partition number > 0 [coverity scan]
Signed-off-by: Karel Zak <kzak@redhat.com>