Module Name: src Committed By: wiz Date: Sat Aug 28 15:49:08 UTC 2010
Modified Files: src/lib/libutil: parsedate.3 Log Message: Fix Dd argument, sort sections. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libutil/parsedate.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libutil/parsedate.3 diff -u src/lib/libutil/parsedate.3:1.7 src/lib/libutil/parsedate.3:1.8 --- src/lib/libutil/parsedate.3:1.7 Sat Aug 28 13:42:07 2010 +++ src/lib/libutil/parsedate.3 Sat Aug 28 15:49:08 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: parsedate.3,v 1.7 2010/08/28 13:42:07 tron Exp $ +.\" $NetBSD: parsedate.3,v 1.8 2010/08/28 15:49:08 wiz Exp $ .\" .\" Copyright (c) 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd Aug 28, 2010 +.Dd August 28, 2010 .Dt PARSEDATE 3 .Os .Sh NAME @@ -242,8 +242,6 @@ .Sh SEE ALSO .Xr date 1 , .Xr eeprom 8 -.Sh BUGS -The parsedate function is not re-entrant or thread-safe. .Sh HISTORY The parser used in .Fn parsedate @@ -256,3 +254,5 @@ .Fn parsedate function first appeared in .Nx 4.0 . +.Sh BUGS +The parsedate function is not re-entrant or thread-safe.