Browse Source

remove the CVSish $Id$ lines

darwin-pinnedpubkey
Daniel Stenberg 13 years ago
parent
commit
2309b4e330
  1. 1
      Makefile.am
  2. 1
      Makefile.dist
  3. 1
      acinclude.m4
  4. 1
      buildconf
  5. 1
      buildconf.bat
  6. 1
      configure.ac
  7. 1
      curl-config.in
  8. 1
      curl-style.el
  9. 1
      docs/BUGS
  10. 1
      docs/Makefile.am
  11. 1
      docs/curl-config.1
  12. 1
      docs/curl.1
  13. 1
      docs/examples/10-at-a-time.c
  14. 1
      docs/examples/Makefile.am
  15. 1
      docs/examples/Makefile.example
  16. 1
      docs/examples/Makefile.m32
  17. 1
      docs/examples/anyauthput.c
  18. 1
      docs/examples/cacertinmem.c
  19. 1
      docs/examples/chkspeed.c
  20. 1
      docs/examples/curlgtk.c
  21. 1
      docs/examples/debug.c
  22. 1
      docs/examples/evhiperfifo.c
  23. 1
      docs/examples/fileupload.c
  24. 1
      docs/examples/ftpget.c
  25. 1
      docs/examples/ftpgetinfo.c
  26. 1
      docs/examples/ftpgetresp.c
  27. 1
      docs/examples/ftpupload.c
  28. 1
      docs/examples/ftpuploadresume.c
  29. 1
      docs/examples/getinfo.c
  30. 1
      docs/examples/getinmemory.c
  31. 1
      docs/examples/ghiper.c
  32. 1
      docs/examples/hiperfifo.c
  33. 1
      docs/examples/htmltidy.c
  34. 1
      docs/examples/htmltitle.cc
  35. 1
      docs/examples/http-post.c
  36. 1
      docs/examples/httpcustomheader.c
  37. 1
      docs/examples/httpput.c
  38. 1
      docs/examples/https.c
  39. 1
      docs/examples/makefile.dj
  40. 1
      docs/examples/multi-app.c
  41. 1
      docs/examples/multi-debugcallback.c
  42. 1
      docs/examples/multi-double.c
  43. 1
      docs/examples/multi-post.c
  44. 1
      docs/examples/multi-single.c
  45. 1
      docs/examples/multithread.c
  46. 1
      docs/examples/opensslthreadlock.c
  47. 1
      docs/examples/persistant.c
  48. 1
      docs/examples/post-callback.c
  49. 1
      docs/examples/postit2.c
  50. 1
      docs/examples/sampleconv.c
  51. 1
      docs/examples/sendrecv.c
  52. 1
      docs/examples/sepheaders.c
  53. 1
      docs/examples/simple.c
  54. 1
      docs/examples/simplepost.c
  55. 1
      docs/examples/simplessl.c
  56. 1
      docs/examples/smooth-gtk-thread.c
  57. 1
      docs/examples/synctime.c
  58. 1
      docs/examples/threaded-ssl.c
  59. 1
      docs/libcurl/Makefile.am
  60. 1
      docs/libcurl/curl_easy_cleanup.3
  61. 1
      docs/libcurl/curl_easy_duphandle.3
  62. 1
      docs/libcurl/curl_easy_escape.3
  63. 1
      docs/libcurl/curl_easy_getinfo.3
  64. 1
      docs/libcurl/curl_easy_init.3
  65. 1
      docs/libcurl/curl_easy_pause.3
  66. 1
      docs/libcurl/curl_easy_perform.3
  67. 1
      docs/libcurl/curl_easy_recv.3
  68. 1
      docs/libcurl/curl_easy_reset.3
  69. 1
      docs/libcurl/curl_easy_send.3
  70. 1
      docs/libcurl/curl_easy_setopt.3
  71. 1
      docs/libcurl/curl_easy_strerror.3
  72. 1
      docs/libcurl/curl_easy_unescape.3
  73. 1
      docs/libcurl/curl_escape.3
  74. 1
      docs/libcurl/curl_formadd.3
  75. 1
      docs/libcurl/curl_formfree.3
  76. 1
      docs/libcurl/curl_formget.3
  77. 1
      docs/libcurl/curl_free.3
  78. 1
      docs/libcurl/curl_getdate.3
  79. 1
      docs/libcurl/curl_getenv.3
  80. 1
      docs/libcurl/curl_global_cleanup.3
  81. 1
      docs/libcurl/curl_global_init.3
  82. 1
      docs/libcurl/curl_mprintf.3
  83. 1
      docs/libcurl/curl_multi_add_handle.3
  84. 1
      docs/libcurl/curl_multi_assign.3
  85. 1
      docs/libcurl/curl_multi_cleanup.3
  86. 1
      docs/libcurl/curl_multi_fdset.3
  87. 1
      docs/libcurl/curl_multi_info_read.3
  88. 1
      docs/libcurl/curl_multi_init.3
  89. 1
      docs/libcurl/curl_multi_perform.3
  90. 1
      docs/libcurl/curl_multi_remove_handle.3
  91. 1
      docs/libcurl/curl_multi_setopt.3
  92. 1
      docs/libcurl/curl_multi_socket.3
  93. 1
      docs/libcurl/curl_multi_socket_action.3
  94. 1
      docs/libcurl/curl_multi_strerror.3
  95. 1
      docs/libcurl/curl_multi_timeout.3
  96. 1
      docs/libcurl/curl_share_cleanup.3
  97. 1
      docs/libcurl/curl_share_init.3
  98. 1
      docs/libcurl/curl_share_setopt.3
  99. 1
      docs/libcurl/curl_share_strerror.3
  100. 1
      docs/libcurl/curl_slist_append.3
  101. Some files were not shown because too many files have changed in this diff Show More

