diff options
Diffstat (limited to 'lib/libcurses/curs_border.3')
-rw-r--r-- | lib/libcurses/curs_border.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcurses/curs_border.3 b/lib/libcurses/curs_border.3 index 88427015b58..67d6b0dc3a7 100644 --- a/lib/libcurses/curs_border.3 +++ b/lib/libcurses/curs_border.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_border.3,v 1.6 1998/09/13 19:16:17 millert Exp $ +.\" $OpenBSD: curs_border.3,v 1.7 1999/01/18 19:07:12 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: curs_border.3x,v 1.9 1998/03/11 21:12:53 juergen Exp $ +.\" $From: curs_border.3x,v 1.10 1998/12/26 20:07:03 tom Exp $ .TH curs_border 3 "" .SH NAME \fBborder\fR, \fBwborder\fR, \fBbox\fR, @@ -37,12 +37,12 @@ .SH SYNOPSIS \fB#include <curses.h>\fR .br -\fBint border(chtype ls, chtype rs, chtype ts, chtype bs, - chtype tl, chtype tr, chtype bl, chtype br);\fR +\fBint border(chtype ls, chtype rs, chtype ts, chtype bs,\fR + \fBchtype tl, chtype tr, chtype bl, chtype br);\fR .br -\fBint wborder(WINDOW *win, chtype ls, chtype rs, - chtype ts, chtype bs, chtype tl, chtype tr, - chtype bl, chtype br);\fR +\fBint wborder(WINDOW *win, chtype ls, chtype rs,\fR + \fBchtype ts, chtype bs, chtype tl, chtype tr,\fR + \fBchtype bl, chtype br);\fR .br \fBint box(WINDOW *win, chtype verch, chtype horch);\fR .br |