]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/mitem_new.3x
ncurses 6.4 - patch 20230701
[ncurses.git] / man / mitem_new.3x
index 89882e1505b5620490495001fe3041b573be1720..f75553746bb3cab73635275dde52faa9aee71742 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -28,8 +28,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: mitem_new.3x,v 1.23 2022/02/12 20:02:20 tom Exp $
-.TH mitem_new 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: mitem_new.3x,v 1.26 2023/07/01 15:46:10 tom Exp $
+.TH mitem_new 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBnew_item\fP,
 \fBfree_item\fP \- create and destroy menu items
@@ -39,7 +39,6 @@
 \fBITEM *new_item(const char *\fIname\fB, const char *\fIdescription\fB);\fR
 .br
 \fBint free_item(ITEM *\fIitem\fB);\fR
-.br
 .SH DESCRIPTION
 The function \fBnew_item\fP allocates a new item and initializes it from the
 \fBname\fP and \fBdescription\fP pointers.