remove the CVSish $Id$ lines

This commit is contained in:
Daniel Stenberg 2010-03-24 11:02:54 +01:00
parent dd0c31ce38
commit 2309b4e330
434 changed files with 0 additions and 434 deletions

View File

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

View File

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

View File

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

1
buildconf Executable file → Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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