source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does
@ 2017-02-06  3:49 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-02-06  3:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not
get into the way, and fix the usage() while here

Modified Files:
--------------
    mdocml:
        gmdiff

Revision Data
-------------
Index: gmdiff
===================================================================
RCS file: /home/cvs/mdocml/mdocml/gmdiff,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lgmdiff -Lgmdiff -u -p -r1.4 -r1.5
--- gmdiff
+++ gmdiff
@@ -19,7 +19,7 @@ if [ `id -u` -eq 0 ]; then
 fi
 
 if [ $# -eq 0 ]; then
-  echo "usage: $0 -h manual_source_file ..."
+  echo "usage: $0 [-h] manual_source_file ..."
   exit 1
 fi
 
@@ -33,7 +33,7 @@ else
   EQN="eqn -Tascii"
   ROFF="groff -ww -Tascii -P -c"
 fi
-MOPT="-Werror $MOPT"
+MOPT="-Werror -Tascii $MOPT"
 
 while [ -n "$1" ]; do
   file=$1
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-06  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06  3:49 mdocml: explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does 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).