> TL;DR: You can request a Linux manual page version of a blog post with the following HTTP request: > > ``` >curl -sL -H "Accept: text/roff" https://jamesg.blog/2024/02/28/programming-projects/ > post.page && man ./post.page > ```