Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Synopsis:
set show_numerics [on|off|toggle]
Description:
When turned on, for any server response that includes a numeric reply
or error code, the client will prepend that number to the message it
displays, in lieu of the usual "***" shown. This is mostly only used
for informational purposes, though it can be useful in learning how
the server works.
See Also:
on(5)
Other Notes:
Not all server replies have numeric codes. Additionally, the client
may suppress some, if the client has a named hook for that reply.