Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/msgc Add msg_*() functions to NAME (they are already...



details:   https://anonhg.NetBSD.org/src/rev/5b9f5b1ca699
branches:  trunk
changeset: 494475:5b9f5b1ca699
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jul 06 19:30:11 2000 +0000

description:
Add msg_*() functions to NAME (they are already in SYNOPSIS), and
add MLINKS for them. Perhaps later on they should be broken out into
a section other than 1? At least now they are findable via "man -k" etc.

diffstat:

 usr.bin/msgc/Makefile |  15 ++++++++++++++-
 usr.bin/msgc/msgc.1   |  15 +++++++++++++--
 2 files changed, 27 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 8cd347ee8714 -r 5b9f5b1ca699 usr.bin/msgc/Makefile
--- a/usr.bin/msgc/Makefile     Thu Jul 06 18:16:35 2000 +0000
+++ b/usr.bin/msgc/Makefile     Thu Jul 06 19:30:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/02/13 02:54:56 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2000/07/06 19:30:11 jhawk Exp $
 
 .include <bsd.own.mk>
 
@@ -10,6 +10,19 @@
 LDADD+=        -ll
 DPADD+=        ${LIBL}
 
+MLINKS+=       msgc.1 msg_window.1 \
+               msgc.1 msg_window.1 \
+               msgc.1 msg_string.1 \
+               msgc.1 msg_clear.1 \
+               msgc.1 msg_standout.1 \
+               msgc.1 msg_standend.1 \
+               msgc.1 msg_display.1 \
+               msgc.1 msg_display_add.1 \
+               msgc.1 msg_prompt.1 \
+               msgc.1 msg_prompt_add.1 \
+               msgc.1 msg_prompt_noecho.1 \
+               msgc.1 msg_table_add.1
+
 .if ${MKSHARE} != "no"
 FILES= msg_sys.def
 FILESDIR= /usr/share/misc
diff -r 8cd347ee8714 -r 5b9f5b1ca699 usr.bin/msgc/msgc.1
--- a/usr.bin/msgc/msgc.1       Thu Jul 06 18:16:35 2000 +0000
+++ b/usr.bin/msgc/msgc.1       Thu Jul 06 19:30:11 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: msgc.1,v 1.11 1999/12/31 04:03:19 garbled Exp $
+.\"    $NetBSD: msgc.1,v 1.12 2000/07/06 19:30:11 jhawk Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -37,7 +37,18 @@
 .Os
 .Dt MSGC 1
 .Sh NAME
-.Nm msgc
+.Nm msgc ,
+.Nm msg_window ,
+.Nm msg_string ,
+.Nm msg_clear ,
+.Nm msg_standout ,
+.Nm msg_standend ,
+.Nm msg_display ,
+.Nm msg_display_add ,
+.Nm msg_prompt ,
+.Nm msg_prompt_add ,
+.Nm msg_prompt_noecho ,
+.Nm msg_table_add
 .Nd simple message list compiler
 .Sh SYNOPSIS
 msgc



Home | Main Index | Thread Index | Old Index