Fixed include file naming should be menu.h not menus.h.
This commit is contained in:
parent
5aa18180e9
commit
7bedd38e80
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_attributes.3,v 1.2 1999/11/24 12:43:16 kleink Exp $
|
||||
.\" $NetBSD: menu_attributes.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -118,7 +118,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_cursor.3,v 1.2 1999/11/24 12:43:16 kleink Exp $
|
||||
.\" $NetBSD: menu_cursor.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -77,7 +77,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_driver.3,v 1.2 1999/11/24 12:43:16 kleink Exp $
|
||||
.\" $NetBSD: menu_driver.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -125,7 +125,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_format.3,v 1.3 2000/04/20 12:17:57 blymn Exp $
|
||||
.\" $NetBSD: menu_format.3,v 1.4 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -71,7 +71,7 @@ E_POSTED The menu is already posted.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_hook.3,v 1.2 1999/11/24 12:43:17 kleink Exp $
|
||||
.\" $NetBSD: menu_hook.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -93,7 +93,7 @@ function.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_current.3,v 1.3 2000/04/20 12:17:57 blymn Exp $
|
||||
.\" $NetBSD: menu_item_current.3,v 1.4 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -87,7 +87,7 @@ E_NOT_CONNECTED The item is not connected to a menu.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_name.3,v 1.3 2000/04/20 12:17:57 blymn Exp $
|
||||
.\" $NetBSD: menu_item_name.3,v 1.4 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -63,7 +63,7 @@ functions return NULL if the item pointer is not valid.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_new.3,v 1.2 1999/11/24 12:43:17 kleink Exp $
|
||||
.\" $NetBSD: menu_item_new.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -70,7 +70,7 @@ E_BAD_ARGUMENT One or more of the arguments passed to the function
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_opts.3,v 1.2 1999/11/24 12:43:17 kleink Exp $
|
||||
.\" $NetBSD: menu_item_opts.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -71,7 +71,7 @@ E_SYSTEM_ERROR There was a system error during the call.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_userptr.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_item_userptr.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -67,7 +67,7 @@ E_SYSTEM_ERROR There was a system error during the call.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_value.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_item_value.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -69,7 +69,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_item_visible.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_item_visible.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -64,7 +64,7 @@ E_NOT_CONNECTED The item is not connected to a menu.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_items.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_items.3,v 1.3 2001/02/26 01:26:05 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -81,7 +81,7 @@ E_CONNECTED An item was already connected to a menu.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_mark.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_mark.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -96,7 +96,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_new.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_new.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -77,7 +77,7 @@ E_POSTED The menu is already posted.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_opts.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_opts.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -80,7 +80,7 @@ E_POSTED The menu is already posted.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_pattern.3,v 1.2 1999/11/24 12:43:18 kleink Exp $
|
||||
.\" $NetBSD: menu_pattern.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -70,7 +70,7 @@ E_NO_MATCH The character search failed to find a match.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_post.3,v 1.2 1999/11/24 12:43:19 kleink Exp $
|
||||
.\" $NetBSD: menu_post.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -82,7 +82,7 @@ E_NOT_CONNECTED The item is not connected to a menu.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_userptr.3,v 1.2 1999/11/24 12:43:19 kleink Exp $
|
||||
.\" $NetBSD: menu_userptr.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -67,7 +67,7 @@ E_SYSTEM_ERROR There was a system error during the call.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: menu_win.3,v 1.2 1999/11/24 12:43:19 kleink Exp $
|
||||
.\" $NetBSD: menu_win.3,v 1.3 2001/02/26 01:26:06 blymn Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -98,7 +98,7 @@ E_REQUEST_DENIED The menu driver could not process the request.
|
|||
.Xr menus 3
|
||||
.Sh NOTES
|
||||
The header
|
||||
.Xr <menus.h>
|
||||
.Xr <menu.h>
|
||||
automatically includes both
|
||||
.Xr <curses.h>
|
||||
and
|
||||
|
|
Loading…
Reference in New Issue