1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

Base: Expand "See Also" sections of many manpages

This commit focuses on the CLI utilities.
This commit is contained in:
kleines Filmröllchen 2023-07-06 00:38:49 +02:00 committed by Linus Groh
parent f544132fe8
commit afaea38be2
56 changed files with 162 additions and 25 deletions

View file

@ -25,14 +25,8 @@ for i in ( \
(config 1) \
(fortune 1) \
(grep 1) \
(gunzip 1) \
(gzip 1) \
(ifconfig 1) \
(lsof 1) \
(nc 1) \
(netstat 1) \
(nl 1) \
(ntpquery 1) \
(passwd 1) \
(readelf 1) \
(shot 1) \
@ -40,9 +34,7 @@ for i in ( \
(strace 1) \
(tr 1) \
(traceroute 1) \
(tree 1) \
(truncate 1) \
(utmpupdate 1) \
) {
filename="generated_manpages/man$i[1]/$i[0].md"
mkdir -p "generated_manpages/man$i[1]"