tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Guy Harris <guy@alum.mit.edu>
To: "tech@mdocml.bsd.lv" <tech@mdocml.bsd.lv>
Subject: [patch] Fix typo in Makefile comment
Date: Tue, 12 Aug 2014 14:09:25 -0700	[thread overview]
Message-ID: <AFE11971-BBC8-4153-84D2-EC1DCC51229E@alum.mit.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Really simple fix to really simple typo - "-Tacsii" -> "-Tascii".


[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 761 bytes --]

*** Makefile.dist	2014-08-10 10:26:46.000000000 -0700
--- Makefile	2014-08-12 14:04:48.000000000 -0700
***************
*** 30,36 ****
  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
  # UCS-4 value) should you define USE_WCHAR.  If you define it and your
  # system DOESN'T support this, -Tlocale will produce garbage.
! # If you don't define it, -Tlocale is a synonym for -Tacsii.
  #
  CFLAGS	 	+= -DUSE_WCHAR
  
--- 30,36 ----
  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
  # UCS-4 value) should you define USE_WCHAR.  If you define it and your
  # system DOESN'T support this, -Tlocale will produce garbage.
! # If you don't define it, -Tlocale is a synonym for -Tascii.
  #
  CFLAGS	 	+= -DUSE_WCHAR
  

             reply	other threads:[~2014-08-12 21:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 21:09 Guy Harris [this message]
2014-08-12 21:38 ` Ingo Schwarze

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=AFE11971-BBC8-4153-84D2-EC1DCC51229E@alum.mit.edu \
    --to=guy@alum.mit.edu \
    --cc=tech@mdocml.bsd.lv \
    /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).