This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
man pages gave wrong include path (Hynek Schlawack)
master
Felix von Leitner
18 years ago
parent
8e42301f8c
commit
354e4d92ae
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGES
+1
-1
unix/ndelay_off.3
+1
-1
unix/ndelay_on.3
+ 1
- 0
CHANGES
View File
@ -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
+ 1
- 1
unix/ndelay_off.3
View File
@ -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
+ 1
- 1
unix/ndelay_on.3
View File
@ -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
Write
Preview
Loading…
Cancel
Save