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

(-)lib/libmd/mdX.3 (+20 lines)
Lines 143-148 Link Here
143
If the
143
If the
144
.Fa buf
144
.Fa buf
145
argument is non-null it must point to at least 33 characters of buffer space.
145
argument is non-null it must point to at least 33 characters of buffer space.
146
.Sh ERRORS
147
The
148
.Fn MDXEnd
149
function caled with null buf argument may fail and return NULL if:
150
.Bl -tag -width Er
151
.It Bq Er ENOMEM
152
Insufficient storage space is available.
153
.El
154
.Pp
155
The
156
.Fn MDXFile
157
and
158
.Fn MDXFileChunk
159
may return NULL when underlying 
160
.Xr open 2 ,
161
.Xr fstat 2 ,
162
.Xr lseek 2
163
or
164
.Xr MDXEnd 2
165
failed. For the list of possible errno's see documentation of such functions.
146
.Sh SEE ALSO
166
.Sh SEE ALSO
147
.Xr md2 3 ,
167
.Xr md2 3 ,
148
.Xr md4 3 ,
168
.Xr md4 3 ,

Return to bug 148987