X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Flegacy_coding.3x;h=57d88d80a296ada735a5a19a9a46c3cbaba2cd1a;hb=f79c210479470378389aab5b8d4d42d4a7f3d9a4;hp=42c3dd6469e48c2c402525487c400e48da7a663f;hpb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;p=ncurses.git diff --git a/man/legacy_coding.3x b/man/legacy_coding.3x index 42c3dd64..57d88d80 100644 --- a/man/legacy_coding.3x +++ b/man/legacy_coding.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2020,2021 Thomas E. Dickey * +.\" Copyright 2020-2021,2022 Thomas E. Dickey * .\" Copyright 2005-2016,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -29,14 +29,14 @@ .\" .\" Author: Thomas E. Dickey .\" -.\" $Id: legacy_coding.3x,v 1.9 2021/08/15 19:32:05 tom Exp $ -.TH legacy_coding 3X "" +.\" $Id: legacy_coding.3x,v 1.12 2022/02/12 20:07:56 tom Exp $ +.TH legacy_coding 3X 2022-02-12 "ncurses 6.4" "Library calls" .SH NAME -\fBuse_legacy_coding\fR \- override locale-encoding checks +\fBuse_legacy_coding\fP \- override locale-encoding checks .SH SYNOPSIS \fB#include \fP .sp -\fBint use_legacy_coding(int \fP\fIlevel\fP\fB);\fP +\fBint use_legacy_coding(int \fIlevel\fB);\fR .SH DESCRIPTION The \fBuse_legacy_coding\fP function is an extension to the curses library. It allows the caller to change the result of \fBunctrl\fP, @@ -70,6 +70,6 @@ It was not supported on Version 7, BSD or System V implementations. It is recommended that any code depending on ncurses extensions be conditioned using NCURSES_VERSION. .SH SEE ALSO -\fBunctrl\fR(3X). +\fBunctrl\fP(3X). .SH AUTHOR Thomas Dickey (to support lynx's font-switching feature).