Some calendar documentation cleanup

This commit is contained in:
Doug Bell 2006-12-13 19:46:59 +00:00
parent 6335223ba7
commit ab39fa780b

View file

@ -1308,7 +1308,7 @@ sub viewWeek
Unwraps and unescapes an iCalendar string according to RFC 2445, which says that Unwraps and unescapes an iCalendar string according to RFC 2445, which says that
lines should be wrapped at 75 characters with a CRLF followed by a space, and lines should be wrapped at 75 characters with a CRLF followed by a space, and
that ; , \ and newlines should be escaped. that ; , \ and newlines should be escaped by prepending them with a \.
=cut =cut
@ -1331,7 +1331,7 @@ sub unwrapIcal
Wraps and escapes an iCalendar string according to RFC 2445, which says that Wraps and escapes an iCalendar string according to RFC 2445, which says that
lines should be wrapped at 75 characters with a CRLF followed by a space, and lines should be wrapped at 75 characters with a CRLF followed by a space, and
that ; , \ and newlines should be escaped. that ; , \ and newlines should be escaped by prepending them with a \.
=cut =cut