-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update manpage version to newer Ubuntu LTS #232
base: master
Are you sure you want to change the base?
Conversation
use latest ubuntu release manpages
Would love to see this merged! |
@idank bump for visibility |
@idank friendly bump :) |
1 similar comment
@idank friendly bump :) |
@@ -1,9 +1,9 @@ | |||
#!/bin/bash | |||
|
|||
release="precise" | |||
release="jammy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can confirm these changes are necessary to even download.
precise
manpages e.g. https://manpages.ubuntu.com/manpages/precise/en/man8 no longer available, they all return 404.
And any http: now redirects to https: (could work with curl --location
but startign from https: is of course more secure).
The other changes are just for rendered links to be correct 👍
Specifically, the steps to download:
tools/extractgzlist
- Edit
tools/extractgzlist
tosection="1"
and run it again. - Edit
tools/dlgzlist
to end withdone < gzlist8
and run it (took ~4hours) - Edit
tools/dlgzlist
to end withdone < gzlist1
and run it. Will take over a day, I reduced the sleep range to(500, 1000)
and it still worked, took ~16hours.
|
Use latest Ubuntu release manpages
#1, #65, #203, #219