diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /lib/libcurses/curs_print.3 | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'lib/libcurses/curs_print.3')
-rw-r--r-- | lib/libcurses/curs_print.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcurses/curs_print.3 b/lib/libcurses/curs_print.3 index 7b470bcd449..1b50aead4ec 100644 --- a/lib/libcurses/curs_print.3 +++ b/lib/libcurses/curs_print.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_print.3,v 1.4 1997/12/14 23:15:41 millert Exp $ +.\" $OpenBSD: curs_print.3,v 1.5 1998/06/15 17:55:33 mickey Exp $ .\" Id: curs_print.3x,v 1.2 1997/12/06 22:07:19 tom Exp $ .TH curs_print 3 "" .SH NAME @@ -33,7 +33,9 @@ When \fBmcprint\fR succeeds, it returns the number of characters actually sent to the printer. .SH PORTABILITY The \fBmcprint\fR call was designed for \fBcurses\fR(3), and is not found -in SVr4 curses, 4.4BSD curses, or any other previous version of curses. +in SVr4 curses, +.Bx 4.4 +curses, or any other previous version of curses. .SH BUGS Padding in the \fBmc5p\fR, \fBmc4\fR and \fBmc5\fR capabilities will not be interpreted. |