* [PATCH] locale.7: tfix @ 2014-06-11 17:24 Yuri Kozlov [not found] ` <1402507494-4481-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Yuri Kozlov @ 2014-06-11 17:24 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov --- man7/locale.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/locale.7 b/man7/locale.7 index 1ef0c89..3bcbfc8 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -183,7 +183,7 @@ the thousands separator and the radix character (a period in most English-speaking countries, but a comma in many other regions). It affects functions such as -.BR printf (3) +.BR printf (3), .BR scanf (3), and .BR strtod (3). -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1402507494-4481-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>]
* Re: [PATCH] locale.7: tfix [not found] ` <1402507494-4481-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> @ 2014-06-11 17:42 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-06-11 17:42 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Thanks, Yuri. Applied. Cheers, Michael On 06/11/2014 07:24 PM, Yuri Kozlov wrote: > --- > man7/locale.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man7/locale.7 b/man7/locale.7 > index 1ef0c89..3bcbfc8 100644 > --- a/man7/locale.7 > +++ b/man7/locale.7 > @@ -183,7 +183,7 @@ the thousands separator and the radix character > (a period in most English-speaking countries, > but a comma in many other regions). > It affects functions such as > -.BR printf (3) > +.BR printf (3), > .BR scanf (3), > and > .BR strtod (3). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] locale.7: tfix @ 2014-06-11 17:34 Yuri Kozlov [not found] ` <1402508046-4534-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Yuri Kozlov @ 2014-06-11 17:34 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov --- man7/locale.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/locale.7 b/man7/locale.7 index 3bcbfc8..6270739 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -221,7 +221,7 @@ which returns a string such as "49" (for Germany). This category governs the formatting used for date and time values. For example, most of Europe uses a 24-hour clock versus the 12-hour clock used in the United States. -the setting of this category affects the behavior of functions such as +The setting of this category affects the behavior of functions such as .BR strftime (3) and .BR strptime (3). -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1402508046-4534-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>]
* Re: [PATCH] locale.7: tfix [not found] ` <1402508046-4534-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> @ 2014-06-11 17:43 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-06-11 17:43 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Thanks, Yuri. Applied. Cheers, Michael On 06/11/2014 07:34 PM, Yuri Kozlov wrote: > --- > man7/locale.7 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man7/locale.7 b/man7/locale.7 > index 3bcbfc8..6270739 100644 > --- a/man7/locale.7 > +++ b/man7/locale.7 > @@ -221,7 +221,7 @@ which returns a string such as "49" (for Germany). > This category governs the formatting used for date and time values. > For example, most of Europe uses a 24-hour clock versus the > 12-hour clock used in the United States. > -the setting of this category affects the behavior of functions such as > +The setting of this category affects the behavior of functions such as > .BR strftime (3) > and > .BR strptime (3). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-11 17:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-06-11 17:24 [PATCH] locale.7: tfix Yuri Kozlov [not found] ` <1402507494-4481-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> 2014-06-11 17:42 ` Michael Kerrisk (man-pages) -- strict thread matches above, loose matches on Subject: below -- 2014-06-11 17:34 Yuri Kozlov [not found] ` <1402508046-4534-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> 2014-06-11 17:43 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).