summaryrefslogtreecommitdiff
path: root/lib/libmenu
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-07-29 13:30:13 +0000
committerwiz <wiz@NetBSD.org>2002-07-29 13:30:13 +0000
commit47c1285a48b357e6fe9e2b514d54f63c28421963 (patch)
treeefc60f4788ce4a45af52701ac31f10473d044a99 /lib/libmenu
parent0fa6dc022df250ff58bfef2b316c642abcf30594 (diff)
ispell.
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/menu_attributes.36
-rw-r--r--lib/libmenu/menu_cursor.36
-rw-r--r--lib/libmenu/menu_driver.34
-rw-r--r--lib/libmenu/menu_item_current.34
-rw-r--r--lib/libmenu/menu_item_value.36
-rw-r--r--lib/libmenu/menu_items.34
-rw-r--r--lib/libmenu/menu_mark.36
-rw-r--r--lib/libmenu/menu_new.34
-rw-r--r--lib/libmenu/menu_post.34
-rw-r--r--lib/libmenu/menu_win.36
-rw-r--r--lib/libmenu/menus.36
11 files changed, 28 insertions, 28 deletions
diff --git a/lib/libmenu/menu_attributes.3 b/lib/libmenu/menu_attributes.3
index 9221e765486..db1d5a1f158 100644
--- a/lib/libmenu/menu_attributes.3
+++ b/lib/libmenu/menu_attributes.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_attributes.3,v 1.6 2002/02/20 11:47:55 wiz Exp $
+.\" $NetBSD: menu_attributes.3,v 1.7 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -103,14 +103,14 @@ The menu is already posted.
.It Er E_CONNECTED
An item was already connected to a menu.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
.It Er E_NOT_POSTED
The menu is not posted.
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_SELECTABLE
diff --git a/lib/libmenu/menu_cursor.3 b/lib/libmenu/menu_cursor.3
index e6cca5302a5..d02782b1ff3 100644
--- a/lib/libmenu/menu_cursor.3
+++ b/lib/libmenu/menu_cursor.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_cursor.3,v 1.6 2002/02/20 11:47:56 wiz Exp $
+.\" $NetBSD: menu_cursor.3,v 1.7 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -62,14 +62,14 @@ The menu is already posted.
.It Er E_CONNECTED
An item was already connected to a menu.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
.It Er E_NOT_POSTED
The menu is not posted.
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_SELECTABLE
diff --git a/lib/libmenu/menu_driver.3 b/lib/libmenu/menu_driver.3
index 7bcb7eb0240..162706f49ad 100644
--- a/lib/libmenu/menu_driver.3
+++ b/lib/libmenu/menu_driver.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_driver.3,v 1.5 2002/02/07 07:00:50 ross Exp $
+.\" $NetBSD: menu_driver.3,v 1.6 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -114,7 +114,7 @@ One or more of the arguments passed to the function was incorrect.
.It Er E_NOT_POSTED
The menu is not posted.
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_CONNECTED
diff --git a/lib/libmenu/menu_item_current.3 b/lib/libmenu/menu_item_current.3
index a55189cfc14..27b3b76fe89 100644
--- a/lib/libmenu/menu_item_current.3
+++ b/lib/libmenu/menu_item_current.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_item_current.3,v 1.6 2002/02/07 07:00:50 ross Exp $
+.\" $NetBSD: menu_item_current.3,v 1.7 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -80,7 +80,7 @@ The function was successful.
.It Er E_BAD_ARGUMENT
One or more of the arguments passed to the function was incorrect.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NOT_CONNECTED
The item is not connected to a menu.
diff --git a/lib/libmenu/menu_item_value.3 b/lib/libmenu/menu_item_value.3
index 02c544ac89b..2f08c032b17 100644
--- a/lib/libmenu/menu_item_value.3
+++ b/lib/libmenu/menu_item_value.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_item_value.3,v 1.8 2002/07/29 13:26:56 wiz Exp $
+.\" $NetBSD: menu_item_value.3,v 1.9 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -57,12 +57,12 @@ to set the value to a defined state. Setting the value to a value
other than TRUE or FALSE will have undefined results.
The
.Fn item_selected
-fucntion returns the number of items that are selected in the menu, that
+function returns the number of items that are selected in the menu, that
is the number of items whose value is TRUE. The indexes of the selected
items will be returned in
.Fa array
which will be dynamically allocated to hold the number of indexes. It
-is the reponsibility of the caller to release this storage by calling
+is the responsibility of the caller to release this storage by calling
.Xr free 3
when the storage is no longer required. If there are no elements selected
in the items array then
diff --git a/lib/libmenu/menu_items.3 b/lib/libmenu/menu_items.3
index 4c1c96cb43b..14fc16e0877 100644
--- a/lib/libmenu/menu_items.3
+++ b/lib/libmenu/menu_items.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_items.3,v 1.6 2002/02/20 11:47:56 wiz Exp $
+.\" $NetBSD: menu_items.3,v 1.7 2002/07/29 13:30:13 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -36,7 +36,7 @@
.Nm item_count ,
.Nm menu_items ,
.Nm set_menu_items
-.Nd attach items to menus or check correspondances
+.Nd attach items to menus or check correspondences
.Sh LIBRARY
.Lb libmenu
.Sh SYNOPSIS
diff --git a/lib/libmenu/menu_mark.3 b/lib/libmenu/menu_mark.3
index de1def5318b..7e7dc722508 100644
--- a/lib/libmenu/menu_mark.3
+++ b/lib/libmenu/menu_mark.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_mark.3,v 1.6 2002/02/20 11:47:56 wiz Exp $
+.\" $NetBSD: menu_mark.3,v 1.7 2002/07/29 13:30:14 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -81,14 +81,14 @@ The menu is already posted.
.It Er E_CONNECTED
An item was already connected to a menu.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
.It Er E_NOT_POSTED
The menu is not posted.
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_SELECTABLE
diff --git a/lib/libmenu/menu_new.3 b/lib/libmenu/menu_new.3
index f2754ae0f07..310e08504a2 100644
--- a/lib/libmenu/menu_new.3
+++ b/lib/libmenu/menu_new.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_new.3,v 1.6 2002/02/20 11:47:56 wiz Exp $
+.\" $NetBSD: menu_new.3,v 1.7 2002/07/29 13:30:14 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -52,7 +52,7 @@ function destroys the given menu and frees all allocated storage
associated with the menu. All items associated with the menu are
detached from the menu before it is destroyed. The
.Fn new_menu
-function allocates storage for a new menu and initialises all the
+function allocates storage for a new menu and initializes all the
values to the defined defaults. If the items pointer passed is not a
NULL then the given NULL terminated array of items is attached to the
new menu.
diff --git a/lib/libmenu/menu_post.3 b/lib/libmenu/menu_post.3
index 80dbb8b3d2c..b062f95c4a3 100644
--- a/lib/libmenu/menu_post.3
+++ b/lib/libmenu/menu_post.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_post.3,v 1.6 2002/02/20 11:47:56 wiz Exp $
+.\" $NetBSD: menu_post.3,v 1.7 2002/07/29 13:30:14 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -77,7 +77,7 @@ One or more of the arguments passed to the function was incorrect.
.It Er E_POSTED
The menu is already posted.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
diff --git a/lib/libmenu/menu_win.3 b/lib/libmenu/menu_win.3
index c6123d1848c..7d558253fb3 100644
--- a/lib/libmenu/menu_win.3
+++ b/lib/libmenu/menu_win.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_win.3,v 1.7 2002/07/03 11:24:46 wiz Exp $
+.\" $NetBSD: menu_win.3,v 1.8 2002/07/29 13:30:14 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -84,14 +84,14 @@ The menu is already posted.
.It Er E_CONNECTED
An item was already connected to a menu.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
.It Er E_NOT_POSTED
The menu is not posted
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_SELECTABLE
diff --git a/lib/libmenu/menus.3 b/lib/libmenu/menus.3
index 09a92a53197..01873467da5 100644
--- a/lib/libmenu/menus.3
+++ b/lib/libmenu/menus.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: menus.3,v 1.12 2002/07/29 13:26:56 wiz Exp $
+.\" $NetBSD: menus.3,v 1.13 2002/07/29 13:30:14 wiz Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -220,14 +220,14 @@ The menu is already posted.
.It Er E_CONNECTED
An item was already connected to a menu.
.It Er E_BAD_STATE
-The function was called from within an initialisation or termination
+The function was called from within an initialization or termination
routine.
.It Er E_NO_ROOM
The menu does not fit within the subwindow.
.It Er E_NOT_POSTED
The menu is not posted.
.It Er E_UNKNOWN_COMMAND
-The menu driver does not recognise the request passed to it.
+The menu driver does not recognize the request passed to it.
.It Er E_NO_MATCH
The character search failed to find a match.
.It Er E_NOT_SELECTABLE