Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Add FILES and EVIRONMENT sections detailing what fil...



details:   https://anonhg.NetBSD.org/src/rev/314a4ad83217
branches:  trunk
changeset: 480044:314a4ad83217
user:      garbled <garbled%NetBSD.org@localhost>
date:      Fri Dec 31 04:03:18 1999 +0000

description:
Add FILES and EVIRONMENT sections detailing what files these programs use,
where they live, and how to modify that behavior.

diffstat:

 usr.bin/menuc/menuc.1 |  16 +++++++++++++++-
 usr.bin/msgc/msgc.1   |  16 +++++++++++++++-
 2 files changed, 30 insertions(+), 2 deletions(-)

diffs (60 lines):

diff -r 885319d96b39 -r 314a4ad83217 usr.bin/menuc/menuc.1
--- a/usr.bin/menuc/menuc.1     Fri Dec 31 00:14:56 1999 +0000
+++ b/usr.bin/menuc/menuc.1     Fri Dec 31 04:03:18 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: menuc.1,v 1.3 1999/03/22 18:16:40 garbled Exp $
+.\"    $NetBSD: menuc.1,v 1.4 1999/12/31 04:03:18 garbled Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -53,6 +53,20 @@
 The 
 .Fl o Ar name
 can be used to specify a different root name.
+.Sh ENVIRONMENT
+.Bl -tag -width MENUDEF
+.It Ev MENUDEF
+Can be set to point to a different set of 
+definition files for
+.Nm menuc .
+The current location defaults to
+.Pa /usr/share/misc .
+.El
+.Sh FILES
+.Bl -item -width /usr/share/misc/menu_sys.def
+.It
+.Pa /usr/share/misc/menu_sys.def
+.El
 .Sh SOURCE DESCRIPTION
 At the current time, this is not documented.  You need to read the
 source code.
diff -r 885319d96b39 -r 314a4ad83217 usr.bin/msgc/msgc.1
--- a/usr.bin/msgc/msgc.1       Fri Dec 31 00:14:56 1999 +0000
+++ b/usr.bin/msgc/msgc.1       Fri Dec 31 04:03:18 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: msgc.1,v 1.10 1999/07/04 22:55:48 cgd Exp $
+.\"    $NetBSD: msgc.1,v 1.11 1999/12/31 04:03:19 garbled Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -77,6 +77,20 @@
 The 
 .Fl o Ar name
 can be used to specify a different root name.
+.Sh ENVIRONMENT
+.Bl -tag -width MSGDEF
+.It Ev MSGDEF
+Can be set to point to a different set of
+definition files for
+.Nm msgc .
+The current location defaults to
+.Pa /usr/share/misc .
+.El
+.Sh FILES
+.Bl -item -width /usr/share/misc/msg_sys.def
+.It
+.Pa /usr/share/misc/msg_sys.def
+.El
 .Sh SOURCE DESCRIPTION
 The format is very simple.  Each message is started with the word
 .Sq message



Home | Main Index | Thread Index | Old Index