Module Name:    src
Committed By:   martin
Date:           Sat Feb 16 19:09:07 UTC 2019

Modified Files:
        src/usr.bin/menuc: menuc.1

Log Message:
Typo in member variable name


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/menuc/menuc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/menuc/menuc.1
diff -u src/usr.bin/menuc/menuc.1:1.35 src/usr.bin/menuc/menuc.1:1.36
--- src/usr.bin/menuc/menuc.1:1.35	Sat Feb 16 18:57:21 2019
+++ src/usr.bin/menuc/menuc.1	Sat Feb 16 19:09:07 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: menuc.1,v 1.35 2019/02/16 18:57:21 martin Exp $
+.\"	$NetBSD: menuc.1,v 1.36 2019/02/16 19:09:07 martin Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 20, 2018
+.Dd February 16, 2019
 .Dt MENUC 1
 .Os
 .Sh NAME
@@ -560,7 +560,7 @@ menu.
 This return value is used when actions modify the menu definition on the
 fly, e.g. adding or removing additional menu items.
 The action may set
-.Dq cur_sel
+.Dq cursel
 to jump to an arbitrary menu item (in the modified menu).
 .El
 .Sh MENU ITEM EXPANSION

Reply via email to