Mailinglist Archive: opensuse-bugs (13490 mails)

< Previous Next >
[Bug 332468] Documentation of .curlrc syntax
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 18 Oct 2007 08:48:05 -0600 (MDT)
  • Message-id: <20071018144805.38846CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=332468#c3


Michal Marek <mmarek@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|kmachalkova@xxxxxxxxxx




--- Comment #3 from Michal Marek <mmarek@xxxxxxxxxx> 2007-10-18 08:48:04 MST
---
Is this patch ok for you? If yes, then I'll push it upstream.

---
docs/curl.1 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

--- docs/curl.1.orig
+++ docs/curl.1
@@ -617,8 +617,12 @@ If this option is used several times, th
Specify which config file to read curl arguments from. The config file is a
text file in which command line arguments can be written which then will be
used as if they were written on the actual command line. Options and their
-parameters must be specified on the same config file line. If the parameter is
-to contain white spaces, the parameter must be enclosed within quotes. If the
+parameters must be specified on the same config file line, separated by
+whitespace, colon, the equals sign or any combination thereof (however,
+the prefered separator is the equals sign). If the parameter is to contain
+white spaces, the parameter must be enclosed within quotes. Within double
+quotes, the following escape sequences are available: \\\\, \\", \\t, \\n,
+\\r and \\v. A backlash preceeding any other letter is ignored. If the
first column of a config line is a '#' character, the rest of the line will be
treated as a comment. Only write one option per physical line in the config
file


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References