View | Details | Raw Unified | Return to bug 141125
Collapse All | Expand All

(-)getline.3 (-1 / +1 lines)
Lines 78-84 and Link Here
78
.Fn getline
78
.Fn getline
79
functions return the number of characters written, excluding the
79
functions return the number of characters written, excluding the
80
terminating
80
terminating
81
.Dv NUL .
81
.Dv NULL .
82
The value \-1 is returned if an error occurs, or if end-of-file is reached.
82
The value \-1 is returned if an error occurs, or if end-of-file is reached.
83
.Sh EXAMPLES
83
.Sh EXAMPLES
84
The following code fragment reads lines from a file and
84
The following code fragment reads lines from a file and

Return to bug 141125