]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/mitem_new.3x
ncurses 6.4 - patch 20230918
[ncurses.git] / man / mitem_new.3x
index 7a0178ac66c008f8c7dfd26de6d2ee12a6f9b951..51d149457a9c4a8ccfc0e896ce485a8d6aeb3296 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  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: mitem_new.3x,v 1.22 2022/02/12 20:02:20 tom Exp $
-.TH mitem_new 3X ""
+.\" $Id: mitem_new.3x,v 1.28 2023/09/16 23:38:39 tom Exp $
+.TH mitem_new 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBnew_item\fP,
-\fBfree_item\fP \- create and destroy menu items
+\fBfree_item\fP \-
+create and destroy menu items
 .SH SYNOPSIS
 \fB#include <menu.h>\fP
 .sp
 \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.