diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:09 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:09 +0200 |
commit | ecdf2b1505451612d9c163ef918b948fd8948bac (patch) | |
tree | 5ca99ae951ba5887be829d3014e6b4042a97cfe2 /lib/inets/doc/src/httpd_util.xml | |
parent | ee75b71165ffff35a3022d1082e256f25896dd57 (diff) | |
parent | 86b9d4eaf56f5e694626b5bfc0d027e69a0e6953 (diff) | |
download | otp-ecdf2b1505451612d9c163ef918b948fd8948bac.tar.gz otp-ecdf2b1505451612d9c163ef918b948fd8948bac.tar.bz2 otp-ecdf2b1505451612d9c163ef918b948fd8948bac.zip |
Merge branch 'weisslj/fix-inets-doc-errors/OTP-11210' into maint
* weisslj/fix-inets-doc-errors/OTP-11210:
Fix some errors in the inets documentation
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 9f290084d2..9218ee91e2 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> |