The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1dbbce9744500f2fa4d6ca5ec888835c0f7b9161

commit 1dbbce9744500f2fa4d6ca5ec888835c0f7b9161
Author:     Ahmad Khalifa <[email protected]>
AuthorDate: 2024-06-14 00:17:59 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-07-08 23:31:02 +0000

    loader.conf.5: Correct terminal size
    
    Signed-off-by: Ahmad Khalifa <[email protected]>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1292
---
 stand/defaults/loader.conf.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
index e38ad865c288..a67edd93929d 100644
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -21,7 +21,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
-.Dd February 2, 2024
+.Dd July 8, 2024
 .Dt LOADER.CONF 5
 .Os
 .Sh NAME
@@ -331,8 +331,8 @@ replacing it with
 character (useful for embedded products and such).
 .It Va screen.font
 Set font size for framebuffer mode.
-Default font size is selected based on screen resolution, to achieve
-terminal dimensions 80x24.
+The default font size is selected based on screen resolution.
+Note that the terminal's size may vary.
 .It Va screen.textmode
 Value
 .Dq 0

Reply via email to