9front - general discussion about 9front
 help / color / mirror / Atom feed
From: adr@SDF.ORG
To: 9front@9front.org
Subject: [9front] /rc/bin/doctype typo
Date: Thu, 3 Jun 2021 01:59:53 +0000	[thread overview]
Message-ID: <YLg3mXOdlz4yeRl6@SDF.ORG> (raw)

I found this by accident.

diff -r cc48d5f4eaa7 rc/bin/doctype
--- a/rc/bin/doctype	Mon May 31 19:30:07 2021 -0700
+++ b/rc/bin/doctype	Thu Jun 03 01:55:47 2021 +0000
@@ -13,7 +13,7 @@
 dev=''
 while(~ $1 -*){
 	switch($1){
-	case -n;
+	case -n
 		troff=nroff
 		eqn=neqn
 		prefer='prefer -n'
@@ -21,7 +21,7 @@
 		dev=-T$2
 		shift
 	case -*
-		opt=$opt' $1'
+		opt=$opt' '$1
 	}
 	shift
 }
-- 

                 reply	other threads:[~2021-06-03  8:12 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=YLg3mXOdlz4yeRl6@SDF.ORG \
    --to=adr@sdf.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).