1
Makefile.am

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
###########################################################################
AUTOMAKE_OPTIONS = foreign

1
Makefile.dist

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
###########################################################################
VC=vc6

1
acinclude.m4

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
#***************************************************************************

1
buildconf

@ -19,7 +19,6 @@ @@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
###########################################################################
die(){

1
buildconf.bat

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
@echo off
REM
REM $Id$
REM
REM This batch file must be used to set up a CVS tree to build on
REM systems where there is no autotools support (i.e. Microsoft).

1
configure.ac

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
#***************************************************************************
dnl Process this file with autoconf to produce a configure script.

1
curl-config.in

@ -19,7 +19,6 @@ @@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# $Id$
###########################################################################
prefix=@prefix@

1
curl-style.el

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
;;;; Emacs Lisp help for writing curl code. ;;;;
;;;; $Id$
;;; The curl hacker's C conventions.
;;; See the sample.emacs file on how this file can be made to take

1
docs/BUGS

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
$Id$
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |

1
docs/Makefile.am

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies

1
docs/curl-config.1

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual"

1
docs/curl.1

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl 1 "28 November 2009" "Curl 7.20.0" "Curl Manual"

1
docs/examples/10-at-a-time.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example application source code using the multi interface to download many
* files, but with a capped maximum amount of simultaneous transfers.

1
docs/examples/Makefile.am

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign nostdinc

1
docs/examples/Makefile.example

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# $Id$
#
# What to call the final executable

1
docs/examples/Makefile.m32

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#########################################################################
# $Id$
#
## Makefile for building curl examples with MingW32
## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3)

1
docs/examples/anyauthput.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/cacertinmem.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example using a "in core" PEM certificate to retrieve a https page.
* Written by Theo Borm

1
docs/examples/chkspeed.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example source code to show how the callback function can be used to
* download data into a chunk of memory instead of storing it in a file.

1
docs/examples/curlgtk.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
/* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */
/* an attempt to use the curl library in concert with a gtk-threaded application */

1
docs/examples/debug.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/evhiperfifo.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example application source code using the multi socket interface to
* download many files at once.

1
docs/examples/fileupload.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/ftpget.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/ftpgetinfo.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/ftpgetresp.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/ftpupload.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/ftpuploadresume.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Upload to FTP, resuming failed transfers
*

1
docs/examples/getinfo.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/getinmemory.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example source code to show how the callback function can be used to
* download data into a chunk of memory instead of storing it in a file.

1
docs/examples/ghiper.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example application source code using the multi socket interface to
* download many files at once.

1
docs/examples/hiperfifo.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example application source code using the multi socket interface to
* download many files at once.

1
docs/examples/htmltidy.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Download a document and use libtidy to parse the HTML.
* Written by Jeff Pohlmeyer

1
docs/examples/htmltitle.cc

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
// Get a web page, parse it with libxml.

1
docs/examples/http-post.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/httpcustomheader.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/httpput.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/https.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/makefile.dj

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
# $Id$
#
# Adapted for djgpp / Watt-32 / DOS by
# Gisle Vanem <giva@bgnett.no>

1
docs/examples/multi-app.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is an example application source code using the multi interface.
*/

1
docs/examples/multi-debugcallback.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is a very simple example using the multi interface and the debug
* callback.

1
docs/examples/multi-double.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is a very simple example using the multi interface.
*/

1
docs/examples/multi-post.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is an example application source code using the multi interface
* to do a multipart formpost without "blocking".

1
docs/examples/multi-single.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is a very simple example using the multi interface.
*/

1
docs/examples/multithread.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
/* A multi-threaded example that uses pthreads extensively to fetch

1
docs/examples/opensslthreadlock.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example source code to show one way to set the necessary OpenSSL locking
* callbacks if you want to do multi-threaded transfers with HTTPS/FTPS with

1
docs/examples/persistant.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/post-callback.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* An example source code that issues a HTTP POST and we provide the actual
* data through a read callback.

1
docs/examples/postit2.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* Example code that uploads a file name 'foo' to a remote script that accepts
* "HTML form based" (as described in RFC1738) uploads using HTTP POST.

1
docs/examples/sampleconv.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
/*
This is a simple example showing how a program on a non-ASCII platform

1
docs/examples/sendrecv.c

@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
*
* An example of curl_easy_send() and curl_easy_recv() usage.
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/sepheaders.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/simple.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/simplepost.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/simplessl.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*/
#include <stdio.h>

1
docs/examples/smooth-gtk-thread.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This is a multi threaded application that uses a progress bar to show
* status. It uses Gtk+ to make a smooth pulse.

1
docs/examples/synctime.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* This example code only builds as-is on Windows.
*

1
docs/examples/threaded-ssl.c

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* $Id$
*
* A multi-threaded example that uses pthreads and fetches 4 remote files at
* once over HTTPS. The lock callbacks and stuff assume OpenSSL or GnuTLS

1
docs/libcurl/Makefile.am

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies

1
docs/libcurl/curl_easy_cleanup.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_cleanup 3 "22 aug 2007" "libcurl 7.17.0" "libcurl Manual"

1
docs/libcurl/curl_easy_duphandle.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_easy_duphandle 3 "18 September 2001" "libcurl 7.9" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_escape.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_escape 3 "7 April 2006" "libcurl 7.15.4" "libcurl Manual"

1
docs/libcurl/curl_easy_getinfo.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_getinfo 3 "11 Feb 2009" "libcurl 7.19.4" "libcurl Manual"

1
docs/libcurl/curl_easy_init.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_easy_init 3 "4 March 2002" "libcurl 7.8.1" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_pause.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_easy_pause 3 "17 Dec 2007" "libcurl 7.18.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_perform.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_easy_perform 3 "5 Mar 2001" "libcurl 7.7" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_recv.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_recv 3 "29 April 2008" "libcurl 7.18.2" "libcurl Manual"

1
docs/libcurl/curl_easy_reset.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_easy_reset 3 "31 July 2004" "libcurl 7.12.1" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_send.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_send 3 "29 April 2008" "libcurl 7.18.2" "libcurl Manual"

1
docs/libcurl/curl_easy_setopt.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_setopt 3 "1 Jan 2010" "libcurl 7.20.0" "libcurl Manual"

1
docs/libcurl/curl_easy_strerror.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_easy_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_easy_unescape.3

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_unescape 3 "7 April 2006" "libcurl 7.15.4" "libcurl Manual"

1
docs/libcurl/curl_escape.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_escape 3 "6 March 2002" "libcurl 7.9" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_formadd.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_formadd 3 "24 June 2002" "libcurl 7.9.8" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_formfree.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_formget.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_formget 3 "20 June 2006" "libcurl 7.15.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_free.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_getdate.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_getdate 3 "12 Aug 2005" "libcurl 7.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_getenv.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_getenv 3 "30 April 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_global_cleanup.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_global_cleanup 3 "17 Feb 2006" "libcurl 7.8" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_global_init.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_global_init 3 "11 May 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_mprintf.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_printf 3 "30 April 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_add_handle.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_add_handle 3 "4 March 2002" "libcurl 7.9.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_assign.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_assign 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_cleanup.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_cleanup 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_fdset.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_fdset 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_info_read.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_info_read 3 "18 Dec 2004" "libcurl 7.10.3" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_init.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_init 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_perform.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_remove_handle.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_remove_handle 3 "6 March 2002" "libcurl 7.9.5" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_setopt.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_setopt 3 "10 Oct 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_socket.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_socket 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_socket_action.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_socket_action 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_strerror.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_multi_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_multi_timeout.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_multi_timeout 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_share_cleanup.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_share_cleanup 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_share_init.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_share_init 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_share_setopt.3

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
.\" $Id$
.\"
.TH curl_share_setopt 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_share_strerror.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_share_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual"
.SH NAME

1
docs/libcurl/curl_slist_append.3

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
.\" You can view this file with:
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_slist_append 3 "19 Jun 2003" "libcurl 7.10.4" "libcurl Manual"
.SH NAME

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save