X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_sp_funcs.3x;h=d524c0e2c47017f20a67d4b70975826ae518de41;hp=b20234ae47e108f4c8a5840147d125c87962ab15;hb=349761f30e7fc0b4bf2718f7fc3da34e09ea6735;hpb=0de8912c1c0746eb37b733e9e6fdf852aab9506a diff --git a/man/curs_sp_funcs.3x b/man/curs_sp_funcs.3x index b20234ae..d524c0e2 100644 --- a/man/curs_sp_funcs.3x +++ b/man/curs_sp_funcs.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 2010-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 2010-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,8 +27,12 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_sp_funcs.3x,v 1.15 2019/03/24 01:45:40 tom Exp $ +.\" $Id: curs_sp_funcs.3x,v 1.18 2020/02/02 23:34:34 tom Exp $ .TH curs_sp_funcs 3X "" +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .na .hy 0 .SH NAME @@ -36,6 +41,7 @@ curs_sp_funcs \- \fBcurses\fR screen-pointer extension .hy .SH SYNOPSIS \fB#include \fR +\fB#include \fR .nf .sp \fBint alloc_pair_sp(SCREEN*, int, int);\fR @@ -348,7 +354,7 @@ to make it useful for checking if the extension is provided. NCURSES_SP_NAME The new functions are named using the macro \fINCURSES_SP_NAME\fP, which hides the actual implementation. -Currently this adds a "_sp" suffix to the name of the unextended function. +Currently this adds a \*(``_sp\*('' suffix to the name of the unextended function. This manual page indexes the extensions showing the full name. However the proper usage of these functions uses the macro, to provide for the possibility of changing the naming convention