diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-13 09:12:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-13 09:12:52 +0000 |
commit | 07d46886dfa8e2712728930a2912cd24ee4b6a7e (patch) | |
tree | 8b9a443834d77f471338136ccd2739809ae26bf8 /docs/MANUAL | |
parent | b79c8f527ff861172b20f446d7d89a3a9844850d (diff) |
Anthony Bryan's letter=>symbol fixes
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 417befb37..b59231a03 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -512,7 +512,7 @@ CONFIG FILE can also specify the long options without the dashes to make it more readable. You can separate the options and the parameter with spaces, or with = or :. Comments can be used within the file. If the first letter on a - line is a '#'-letter the rest of the line is treated as a comment. + line is a '#'-symbol the rest of the line is treated as a comment. If you want the parameter to contain spaces, you must enclose the entire parameter within double quotes ("). Within those quotes, you specify a |