History log of /netbsd-src/usr.bin/msgc/msgc.1 (Results 1 – 25 of 27)
Revision Date Author Comments
# 30b89059 11-Oct-2021 rillig <rillig@NetBSD.org>

msgc.1: fix typos


# 40c86e8b 06-Mar-2012 mbalmer <mbalmer@NetBSD.org>

Remove the advertising clause with the explicit ok from Perry E. Metzger.


# d47aeb29 02-Mar-2012 wiz <wiz@NetBSD.org>

Use mdoc macros only.


# d13b2dd8 02-Mar-2012 mbalmer <mbalmer@NetBSD.org>

Add msg_printf(fmt, ...), a function to display raw messages without
going through the message catalog.


# dface83f 11-Jan-2012 riz <riz@NetBSD.org>

MENU_name -> MSG_name


# 88e16b23 14-May-2010 joerg <joerg@NetBSD.org>

Simplify markup.


# 997634fe 09-Mar-2009 joerg <joerg@NetBSD.org>

Fix preamble to match order set out by mdoc(7). Discussed with wiz.


# 4dff07bd 15-Oct-2003 wiz <wiz@NetBSD.org>

Bump date for previous.


# 556e606c 25-Sep-2003 dsl <dsl@NetBSD.org>

Add a msg_row() function that returns the current screen row.
Allows sysinst to place menus below any header text.
Remove msg_*.1 man pages for all the functions (they are in the wrong place
are a fa

Add a msg_row() function that returns the current screen row.
Allows sysinst to place menus below any header text.
Remove msg_*.1 man pages for all the functions (they are in the wrong place
are a fair waste of directory space).

show more ...


# 15cd94dd 04-Jun-2003 dsl <dsl@NetBSD.org>

Add msg_prompt_win() that will prompt in the specified window (instead of
the default one), and with a box around the window if >= 3 lines.
Stop the char delete from killingthe RHS of any box.
Make m

Add msg_prompt_win() that will prompt in the specified window (instead of
the default one), and with a box around the window if >= 3 lines.
Stop the char delete from killingthe RHS of any box.
Make msg_string a noop for invalid strings (might be quoted text).

show more ...


# e65d3f80 26-Sep-2002 wiz <wiz@NetBSD.org>

Begin new sentences on new lines. Minor mdoc improvements.


# d2d0c784 01-Dec-2001 wiz <wiz@NetBSD.org>

Use standard headers.


# aded0d2c 01-Dec-2001 wiz <wiz@NetBSD.org>

Whitespace cleanup.


# d6493c16 04-Dec-2000 wiz <wiz@NetBSD.org>

Fix typos and wording.


# 52e42eac 06-Jul-2000 jhawk <jhawk@NetBSD.org>

Document paragraph-filling behavior of msg_display{,_add}(), and
document function of msg_table_add(). What a whacko api.


# 4ac74dd2 06-Jul-2000 jhawk <jhawk@NetBSD.org>

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

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.

show more ...


# faa0b302 31-Dec-1999 garbled <garbled@NetBSD.org>

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


# 4515ccfe 04-Jul-1999 cgd <cgd@NetBSD.org>

nuke msg_printf() and msg_printf_add().


# a70b70f9 04-Jul-1999 cgd <cgd@NetBSD.org>

const-ify strings as appropriate, and convert message 'numbers' from
ints to 'msg's. 'msg' is currently typedef'd as 'const char *', but it'll
become more complex eventually.


# 8b6866fc 04-Jul-1999 cgd <cgd@NetBSD.org>

privatize msg_beep


# 4443f1b7 04-Jul-1999 cgd <cgd@NetBSD.org>

nuke msg_{,no}echo, add msg_prompt_noecho


# ed2a9c9d 04-Jul-1999 cgd <cgd@NetBSD.org>

nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make
msg_vprintf private.


# e8b59e21 04-Jul-1999 cgd <cgd@NetBSD.org>

provide APIs (currently mostly undocumented) to print pre-formatted
(table) text.


# 635cf4e5 25-Apr-1999 veego <veego@NetBSD.org>

It was a bad idea to call a function 'beep'.
Rename it to msg_beep to avoid conflicts with the new curses.h.


# 9e44e9b5 22-Mar-1999 garbled <garbled@NetBSD.org>

More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.


12