X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fnew_pair.3x;h=5160db546017a12db35a2d227a00f979acc57451;hp=8bd40202c7a1e43539c75e8b76371fc1043182ee;hb=74137fec04e130a88ef25618cf730af988a4f51a;hpb=5eb177874dea59107a1a2ea44f5d8f5bb99550b2 diff --git a/man/new_pair.3x b/man/new_pair.3x index 8bd40202..5160db54 100644 --- a/man/new_pair.3x +++ b/man/new_pair.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2017 Free Software Foundation, Inc. * +.\" Copyright (c) 2017,2018 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 * @@ -28,19 +28,20 @@ .\" .\" Author: Thomas E. Dickey .\" -.\" $Id: new_pair.3x,v 1.9 2017/03/13 21:21:34 tom Exp $ +.\" $Id: new_pair.3x,v 1.11 2018/04/01 00:01:17 tom Exp $ .TH new_pair 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq .el .ds '' '' .de bP -.IP \(bu 4 +.ie n .IP \(bu 4 +.el .IP \(bu 2 .. .de NS -.ie \n(.sp +.ie n .sp .el .sp .5 -.ie \n(.in +4 +.ie n .in +4 .el .in +2 .nf .ft C \" Courier @@ -152,6 +153,6 @@ These routines are specific to ncurses. They were not supported on Version 7, BSD or System V implementations. It is recommended that any code depending on them be conditioned using NCURSES_VERSION. .SH SEE ALSO -\fBinit_pair\fR(3X). +\fBcurs_color\fR(3X). .SH AUTHOR Thomas Dickey.