We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c6a7d commit 7c3ac59Copy full SHA for 7c3ac59
contrib/devtools/gen-manpages.py
@@ -62,6 +62,10 @@
62
# Copyright is the same for all binaries, so just use the first.
63
footer.write('[COPYRIGHT]\n')
64
footer.write('\n'.join(versions[0][2]).strip())
65
+ # Create SEE ALSO section
66
+ footer.write('\n[SEE ALSO]\n')
67
+ footer.write(', '.join(s.rpartition('/')[2] + '(1)' for s in BINARIES))
68
+ footer.write('\n')
69
footer.flush()
70
71
# Call the binaries through help2man to produce a manual page for each of them.
0 commit comments