aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/backtrace.3
diff options
Diffstat (limited to 'man/man3/backtrace.3')
-rw-r--r--man/man3/backtrace.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/backtrace.3 b/man/man3/backtrace.3
index ca44623aa7..420b2551c9 100644
--- a/man/man3/backtrace.3
+++ b/man/man3/backtrace.3
@@ -33,12 +33,12 @@ Standard C library
.nf
.B #include <execinfo.h>
.P
-.BI "int backtrace(int " size ;
+.BR "int backtrace(" "int size;"
.BI " void *" buffer [ size "], int " size );
.P
-.BI "char **backtrace_symbols(int " size ;
+.BR "char **backtrace_symbols(" "int size;"
.BI " void *const " buffer [ size "], int " size );
-.BI "void backtrace_symbols_fd(int " size ;
+.BR "void backtrace_symbols_fd(" "int size;"
.BI " void *const " buffer [ size "], int " size ", int " fd );
.fi
.SH DESCRIPTION