This commit is contained in:
Michael Kerrisk 2007-02-02 06:13:50 +00:00
parent 117086832e
commit e2ba4f8ea7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
ualarm \- schedule signal after given number of microseconds
.SH SYNOPSIS
.nf
.B "#define _XOPEN_SOURCE 500 /* Or: #define _BSD_SOURCE */
.B "#define _XOPEN_SOURCE 500 /* Or: #define _BSD_SOURCE */"
.B "#include <unistd.h>"
.sp
.BI "useconds_t ualarm(useconds_t " usecs ", useconds_t " interval );