Index: docs/curl.1
===================================================================
RCS file: /cvsroot/curl/docs/curl.1,v
retrieving revision 1.38
diff -c -r1.38 curl.1
*** docs/curl.1	2001/03/15 14:37:18	1.38
--- docs/curl.1	2001/03/23 17:29:59
***************
*** 128,134 ****
  one -d/--data option is used on the same command line, the data pieces
  specified will be merged together with a separating &-letter. Thus, using '-d
  name=daniel -d skill=lousy' would generate a post chunk that looks like
! 'name=daniel&skill=lousy'.
  
  If you start the data with the letter @, the rest should be a file name to
  read the data from, or - if you want curl to read the data from stdin.  The
--- 128,134 ----
  one -d/--data option is used on the same command line, the data pieces
  specified will be merged together with a separating &-letter. Thus, using '-d
  name=daniel -d skill=lousy' would generate a post chunk that looks like
! \&'name=daniel&skill=lousy'.
  
  If you start the data with the letter @, the rest should be a file name to
  read the data from, or - if you want curl to read the data from stdin.  The
***************
*** 215,221 ****
  just get the contents for that text field from a file.
  
  Example, to send your password file to the server, where
! 'password' is the name of the form-field to which /etc/passwd will be the
  input:
  
  .B curl
--- 215,221 ----
  just get the contents for that text field from a file.
  
  Example, to send your password file to the server, where
! \&'password' is the name of the form-field to which /etc/passwd will be the
  input:
  
  .B curl
***************
*** 325,331 ****
  A quick and very simple example of how to setup a
  .I .netrc
  to allow curl to ftp to the machine host.domain.com with user name
! 'myself' and password 'secret' should look similar to:
  
  .B "machine host.domain.com login myself password secret"
  
--- 325,331 ----
  A quick and very simple example of how to setup a
  .I .netrc
  to allow curl to ftp to the machine host.domain.com with user name
! \&'myself' and password 'secret' should look similar to:
  
  .B "machine host.domain.com login myself password secret"
  

