This commit is contained in:
Michael Kerrisk 2007-09-23 17:26:21 +00:00
parent dbdab2f481
commit ca313a6891
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ sched_get_priority_max, sched_get_priority_min \- get static priority range
.SH SYNOPSIS
.B #include <sched.h>
.sp
.BR "int sched_get_priority_max(int " policy );
.BI "int sched_get_priority_max(int " policy );
.sp
.BR "int sched_get_priority_min(int " policy );
.BI "int sched_get_priority_min(int " policy );
.SH DESCRIPTION
.BR sched_get_priority_max ()
returns the maximum priority value that can be used with the

View File

@ -39,7 +39,7 @@ ftw, nftw \- file tree walk
.B #include <ftw.h>
.sp
.BI "int ftw(const char *" dirpath ,
.BR " int (*" fn ") (const char *" fpath ", const struct stat *" sb ,
.BI " int (*" fn ") (const char *" fpath ", const struct stat *" sb ,
.BI " int " typeflag ),
.BI " int " nopenfd );
.sp