diff options
Diffstat (limited to 'usr.bin/error/error.1')
| -rw-r--r-- | usr.bin/error/error.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index f8be2f6ca79..2d8d8e93fc1 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: error.1,v 1.9 2002/02/07 03:15:11 ross Exp $ +.\" $NetBSD: error.1,v 1.10 2003/02/25 10:35:41 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -130,7 +130,7 @@ connected via a pipe to the error message source. Some language processors put error messages on their standard error file; others put their messages on the standard output. Hence, both error sources should be piped together into -.Nm "" . +.Nm . For example, when using the .Xr csh 1 syntax, @@ -179,7 +179,7 @@ which file it is processing. uses these to determine the file name for languages that don't include the file name in each error message. These synchronization messages are consumed entirely by -.Nm "" . +.Nm . .It Em discard Error messages from .Xr lint 1 @@ -192,7 +192,7 @@ and are discarded, to prevent accidently touching these libraries. Again, these error messages are consumed entirely by -.Nm "" . +.Nm . .It Em nullify Error messages from .Xr lint 1 @@ -286,7 +286,7 @@ may cause .Nm to not understand the error message. .Pp -.Nm "" , +.Nm , since it is purely mechanical, will not filter out subsequent errors caused by `floodgating' initiated by one syntactically trivial error. @@ -295,7 +295,7 @@ Humans are still much better at discarding these related errors. Pascal error messages belong after the lines affected (error puts them before). The alignment of the `\\' marking the point of error is also disturbed by -.Nm "" . +.Nm . .Pp .Nm was designed for work on |
