summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetln.3
AgeCommit message (Collapse)Author
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
2004-08-20Don't need to check lbuf != NULL when free()ing it. In addition,Todd C. Miller
since the EOF w/o EOL can only happen for the last line, move the free() outside the loop so we only do it once. OK otto@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-01- section reorderJason McIntyre
- kill unnecessary .Ns macros - add some man page section numbers to .Xr's
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
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt