diff --git a/man3/bsd_signal.3 b/man3/bsd_signal.3 index 13617c407..d0efcefc2 100644 --- a/man3/bsd_signal.3 +++ b/man3/bsd_signal.3 @@ -26,13 +26,13 @@ .SH NAME bsd_signal \- signal handling with BSD semantics .SH SYNOPSIS -.fi +.nf .B #include .PP .B typedef void (*sighandler_t)(int); .PP .BI "sighandler_t bsd_signal(int " signum ", sighandler_t " handler ); -.nf +.fi .PP .RS -4 Feature Test Macro Requirements for glibc (see