From ca313a6891c273cfc33b59d9afc4ac3009b5d1b8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Sep 2007 17:26:21 +0000 Subject: [PATCH] ffix --- man2/sched_get_priority_max.2 | 4 ++-- man3/ftw.3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index f3d29914d..37320806c 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -33,9 +33,9 @@ sched_get_priority_max, sched_get_priority_min \- get static priority range .SH SYNOPSIS .B #include .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 diff --git a/man3/ftw.3 b/man3/ftw.3 index e3cc1b4f0..8917a994e 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -39,7 +39,7 @@ ftw, nftw \- file tree walk .B #include .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