diff options
author | 2017-10-04 17:59:24 +0000 | |
---|---|---|
committer | 2017-10-04 17:59:24 +0000 | |
commit | 61871ff41ca1a2ea5fe71afa0943d41d50e8b51b (patch) | |
tree | 7bc9ae393460a5f6b71f68c4ab3644098a32faa3 /lib | |
parent | as a result of previous change, vftype and ftype always have the same (diff) | |
download | wireguard-openbsd-61871ff41ca1a2ea5fe71afa0943d41d50e8b51b.tar.xz wireguard-openbsd-61871ff41ca1a2ea5fe71afa0943d41d50e8b51b.zip |
pasto in function name in the SYNOPSIS; from semarie@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/nl_langinfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/nl_langinfo.3 b/lib/libc/locale/nl_langinfo.3 index e16e7d0a187..b91da2def86 100644 --- a/lib/libc/locale/nl_langinfo.3 +++ b/lib/libc/locale/nl_langinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nl_langinfo.3,v 1.12 2017/09/05 03:16:13 schwarze Exp $ +.\" $OpenBSD: nl_langinfo.3,v 1.13 2017/10/04 17:59:24 schwarze Exp $ .\" .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 5 2017 $ +.Dd $Mdocdate: October 4 2017 $ .Dt NL_LANGINFO 3 .Os .Sh NAME @@ -26,7 +26,7 @@ .Ft char * .Fn nl_langinfo "nl_item item" .Ft char * -.Fn nl_langinfo "nl_item item" "locale_t locale" +.Fn nl_langinfo_l "nl_item item" "locale_t locale" .Sh DESCRIPTION The .Fn nl_langinfo |