diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-10-24 23:07:42 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-10-24 23:07:42 +0000 |
commit | ce296644bb242be4fc997dcffd6a1bfccaa6a7ad (patch) | |
tree | 9e8980e6c76aa809ec131f5f303dc02ddcddd898 /lib/libc/locale | |
parent | c4df1934fd18b89e7a6e3df73e22efdf959d3dc5 (diff) |
typo
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/mbstowcs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/mbstowcs.3 b/lib/libc/locale/mbstowcs.3 index 857ee655c29..698098e76f3 100644 --- a/lib/libc/locale/mbstowcs.3 +++ b/lib/libc/locale/mbstowcs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbstowcs.3,v 1.7 2015/03/22 17:52:31 stsp Exp $ +.\" $OpenBSD: mbstowcs.3,v 1.8 2015/10/24 23:07:41 mmcc Exp $ .\" $NetBSD: mbstowcs.3,v 1.6 2003/09/08 17:54:31 wiz Exp $ .\" .\" Copyright (c)2002 Citrus Project, @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt MBSTOWCS 3 .Os .\" ---------------------------------------------------------------------- @@ -69,7 +69,7 @@ In this case, .Fa n is ignored. .It s == NULL -Undefined (may causes the program to crash). +Undefined (may cause the program to crash). .El .\" ---------------------------------------------------------------------- .Sh RETURN VALUES |