diff options
author | Johannes Weißl <[email protected]> | 2013-07-24 00:12:08 +0200 |
---|---|---|
committer | Johannes Weißl <[email protected]> | 2013-07-24 00:16:22 +0200 |
commit | 86b9d4eaf56f5e694626b5bfc0d027e69a0e6953 (patch) | |
tree | dedf7dedc2b583b29f6cc7d96c41c924d8cabc44 /lib/inets/doc/src/httpd_util.xml | |
parent | aba918012baf791ea55da96fb507eae8c30238ba (diff) | |
download | otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.tar.gz otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.tar.bz2 otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.zip |
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> |