9front - general discussion about 9front
 help / color / mirror / Atom feed
From: unobe@cpan.org
To: 9front@9front.org
Subject: [9front] [patch] document softscreen default for igfx; fix typo
Date: Tue, 20 Apr 2021 22:44:36 -0700	[thread overview]
Message-ID: <4C1A9F579C726885CA0D82F833039A7B@smtp.pobox.com> (raw)

/sys/src/9/pc/vgaigfx.c:/^igfxenable sets softscreen to true by
default, but vga(3) doesn't document that. Also fix a typo.

changeset:   8443:2bc7dceab4ef
branch:      mbp-2011
tag:         tip
user:        Romano <unobe@cpan.org>
date:        Tue Apr 20 22:41:52 2021 -0700
files:       sys/man/3/vga sys/src/9/ip/loopbackmedium.c
description:
fix typo; document that igfx driver also sets softscreen to 'on' by
default.


diff -r e5532d6dc58b -r 2bc7dceab4ef sys/man/3/vga
--- a/sys/man/3/vga	Tue Apr 20 22:02:44 2021 -0700
+++ b/sys/man/3/vga	Tue Apr 20 22:41:52 2021 -0700
@@ -170,7 +170,9 @@
 .BR off
 except for the
 .BR vesa
-driver. 
+and
+.BR igfx
+drivers.
 .TP
 .BI hwblank " mode"
 Depending on whether
diff -r e5532d6dc58b -r 2bc7dceab4ef sys/src/9/ip/loopbackmedium.c
--- a/sys/src/9/ip/loopbackmedium.c	Tue Apr 20 22:02:44 2021 -0700
+++ b/sys/src/9/ip/loopbackmedium.c	Tue Apr 20 22:41:52 2021 -0700
@@ -45,7 +45,7 @@
 	while(waserror())
 		;
 
-	/* wat for reader to start */
+	/* wait for reader to start */
 	while(lb->readp == (void*)-1)
 		tsleep(&up->sleep, return0, 0, 300);
 		



                 reply	other threads:[~2021-04-21 10:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C1A9F579C726885CA0D82F833039A7B@smtp.pobox.com \
    --to=unobe@cpan.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).