OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / strtoimax.3
index f83a28a..af71002 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -16,9 +17,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .TH STRTOIMAX 3 2003-11-28 "" "Linux Programmer's Manual"
 .SH NAME
@@ -41,7 +42,7 @@ except that they return a value of type
 and
 .IR uintmax_t ,
 respectively.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, the converted value is returned.
 If nothing was found to convert, zero is returned.
 On overflow or underflow
@@ -54,9 +55,9 @@ is returned, and
 .I errno
 is set to
 .BR ERANGE .
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR imaxabs (3),
 .BR imaxdiv (3),
 .BR strtol (3),