Skip to content

Commit 7013c8c

Browse files
committed
Fix manual page names
1 parent f287e4f commit 7013c8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext/curses/curses.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ window_attron(VALUE obj, VALUE attrs)
29342934
*
29352935
* TODO: provide some examples here.
29362936
*
2937-
* see also system manual curs_attr(3)
2937+
* see also system manual attr(3)
29382938
*/
29392939
static VALUE
29402940
window_attrset(VALUE obj, VALUE attrs)
@@ -2959,7 +2959,7 @@ window_attrset(VALUE obj, VALUE attrs)
29592959
*
29602960
* Returns +true+ on success, +false+ on failure.
29612961
*
2962-
* see also system manual curs_attr(3)
2962+
* see also system manual attr(3)
29632963
*/
29642964
#ifdef HAVE_WATTR_SET
29652965
static VALUE
@@ -2982,7 +2982,7 @@ window_attr_set(VALUE obj, VALUE attrs, VALUE pair)
29822982
*
29832983
* Returns +nil+ on failure.
29842984
*
2985-
* see also system manual curs_attr(3)
2985+
* see also system manual attr(3)
29862986
*/
29872987
#ifdef HAVE_WATTR_GET
29882988
static VALUE

0 commit comments

Comments
 (0)