X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Flegacy_coding.3x;h=0fbd5c96d99411968410350671a26f59cdc25506;hp=fa3181a88515426b3bb5a5cb6ea273f244698334;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/man/legacy_coding.3x b/man/legacy_coding.3x index fa3181a8..0fbd5c96 100644 --- a/man/legacy_coding.3x +++ b/man/legacy_coding.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2020 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.8 2020/10/17 23:40:23 tom Exp $ +.\" $Id: legacy_coding.3x,v 1.11 2022/02/12 20:07:56 tom Exp $ .TH legacy_coding 3X "" .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. +\fBunctrl\fP(3X). .SH AUTHOR Thomas Dickey (to support lynx's font-switching feature).