And leave two spaces between the type name and the variable name.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.nf
.B #include <stdio.h>
.P
-.BI "extern FILE *" stdin ;
-.BI "extern FILE *" stdout ;
-.BI "extern FILE *" stderr ;
+.BI extern\~FILE\~\~* stdin ;
+.BI extern\~FILE\~\~* stdout ;
+.BI extern\~FILE\~\~* stderr ;
.fi
.SH DESCRIPTION
Under normal circumstances every UNIX program has three streams opened
.nf
.B #include <stdio.h>
.P
-.BI "FILE *" stdin ;
-.BI "FILE *" stdout ;
-.BI "FILE *" stderr ;
+.BI extern\~FILE\~\~* stdin ;
+.BI extern\~FILE\~\~* stdout ;
+.BI extern\~FILE\~\~* stderr ;
.fi
.SH DESCRIPTION
The standard I/O library provides a simple and efficient buffered stream