Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c81381

Browse files
committed
Clean up some markup.
1 parent dcd0500 commit 2c81381

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Doc/lib/libcurses.tex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,14 +388,15 @@ \subsection{Functions \label{curses-functions}}
388388
\end{funcdesc}
389389

390390
\begin{funcdesc}{pair_content}{pair_number}
391-
Returns a tuple \var{(fg,bg)} containing the colors for the requested
392-
color pair. The value of \var{pair_number} must be between 0 and
393-
COLOR_PAIRS-1.
391+
Returns a tuple \code{(\var{fg}, \var{bg})} containing the colors for
392+
the requested color pair. The value of \var{pair_number} must be
393+
between \code{0} and \code{\constant{COLOR_PAIRS} - 1}.
394394
\end{funcdesc}
395395

396396
\begin{funcdesc}{pair_number}{attr}
397-
Returns the number of the color-pair set by the attribute value \var{attr}.
398-
\function{color_pair()} is the counterpart to this function.
397+
Returns the number of the color-pair set by the attribute value
398+
\var{attr}. \function{color_pair()} is the counterpart to this
399+
function.
399400
\end{funcdesc}
400401

401402
\begin{funcdesc}{putp}{string}

0 commit comments

Comments
 (0)