Module Name:    src
Committed By:   wiz
Date:           Wed Aug 16 17:41:36 UTC 2017

Modified Files:
        src/lib/libc/stdlib: strfmon.3

Log Message:
Typo fix.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/strfmon.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/strfmon.3
diff -u src/lib/libc/stdlib/strfmon.3:1.6 src/lib/libc/stdlib/strfmon.3:1.7
--- src/lib/libc/stdlib/strfmon.3:1.6	Wed Aug 16 13:53:20 2017
+++ src/lib/libc/stdlib/strfmon.3	Wed Aug 16 17:41:36 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strfmon.3,v 1.6 2017/08/16 13:53:20 joerg Exp $
+.\"	$NetBSD: strfmon.3,v 1.7 2017/08/16 17:41:36 wiz Exp $
 .\"
 .\" Copyright (c) 2001 Jeroen Ruigrok van der Werven <[email protected]>
 .\" All rights reserved.
@@ -54,9 +54,9 @@ bytes are placed into the array.
 The
 .Fn strfmon_l
 function behaves the same as
-.fn strfmon ,
+.Fn strfmon ,
 but uses the locale
-.Fa loc 
+.Fa loc
 instead of the process global locale.
 .Pp
 The format string is composed of zero or more directives:

Reply via email to