summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetln.3
AgeCommit message (Expand)Author
2007-06-21The `len' argument is guaranteed to be > 0 upon successful completion.Moritz Jodeit
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-19Remove extraneous cast to malloc call in fgetln example.Ray Lai
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-08-20Don't need to check lbuf != NULL when free()ing it. In addition,Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01- section reorderJason McIntyre
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-15Add CAVEATS sections.Aaron Campbell
1999-07-21Xr fparseln(3); deraadt@Aaron Campbell
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt