main.c using fprintf instead of warnx for parse errors (like cc).
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 27 Jul 2009 19:43:02 +0000 (19:43 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 27 Jul 2009 19:43:02 +0000 (19:43 +0000)
commit9a6a4eb84af13ded9474fbe8c1363fb2482a3492
treed5880b4b475a3ff20bd63bef80818bae6c5970b7
parentb47e561cf549df2f08947057fecfe611e1f25f89
main.c using fprintf instead of warnx for parse errors (like cc).
Error string is now file:line:col: message.
Removed sed from vim -q example in manuals.7.
Fixed column reporting (off by one).
main.c
manuals.7
mdoc.c