summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetln.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The `len' argument is guaranteed to be > 0 upon successful completion.moritz2007-06-211-3/+3
| | | | ok jmc@ ray@ millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove extraneous cast to malloc call in fgetln example.ray2006-03-191-2/+2
| | | | OK otto@
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Don't need to check lbuf != NULL when free()ing it. In addition,millert2004-08-201-6/+3
| | | | | 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@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-12/+12
| | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-7/+4
|
* Flesh out all of the stdio man pages.aaron2000-04-201-2/+3
|
* It's a good idea to check the return value of malloc() in example code.aaron1999-09-211-2/+3
|
* Add CAVEATS sections.aaron1999-09-151-3/+32
|
* Xr fparseln(3); deraadt@aaron1999-07-211-1/+2
|
* use Bx macro for BSD versionsmickey1998-06-151-2/+3
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+125