summaryrefslogtreecommitdiff
path: root/lib/libmenu/menu_format.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-22 03:45:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-22 03:45:08 +0000
commit26f1dd8e47a445048bf6363de09616d595fade95 (patch)
tree6dac1a67c726e24b98abcc6bf9e182ce5ef35390 /lib/libmenu/menu_format.3
parent370dfb9984c7e490aa64d2709b834be2257c2887 (diff)
updates changes from latest ncurses
Diffstat (limited to 'lib/libmenu/menu_format.3')
-rw-r--r--lib/libmenu/menu_format.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmenu/menu_format.3 b/lib/libmenu/menu_format.3
index 7e7838c5d5a..2ea075b1585 100644
--- a/lib/libmenu/menu_format.3
+++ b/lib/libmenu/menu_format.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: menu_format.3,v 1.5 1998/09/17 04:14:44 millert Exp $
+.\" $OpenBSD: menu_format.3,v 1.6 1999/01/22 03:45:06 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $From: menu_format.3x,v 1.6 1998/08/27 21:21:04 Rick.Ohnemus Exp $
+.\" $From: menu_format.3x,v 1.7 1998/11/29 01:09:39 Rick.Ohnemus Exp $
.TH menu_format 3 ""
.SH NAME
\fBmenu_format\fR - set and get menu sizes
@@ -50,7 +50,7 @@ The default format is 16 rows, 1 column. Calling \fBset_menu_format\fR with a
null menu pointer will change this default. A zero row or column argument to
\fBset_menu_format\fR is interpreted as a request not to change the current
value.
-
+
The function \fBmenu_format\fR returns the maximum-size constraints for the
given menu into the storage addressed by \fBrows\fR and \fBcols\fR.
.SH RETURN VALUE