freebsd-dev/usr.sbin/bsdconfig/usermgmt
Devin Teske 7079fc4e02 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
..
include Perform some code consolidation and add some additional error 2013-06-18 21:44:35 +00:00
share Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
groupadd More whitespace. 2013-06-24 20:58:54 +00:00
groupdel More whitespace. 2013-06-24 20:58:54 +00:00
groupedit More whitespace. 2013-06-24 20:58:54 +00:00
groupinput Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
INDEX Improve the INDEX format. Whitespace improvements, format improvements, typo 2013-06-18 08:15:56 +00:00
Makefile
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00
useradd More whitespace. 2013-06-24 20:58:54 +00:00
userdel More whitespace. 2013-06-24 20:58:54 +00:00
useredit More whitespace. 2013-06-24 20:58:54 +00:00
userinput Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
usermgmt More whitespace. 2013-06-24 20:58:54 +00:00