~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_getdate.3

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: curl_getdate.3,v 1.9 2005/08/12 21:47:05 bagder Exp $
 
3
.\" $Id: curl_getdate.3,v 1.10 2008-12-28 21:56:56 bagder Exp $
4
4
.\"
5
5
.TH curl_getdate 3 "12 Aug 2005" "libcurl 7.0" "libcurl Manual"
6
6
.SH NAME
7
 
curl_getdate - Convert an date string to number of seconds since January 1,
 
7
curl_getdate - Convert a date string to number of seconds since January 1,
8
8
1970
9
9
.SH SYNOPSIS
10
10
.B #include <curl/curl.h>
27
27
.TP 0.8i
28
28
.B calendar date items
29
29
Can be specified several ways. Month names can only be three-letter english
30
 
abbrivations, numbers can be zero-prefixed and the year may use 2 or 4 digits.
 
30
abbreviations, numbers can be zero-prefixed and the year may use 2 or 4 digits.
31
31
Examples: 06 Nov 1994, 06-Nov-94 and Nov-94 6.
32
32
.TP
33
33
.B time of the day items
96
96
large, it was also never quite understood and it wasn't possible to build with
97
97
non-GNU tools since only GNU Bison could make it thread-safe!
98
98
 
99
 
The rewrite was done for 7.12.2. The new one is much smaller and use simpler
 
99
The rewrite was done for 7.12.2. The new one is much smaller and uses simpler
100
100
code.