mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +03:00
added a small suggestion on how to get the curl man page in text format
without nroff
This commit is contained in:
parent
c23e387928
commit
99fbcac6b9
1 changed files with 5 additions and 0 deletions
|
|
@ -17,3 +17,8 @@ README.win32
|
|||
freely available nroff binary for win32 (*pointers appriciated*), convert
|
||||
the files into plain-text on your neighbor's unix machine or run over to the
|
||||
curl web site and view them as plain HTML.
|
||||
|
||||
The main curl.1 man page is "built-in". Use a command line similar to this
|
||||
in order to extract a separate text file:
|
||||
|
||||
curl -M >manual.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue