Module Name:    src
Committed By:   apb
Date:           Sat Aug 16 12:30:12 UTC 2014

Modified Files:
        src/share/man/man8/man8.x86: boot.8

Log Message:
Document supported subsets of image formats,
extracted from comments in src/sys/dev/stbi/stb_image.c.

XXX: This is not the right place to document supported image formats
for splash screens.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/man8.x86/boot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/man8.x86/boot.8
diff -u src/share/man/man8/man8.x86/boot.8:1.3 src/share/man/man8/man8.x86/boot.8:1.4
--- src/share/man/man8/man8.x86/boot.8:1.3	Sat Aug 16 11:41:37 2014
+++ src/share/man/man8/man8.x86/boot.8	Sat Aug 16 12:30:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.3 2014/08/16 11:41:37 apb Exp $
+.\"	$NetBSD: boot.8,v 1.4 2014/08/16 12:30:12 apb Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -595,7 +595,14 @@ and request the kernel to use it as a sp
 The
 .Ar file
 should contain an image in one of these formats:
-JPEG, PNG, BMP, GIF, PSD, or PIC.
+JPEG (baseline only, not progressive),
+PNG (8-bit only),
+TGA,
+BMP (non-1bpp, non-RLE),
+GIF,
+PSD (composited view only),
+or
+PIC.
 .It Ic vesa Bro Va modenum | Ar on | off | enabled | disabled | list Brc
 Initialise the video card to the specified resolution and bit depth.
 The

Reply via email to