Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libmenu ispell.



details:   https://anonhg.NetBSD.org/src/rev/b3ab3848d21b
branches:  trunk
changeset: 534556:b3ab3848d21b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 29 13:30:13 2002 +0000

description:
ispell.

diffstat:

 lib/libmenu/menu_attributes.3   |  6 +++---
 lib/libmenu/menu_cursor.3       |  6 +++---
 lib/libmenu/menu_driver.3       |  4 ++--
 lib/libmenu/menu_item_current.3 |  4 ++--
 lib/libmenu/menu_item_value.3   |  6 +++---
 lib/libmenu/menu_items.3        |  4 ++--
 lib/libmenu/menu_mark.3         |  6 +++---
 lib/libmenu/menu_new.3          |  4 ++--
 lib/libmenu/menu_post.3         |  4 ++--
 lib/libmenu/menu_win.3          |  6 +++---
 lib/libmenu/menus.3             |  6 +++---
 11 files changed, 28 insertions(+), 28 deletions(-)

diffs (244 lines):

diff -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_attributes.3
--- a/lib/libmenu/menu_attributes.3     Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_attributes.3     Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -103,14 +103,14 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_cursor.3
--- a/lib/libmenu/menu_cursor.3 Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_cursor.3 Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -62,14 +62,14 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_driver.3
--- a/lib/libmenu/menu_driver.3 Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_driver.3 Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -114,7 +114,7 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_item_current.3
--- a/lib/libmenu/menu_item_current.3   Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_item_current.3   Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -80,7 +80,7 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_item_value.3
--- a/lib/libmenu/menu_item_value.3     Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_item_value.3     Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -57,12 +57,12 @@
 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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_items.3
--- a/lib/libmenu/menu_items.3  Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_items.3  Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_mark.3
--- a/lib/libmenu/menu_mark.3   Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_mark.3   Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -81,14 +81,14 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_new.3
--- a/lib/libmenu/menu_new.3    Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_new.3    Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -52,7 +52,7 @@
 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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_post.3
--- a/lib/libmenu/menu_post.3   Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_post.3   Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -77,7 +77,7 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menu_win.3
--- a/lib/libmenu/menu_win.3    Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menu_win.3    Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -84,14 +84,14 @@
 .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 -r 029b932e11c6 -r b3ab3848d21b lib/libmenu/menus.3
--- a/lib/libmenu/menus.3       Mon Jul 29 13:26:56 2002 +0000
+++ b/lib/libmenu/menus.3       Mon Jul 29 13:30:13 2002 +0000
@@ -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@localhost, brett_lymn%yahoo.com.au@localhost
@@ -220,14 +220,14 @@
 .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



Home | Main Index | Thread Index | Old Index