aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strtol.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man3/strtol.3
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
downloadman-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz
Fix redundant formatting macros
Diffstat (limited to 'man3/strtol.3')
-rw-r--r--man3/strtol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strtol.3 b/man3/strtol.3
index 1768c22d5a..950b76b1f1 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -33,10 +33,10 @@ strtol, strtoll, strtoq \- convert a string to a long integer
.nf
.B #include <stdlib.h>
.sp
-.BI "long int"
+.B "long int"
.BI "strtol(const char *" nptr ", char **" endptr ", int " base );
.sp
-.BI "long long int"
+.B "long long int"
.BI "strtoll(const char *" nptr ", char **" endptr ", int " base );
.fi
.sp
@@ -162,7 +162,7 @@ BSD also has
.sp
.in +4n
.nf
-.BI "quad_t"
+.B "quad_t"
.BI "strtoq(const char *" nptr ", char **" endptr ", int " base );
.sp
.in -4n