From b00fcba133e2170f5308eb02bfa9b9b8d7dea0a0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 27 Jul 2009 19:43:02 +0000 Subject: 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). --- manuals.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manuals.7') diff --git a/manuals.7 b/manuals.7 index 37d13737..9cb6ada1 100644 --- a/manuals.7 +++ b/manuals.7 @@ -113,8 +113,7 @@ The quick-fix feature of is useful for checking over many manuals: .Bd -literal -offset indent % mandoc \-Wall \-fstrict \-Tlint \-fign-errors \e - `find /usr/src \-name \e*\e.[1-9]` 2>&1 | \e - sed 's!^mandoc: !!' > /tmp/mandoc.errs + ./path/to/manuals/* 2>&1 > /tmp/mandoc.errs % vim -q /tmp/mandoc.errs .Ed .Pp -- cgit