images: add `findutils` and `sudo` to missing docs for f36+
Noticed today that `man xargs` was returning the POSIX manpage instead of the one shipped by `findutils`. Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
This commit is contained in:
parent
d85c71795d
commit
1f7b9d0d75
|
|
@ -1,6 +1,7 @@
|
||||||
acl
|
acl
|
||||||
bash
|
bash
|
||||||
curl
|
curl
|
||||||
|
findutils
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
gzip
|
gzip
|
||||||
|
|
@ -11,5 +12,6 @@ pam
|
||||||
python3
|
python3
|
||||||
rpm
|
rpm
|
||||||
sed
|
sed
|
||||||
|
sudo
|
||||||
systemd
|
systemd
|
||||||
tar
|
tar
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
acl
|
acl
|
||||||
bash
|
bash
|
||||||
curl
|
curl
|
||||||
|
findutils
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
gzip
|
gzip
|
||||||
|
|
@ -11,5 +12,6 @@ pam
|
||||||
python3
|
python3
|
||||||
rpm
|
rpm
|
||||||
sed
|
sed
|
||||||
|
sudo
|
||||||
systemd
|
systemd
|
||||||
tar
|
tar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue