]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r281581: vidcontrol: make size argument optional again for syscons
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Aug 2015 15:15:06 +0000 (15:15 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Aug 2015 15:15:06 +0000 (15:15 +0000)
commit0c5926c361f70e54ced2114f5e746734b37f5050
tree50db2b03be5edd08e19daf636e560bf56dfc6036
parent9523ca7ec6102c4f3d47f7ba927a24a2bb3d7706
MFC r281581: vidcontrol: make size argument optional again for syscons

r273544 (MFC in r273921) changed the -f option allow no arguments in vt
mode (used to reset the font back to the default), but broke the
optionality of the size argument for syscons. Drop the required argument
from syscons' optstring for -f so the optional argument handler works
the same way for both syscons and vt.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@286291 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/vidcontrol/vidcontrol.c