wcurl.md: markdown version of the man page#45
Conversation
converts to wcurl.1 with 'cd2nroff' in the curl scripts directory
|
Markdown is far easier to maintain, so this seems reasonable. I don't see any issues removing the (always out-of-date since it's no longer the source of truth) checked-in version of the manpage - If we really want it distributed alongside the script that could be handled for "release" packaging via CI, leaving only downstreams that want to package it separately. Since we were discussing including the script with curl releases anyway (along with the manpage, I assume), I think the number of end users impacted by this is going to be vanishingly small. LGTM! |
|
Thanks! I want this version landed so that I can use this when I import a wcurl snapshot into the curl tree (curl/curl#17035). Then the normal curl build will generate (and install) the proper man page version. |
converts to wcurl.1 with 'cd2nroff' in the curl scripts directory
This version is converted from the
wcurl.1file in git right now (using nroff2cd).This markdown version is easier to edit and maintain than the nroff one. However, it needs to be converted into a .1 file to make it into a proper man page.
I'm interested in feedback on this.