Wed Aug 16 17:41:36 2017 UTC ()
Typo fix.


(wiz)
diff -r1.6 -r1.7 src/lib/libc/stdlib/strfmon.3

cvs diff -r1.6 -r1.7 src/lib/libc/stdlib/strfmon.3 (expand / switch to unified diff)

--- src/lib/libc/stdlib/strfmon.3 2017/08/16 13:53:20 1.6
+++ src/lib/libc/stdlib/strfmon.3 2017/08/16 17:41:36 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: strfmon.3,v 1.6 2017/08/16 13:53:20 joerg Exp $ 1.\" $NetBSD: strfmon.3,v 1.7 2017/08/16 17:41:36 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> 3.\" Copyright (c) 2001 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -44,29 +44,29 @@ @@ -44,29 +44,29 @@
44The 44The
45.Fn strfmon 45.Fn strfmon
46function places characters into the array pointed to by 46function places characters into the array pointed to by
47.Fa s 47.Fa s
48as controlled by the string pointed to by 48as controlled by the string pointed to by
49.Fa format . 49.Fa format .
50No more than 50No more than
51.Fa maxsize 51.Fa maxsize
52bytes are placed into the array. 52bytes are placed into the array.
53.Pp 53.Pp
54The 54The
55.Fn strfmon_l 55.Fn strfmon_l
56function behaves the same as 56function behaves the same as
57.fn strfmon , 57.Fn strfmon ,
58but uses the locale 58but uses the locale
59.Fa loc  59.Fa loc
60instead of the process global locale. 60instead of the process global locale.
61.Pp 61.Pp
62The format string is composed of zero or more directives: 62The format string is composed of zero or more directives:
63ordinary characters (not 63ordinary characters (not
64.Cm % ) , 64.Cm % ) ,
65which are copied unchanged to the output stream; and conversion 65which are copied unchanged to the output stream; and conversion
66specifications, each of which results in fetching zero or more subsequent 66specifications, each of which results in fetching zero or more subsequent
67arguments. 67arguments.
68Each conversion specification is introduced by the 68Each conversion specification is introduced by the
69.Cm % 69.Cm %
70character. 70character.
71After the 71After the
72.Cm % , 72.Cm % ,