X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_scroll.3x;fp=man%2Fcurs_scroll.3x;h=9a99adfad9a9b4e7e7e8a5d1b81edcdd6799e02f;hp=4e01b55d1d2dafc2153f04c4ef1db825e83f6fa4;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=79b07cae47a6fa064aa4d2ea70fe930884751eb4 diff --git a/man/curs_scroll.3x b/man/curs_scroll.3x index 4e01b55d..9a99adfa 100644 --- a/man/curs_scroll.3x +++ b/man/curs_scroll.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * .\" Copyright 1998-2006,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_scroll.3x,v 1.21 2021/12/25 21:49:32 tom Exp $ +.\" $Id: curs_scroll.3x,v 1.22 2022/02/12 20:05:11 tom Exp $ .TH curs_scroll 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -44,11 +44,11 @@ .SH SYNOPSIS \fB#include \fP .sp -\fBint scroll(WINDOW *\fP\fIwin\fP\fB);\fP +\fBint scroll(WINDOW *\fIwin\fB);\fR .sp -\fBint scrl(int \fP\fIn\fP\fB);\fP +\fBint scrl(int \fIn\fB);\fR .br -\fBint wscrl(WINDOW *\fP\fIwin\fP\fB, int \fP\fIn\fP\fB);\fP +\fBint wscrl(WINDOW *\fIwin\fB, int \fIn\fB);\fR .br .SH DESCRIPTION The \fBscroll\fP routine scrolls the window up one line.