From f95fad15ff58620dc5bf8bc61d267bb4bc30f8be Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 5 Apr 2010 21:16:21 +0000 Subject: \\ -> \e --- usr.bin/error/error.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/error/error.1') diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index 78922118c68..91b2d4506e9 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: error.1,v 1.13 2006/11/24 19:37:03 christos Exp $ +.\" $NetBSD: error.1,v 1.14 2010/04/05 21:18:20 joerg Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -289,7 +289,7 @@ initiated by one syntactically trivial error. Humans are still much better at discarding these related errors. .Pp Pascal error messages belong after the lines affected -(error puts them before). The alignment of the `\\' marking +(error puts them before). The alignment of the `\e' marking the point of error is also disturbed by .Nm . .Pp -- cgit