diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-25 17:00:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-25 17:00:09 +0000 |
commit | 48ac6262d4b92c1bce15a6692e5ec268e6e5d75c (patch) | |
tree | 395e1eed1fa61b40986422c866fb14a3814abda1 /lib | |
parent | ec858ef0e954d010155cf2b122d3113c2f9e7a81 (diff) |
Missing commas in NAME section. Found by an espie script ;-)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/curs_outopts.3 | 4 | ||||
-rw-r--r-- | lib/libcurses/curs_slk.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcurses/curs_outopts.3 b/lib/libcurses/curs_outopts.3 index ef68dd1ecb8..82c504b5df3 100644 --- a/lib/libcurses/curs_outopts.3 +++ b/lib/libcurses/curs_outopts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_outopts.3,v 1.8 2000/03/10 01:35:01 millert Exp $ +.\" $OpenBSD: curs_outopts.3,v 1.9 2001/02/25 17:00:08 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -31,7 +31,7 @@ .\" $From: curs_outopts.3x,v 1.14 2000/02/27 01:41:58 tom Exp $ .TH curs_outopts 3 "" .SH NAME -\fBclearok\fR, \fBidlok\fR, \fBidcok immedok\fR, +\fBclearok\fR, \fBidlok\fR, \fBidcok, immedok\fR, \fBleaveok\fR, \fBsetscrreg\fR, \fBwsetscrreg\fR, \fBscrollok\fR, \fBnl\fR, \fBnonl\fR - \fBcurses\fR output options .SH SYNOPSIS diff --git a/lib/libcurses/curs_slk.3 b/lib/libcurses/curs_slk.3 index c6504d7e2cc..987aa9f5c33 100644 --- a/lib/libcurses/curs_slk.3 +++ b/lib/libcurses/curs_slk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_slk.3,v 1.7 2000/07/10 03:06:09 millert Exp $ +.\" $OpenBSD: curs_slk.3,v 1.8 2001/02/25 17:00:08 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -36,7 +36,7 @@ \fBslk_clear\fR, \fBslk_restore\fR, \fBslk_touch\fR, \fBslk_attron\fR, \fBslk_attrset\fR, \fBslk_attroff\fR, \fBslk_attr_on\fR, \fBslk_attr_set\fR, \fBslk_attr_off\fR, -\fBslk_attr\fR \fBslk_color\fR - \fBcurses\fR soft label routines +\fBslk_attr\fR, \fBslk_color\fR - \fBcurses\fR soft label routines .SH SYNOPSIS \fB#include <curses.h>\fR |