diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
commit | 5515398e9e8e5091e4c959a5b9af3613d372d42d (patch) | |
tree | 9dc73bc9e2b5cafc22bb05e3f205a54efe459d71 /lib/inets/doc/src/httpd_util.xml | |
parent | 1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f (diff) | |
parent | ecdf2b1505451612d9c163ef918b948fd8948bac (diff) | |
download | otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.gz otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.bz2 otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/inets/doc/src/httpd_util.xml')
-rw-r--r-- | lib/inets/doc/src/httpd_util.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpd_util.xml b/lib/inets/doc/src/httpd_util.xml index 0295892862..1236576ca8 100644 --- a/lib/inets/doc/src/httpd_util.xml +++ b/lib/inets/doc/src/httpd_util.xml @@ -337,10 +337,10 @@ <func> <name>rfc1123_date() -> RFC1123Date</name> - <name>rfc1123_date({{YYYY,MM,DD},{Hour,Min,Sec}}}) -> RFC1123Date</name> + <name>rfc1123_date({{YYYY,MM,DD},{Hour,Min,Sec}}) -> RFC1123Date</name> <fsummary>Return the current date in RFC 1123 format.</fsummary> <type> - <v>YYYY = MM = DD = Hour = Min =Sec = integer()</v> + <v>YYYY = MM = DD = Hour = Min = Sec = integer()</v> <v>RFC1123Date = string()</v> </type> <desc> |