tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* [patch] Fix typo in Makefile comment
@ 2014-08-12 21:09 Guy Harris
  2014-08-12 21:38 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Guy Harris @ 2014-08-12 21:09 UTC (permalink / raw)
  To: tech

[-- 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
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-12 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-12 21:09 [patch] Fix typo in Makefile comment Guy Harris
2014-08-12 21:38 ` Ingo Schwarze

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).