diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index eee7fce290..a91959e198 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -4052,7 +4052,7 @@ FAR struct tm *localtime(FAR const time_t *timep);

@@ -4081,7 +4081,7 @@ FAR char *asctime(FAR const struct tm *tp);

@@ -4172,7 +4172,7 @@ FAR struct tm *localtime_r(FAR const time_t *timep, FAR struct tm *result);

@@ -4204,7 +4204,8 @@ FAR char *asctime_r(FAR const struct tm *tp, FAR char *buf);