X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmitem_new.3x;h=66bd29bce3a8b12ca1c247dbe4f6c50c3acad36a;hb=refs%2Fheads%2Fmaster;hp=51d149457a9c4a8ccfc0e896ce485a8d6aeb3296;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/man/mitem_new.3x b/man/mitem_new.3x index 51d14945..66bd29bc 100644 --- a/man/mitem_new.3x +++ b/man/mitem_new.3x @@ -1,6 +1,5 @@ -'\" t .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -28,18 +27,19 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $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" +.\" $Id: mitem_new.3x,v 1.36 2024/03/16 15:35:01 tom Exp $ +.TH mitem_new 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .SH NAME \fBnew_item\fP, \fBfree_item\fP \- create and destroy menu items .SH SYNOPSIS -\fB#include \fP -.sp -\fBITEM *new_item(const char *\fIname\fB, const char *\fIdescription\fB);\fR -.br -\fBint free_item(ITEM *\fIitem\fB);\fR +.nf +\fB#include +.PP +\fBITEM *new_item(const char *\fIname\fP, const char *\fIdescription\fP); +\fBint free_item(ITEM *\fIitem\fP); +.fi .SH DESCRIPTION The function \fBnew_item\fP allocates a new item and initializes it from the \fBname\fP and \fBdescription\fP pointers. @@ -77,11 +77,6 @@ Item is connected to a menu. .TP 5 .B E_SYSTEM_ERROR System error occurred (see \fBerrno\fP(3)). -.SH SEE ALSO -\fBcurses\fP(3X), \fBmenu\fP(3X). -.SH NOTES -The header file \fB\fP automatically includes the header file -\fB\fP. .SH PORTABILITY These routines emulate the System V menu library. They were not supported on @@ -89,3 +84,6 @@ Version 7 or BSD versions. .SH AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. +.SH SEE ALSO +\fB\%curses\fP(3X), +\fB\%menu\fP(3X)