Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: fbcon: Reindent 8th step of attach/detach/unload

Properly indent 8th step text (as enumerated list item) to be inline
with other steps.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250909063744.30053-3-bagasdotme@gmail.com>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
cfa51cfd 78494f9e

+5 -5
+5 -5
Documentation/fb/fbcon.rst
··· 251 251 echo 1 > /sys/class/vtconsole/vtcon1/bind 252 252 253 253 8. Once fbcon is unbound, all drivers registered to the system will also 254 - become unbound. This means that fbcon and individual framebuffer drivers 255 - can be unloaded or reloaded at will. Reloading the drivers or fbcon will 256 - automatically bind the console, fbcon and the drivers together. Unloading 257 - all the drivers without unloading fbcon will make it impossible for the 258 - console to bind fbcon. 254 + become unbound. This means that fbcon and individual framebuffer drivers 255 + can be unloaded or reloaded at will. Reloading the drivers or fbcon will 256 + automatically bind the console, fbcon and the drivers together. Unloading 257 + all the drivers without unloading fbcon will make it impossible for the 258 + console to bind fbcon. 259 259 260 260 Notes for vesafb users: 261 261 =======================