diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-09 09:19:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-09 09:19:35 +0000 |
commit | 42ba5a15120b30c4daf41515f489ca782b9ad933 (patch) | |
tree | 4fa2290010c77903948c9a8a617cfcb21b404c17 /lib/libc/locale | |
parent | 680a3c9413e5b3141e8ce99e90a98f9f03a9532b (diff) |
grammar;
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/wcrtomb.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/wcrtomb.3 b/lib/libc/locale/wcrtomb.3 index d1845fdbd25..5655b675c5a 100644 --- a/lib/libc/locale/wcrtomb.3 +++ b/lib/libc/locale/wcrtomb.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcrtomb.3,v 1.1 2005/05/11 18:44:12 espie Exp $ +.\" $OpenBSD: wcrtomb.3,v 1.2 2007/02/09 09:19:34 jmc Exp $ .\" $NetBSD: wcrtomb.3,v 1.4 2003/09/08 17:54:31 wiz Exp $ .\" .\" Copyright (c)2002 Citrus Project, @@ -69,12 +69,12 @@ to return to an initial state to the array pointed by .Fa s , and the state object pointed by .Fa ps -also returned to a initial state. +also returned to an initial state. .It "s == NULL" .Fn wcrtomb just places .Fa ps -into a initial state. +into an initial state. It is equivalent to the following call: .Bd -literal -offset indent wcrtomb(buf, L'\\0', ps); |