diff options
author | 2003-10-22 08:07:09 +0000 | |
---|---|---|
committer | 2003-10-22 08:07:09 +0000 | |
commit | 4a66221e085761ad70a2232b11a35caf13eaf1d6 (patch) | |
tree | b431e59f5519b172e9308baefa4fb876796eaa2e | |
parent | emptry -> empty; from Jared Yanovich (diff) | |
download | wireguard-openbsd-4a66221e085761ad70a2232b11a35caf13eaf1d6.tar.xz wireguard-openbsd-4a66221e085761ad70a2232b11a35caf13eaf1d6.zip |
carefull -> careful; from Jared Yanovich
passed back to curses people;
-rw-r--r-- | lib/libmenu/mitem_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmenu/mitem_new.3 b/lib/libmenu/mitem_new.3 index 2d97ab08481..d722a995836 100644 --- a/lib/libmenu/mitem_new.3 +++ b/lib/libmenu/mitem_new.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: mitem_new.3,v 1.4 1999/01/22 03:45:07 millert Exp $ +.\" $OpenBSD: mitem_new.3,v 1.5 2003/10/22 08:07:09 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -44,7 +44,7 @@ int free_item(ITEM *item); The function \fBnew_item\fR allocates a new item and initializes it from the \fBname\fR and \fBdescription\fR pointers. Please notice that the item stores only the pointers to the name and description. Those pointers must be valid -during the lifetime of the item. So you should be very carefull with names +during the lifetime of the item. So you should be very careful with names or descriptions allocated on the stack of some routines. .br The function \fBfree_item\fR de-allocates an item. Please notice that it |