]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strtoimax.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / strtoimax.3
index 5f623bee3ebb6e89586719dbec3437c1b56b26c8..8a3a6a7d05f40d5dfebdbe030c4e09b0d662464b 100644 (file)
@@ -29,10 +29,10 @@ strtoimax, strtoumax \- convert string to integer
 .sp
 .BI "intmax_t strtoimax(const char *" nptr ", char **" endptr ", int " base );
 .br
-.BI "uintmax_t strtoumax(const char *" nptr ", char **" endptr ", int " base ); 
+.BI "uintmax_t strtoumax(const char *" nptr ", char **" endptr ", int " base );
 .fi
 .SH DESCRIPTION
-These functions are just like 
+These functions are just like
 .BR strtol ()
 and
 .BR strtoul (),