freebsd-dev/usr.sbin/bsdconfig/networking
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 09:43:10 +00:00
share Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
defaultrouter More whitespace. 2013-06-24 20:58:54 +00:00
devices More whitespace. 2013-06-24 20:58:54 +00:00
hostname More whitespace. 2013-06-24 20:58:54 +00:00
INDEX Improve the INDEX format. Whitespace improvements, format improvements, typo 2013-06-18 08:15:56 +00:00
Makefile Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
nameservers More whitespace. 2013-06-24 20:58:54 +00:00
networking More whitespace. 2013-06-24 20:58:54 +00:00
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00