diff --git a/man3/atof.3 b/man3/atof.3 index e5f6b521f..f5f53ea7f 100644 --- a/man3/atof.3 +++ b/man3/atof.3 @@ -43,9 +43,9 @@ pointed to by \fInptr\fP to .IR double . The behavior is the same as .sp -.RS -.B strtod(nptr, (char **) NULL); -.RE +.in +4n +strtod(nptr, (char **) NULL); +.in .sp except that .BR atof () diff --git a/man3/atoi.3 b/man3/atoi.3 index dac33d903..8298490b8 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -62,9 +62,9 @@ pointed to by \fInptr\fP to .IR int . The behavior is the same as .sp -.RS -.B strtol(nptr, (char **) NULL, 10); -.RE +.in +4n +strtol(nptr, (char **) NULL, 10); +.in .sp except that .BR atoi ()