diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-12 21:35:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-12 21:35:48 +0000 |
commit | 945af9fb48f5e5be490e4cbfdb654fad24f705aa (patch) | |
tree | d8c9137496964d733a63cbd8e9fc441955a9d5ec /Makefile | |
parent | 358f63e2e210f79c124f804e3e0b9d0f44f4c61d (diff) | |
download | mandoc-945af9fb48f5e5be490e4cbfdb654fad24f705aa.tar.gz |
typo in comment; Guy Harris <guy at alum dot mit dot edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ VERSION = 1.13.1 # 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. +# If you don't define it, -Tlocale is a synonym for -Tascii. # CFLAGS += -DUSE_WCHAR |