Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/menuc Bump date for last changes; remove duplicate "...
details: https://anonhg.NetBSD.org/src/rev/c2686a8c2057
branches: trunk
changeset: 555201:c2686a8c2057
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Nov 11 13:41:37 2003 +0000
description:
Bump date for last changes; remove duplicate "the"; mark up NULL.
diffstat:
usr.bin/menuc/menuc.1 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 723cc1ea85a2 -r c2686a8c2057 usr.bin/menuc/menuc.1
--- a/usr.bin/menuc/menuc.1 Tue Nov 11 13:36:33 2003 +0000
+++ b/usr.bin/menuc/menuc.1 Tue Nov 11 13:41:37 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: menuc.1,v 1.20 2003/10/18 18:26:53 dsl Exp $
+.\" $NetBSD: menuc.1,v 1.21 2003/11/11 13:41:37 wiz Exp $
.\"
.\" Copyright 1997 Piermont Information Systems Inc.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 9, 2003
+.Dd October 18, 2003
.Os
.Dt MENUC 1
.Sh NAME
@@ -418,19 +418,22 @@
.Ar post_act ,
and
.Ar exit_act
-are function pointers to the the display action and the exit action.
+are function pointers to the display action and the exit action.
If they are
.Dv NULL ,
no call will be made.
.Ar draw_line
will be called to display the menu line if the correspondint opt_name
-field is NULL.
+field is
+.Dv NULL .
.Ar help
is the text to display in a help screen.
And finally,
.Ar exitstr
is the text for the 'exit' line of the menu.
-If NULL "Exit" is used.
+If
+.Dv NULL ,
+"Exit" is used.
A
.Dv NULL
help pointer will disable the help feature for the menu.
Home |
Main Index |
Thread Index |
Old Index