OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / strfmon.3
index 0213499..3451c45 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2000 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 STRFMON 3  2000-12-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -113,7 +114,7 @@ is converted using the locale's international currency format.
 One argument of type
 .I double
 is converted using the locale's national currency format.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR strfmon ()
 function returns the number of characters placed
@@ -124,7 +125,7 @@ Otherwise, it sets
 to
 .BR E2BIG ,
 returns \-1, and the contents of the array is undefined.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 Not in POSIX.1-2001.
 Present on several other systems.
 .SH EXAMPLE
@@ -162,7 +163,7 @@ and Portuguese locales yield
 .br
 [ **1234$57Esc] [ **1.234$57PTE ]
 .in
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR setlocale (3),
 .BR sprintf (3),
 .BR locale (7)