Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Add a comment to clarify the selected drivers...



details:   https://anonhg.NetBSD.org/src/rev/f894647e1c7d
branches:  trunk
changeset: 957315:f894647e1c7d
user:      kim <kim%NetBSD.org@localhost>
date:      Tue Nov 24 07:46:46 2020 +0000

description:
Add a comment to clarify the selected drivers to disable in the example

diffstat:

 share/man/man5/boot.cfg.5 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1dc89b6755b1 -r f894647e1c7d share/man/man5/boot.cfg.5
--- a/share/man/man5/boot.cfg.5 Tue Nov 24 06:36:36 2020 +0000
+++ b/share/man/man5/boot.cfg.5 Tue Nov 24 07:46:46 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.cfg.5,v 1.30 2020/11/21 12:26:41 wiz Exp $
+.\"    $NetBSD: boot.cfg.5,v 1.31 2020/11/24 07:46:46 kim Exp $
 .\"
 .\" Copyright (c) 2007 Stephen Borrill
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" 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 November 21, 2020
+.Dd November 24, 2020
 .Dt BOOT.CFG 5
 .Os
 .Sh NAME
@@ -188,6 +188,7 @@
 clear=1
 timeout=-1
 default=1
+# Disable Direct Rendering Manager (DRM) drivers
 userconf=disable i915drmkms*
 userconf=disable nouveau*
 userconf=disable radeon*



Home | Main Index | Thread Index | Old Index