wiz
|
a1bd179106
|
Remove trailing whitespace.
|
2014-09-16 08:52:02 +00:00 |
apb
|
85013cd7a1
|
Rephrase the NOTE about embedded NUL characters, using "apparent length"
for what strlen(3) reports, and "true length" for what the return value
reports.
|
2014-09-16 08:42:20 +00:00 |
christos
|
9abd014fb5
|
mention what happens if the line contains NUL's.
|
2014-09-15 23:41:16 +00:00 |
christos
|
7a55074b17
|
fix markup.
|
2014-09-15 23:31:17 +00:00 |
christos
|
57367022db
|
Fix documentation to reflect what happens when EOF is found before delimiter,
aligning us with POSIX.
|
2014-09-15 23:29:16 +00:00 |
enami
|
9aed075519
|
- Put empty line after the local variable definition in the sample code
to improve readability.
- Remove indirection operator to clarify error condition.
|
2011-04-20 23:37:51 +00:00 |
jruoho
|
c8bb322856
|
Use .Fn instead of .Fa for functions. Also rearrange slightly.
|
2010-06-30 13:38:10 +00:00 |
joerg
|
f65504295d
|
Fix markup.
|
2009-12-09 18:06:08 +00:00 |
wiz
|
9e3ffe49a3
|
Make HTML-ready, use standard section headers, fix Xr.
|
2009-12-01 08:15:50 +00:00 |
roy
|
ec4d484515
|
Note that callers should use feof(3) or ferror(3) to distinguish between
EOF or an error.
|
2009-11-30 23:23:29 +00:00 |
roy
|
4cf0472d7d
|
Note that EOF returns -1 when no characters are read.
Add code example.
|
2009-11-30 22:51:46 +00:00 |
wiz
|
0e46e32aae
|
Note some restrictions for getdelim arguments noted by joerg.
Bump date.
|
2009-08-25 16:28:26 +00:00 |
wiz
|
06601ed792
|
The character is NUL, the pointer is NULL.
Fix a typo.
It's \-1, not -1.
Add "and getline" in a few places.
Add comma in enumeration.
No dot needed in SEE ALSO.
End sentence with a dot.
|
2009-07-13 22:30:52 +00:00 |
roy
|
d4a3cf6a5a
|
Add implementations for getdelim(3) and getline(3).
|
2009-07-13 22:19:24 +00:00 |