man pages gave wrong include path (Hynek Schlawack)
This commit is contained in:
parent
0b798993b9
commit
b7154a5d3c
1
CHANGES
1
CHANGES
@ -3,6 +3,7 @@
|
||||
add stralloc_chop and stralloc_chomp
|
||||
add buffer_putsa, buffer_get_token_sa and buffer_getline_sa
|
||||
extended uudecode test. See comment at top for details.
|
||||
fix #include in ndelay*.3 (Hynek Schlawack)
|
||||
|
||||
0.14:
|
||||
avoid bus errors in byte_copy
|
||||
|
@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
ndelay_off \- put file descriptor in non-blocking mode
|
||||
.SH SYNTAX
|
||||
.B #include <unix.h>
|
||||
.B #include <ndelay.h>
|
||||
|
||||
extern int \fBndelay_off\fP(int \fIfd\fR);
|
||||
.SH DESCRIPTION
|
||||
|
@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
ndelay_on \- put file descriptor in non-blocking mode
|
||||
.SH SYNTAX
|
||||
.B #include <unix.h>
|
||||
.B #include <ndelay.h>
|
||||
|
||||
extern int \fBndelay_on\fP(int \fIfd\fR);
|
||||
.SH DESCRIPTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user