wiz
|
d2d0c78429
|
Use standard headers.
|
2001-12-01 20:43:39 +00:00 |
wiz
|
aded0d2cce
|
Whitespace cleanup.
|
2001-12-01 16:43:07 +00:00 |
wiz
|
d6493c16ff
|
Fix typos and wording.
|
2000-12-04 22:33:52 +00:00 |
jhawk
|
52e42eac03
|
Document paragraph-filling behavior of msg_display{,_add}(), and
document function of msg_table_add(). What a whacko api.
|
2000-07-06 20:10:42 +00:00 |
jhawk
|
4ac74dd2e6
|
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.
|
2000-07-06 19:30:11 +00:00 |
garbled
|
faa0b30255
|
Add FILES and EVIRONMENT sections detailing what files these programs use,
where they live, and how to modify that behavior.
|
1999-12-31 04:03:18 +00:00 |
cgd
|
4515ccfe3e
|
nuke msg_printf() and msg_printf_add().
|
1999-07-04 22:55:48 +00:00 |
cgd
|
a70b70f98d
|
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.
|
1999-07-04 21:30:14 +00:00 |
cgd
|
8b6866fc0b
|
privatize msg_beep
|
1999-07-04 10:35:19 +00:00 |
cgd
|
4443f1b7ab
|
nuke msg_{,no}echo, add msg_prompt_noecho
|
1999-07-04 10:29:30 +00:00 |
cgd
|
ed2a9c9df9
|
nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make
msg_vprintf private.
|
1999-07-04 10:13:12 +00:00 |
cgd
|
e8b59e21bb
|
provide APIs (currently mostly undocumented) to print pre-formatted
(table) text.
|
1999-07-04 07:40:51 +00:00 |
veego
|
635cf4e57c
|
It was a bad idea to call a function 'beep'.
Rename it to msg_beep to avoid conflicts with the new curses.h.
|
1999-04-25 09:10:07 +00:00 |
garbled
|
9e44e9b578
|
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.
|
1999-03-22 18:16:34 +00:00 |
lukem
|
979f7a0097
|
fix up .Nm usage, getopt returns -1 not EOF
|
1997-10-19 05:19:15 +00:00 |
phil
|
584c2298f0
|
Import a simple message system with 'compiled' messages. Used by
the net system install program.
|
1997-09-26 21:16:38 +00:00 |