diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:40:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:40:14 +0000 |
commit | 99fbcac6b90563643e52d8d7b1bf1a14c52cb57c (patch) | |
tree | f336fba8eafa1c285dbfce5723081c76fded6842 /docs | |
parent | c23e387928284f8dac31024e6e444859d2cde3a1 (diff) | |
download | curl-99fbcac6b90563643e52d8d7b1bf1a14c52cb57c.tar.gz |
added a small suggestion on how to get the curl man page in text format
without nroff
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.win32 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README.win32 b/docs/README.win32 index a73972bec..4a46dd7d6 100644 --- a/docs/README.win32 +++ b/docs/README.win32 @@ -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 |