freebsd-skq/usr.sbin/bsdconfig/usermgmt/share
dteske 0ac55ea171 Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main
difference between these two functions:

	Usage: f_show_msg() $format_string [ $format_args ... ]
	Usage: f_dialog_msgbox() $text [ $hline ]

The former lends itself well to displaying the $msg_* i18n text, prompts,
etc. While the latter is better for text you do not control (error strings
captured as a response from external commands) -- or if you have to control
the hline.
2013-07-05 16:00:01 +00:00
..
group_input.subr Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
Makefile
user_input.subr Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00