diff options
author | 2002-06-19 03:26:21 +0000 | |
---|---|---|
committer | 2002-06-19 03:26:21 +0000 | |
commit | 4d422f548e75cea275e70991cf5867ee72b57461 (patch) | |
tree | 2732ea14eff045ec892b4cc48e742b183b70f8a7 | |
parent | have yacc spit out c compiler-like error messages, so that utilities which (diff) | |
download | wireguard-openbsd-4d422f548e75cea275e70991cf5867ee72b57461.tar.xz wireguard-openbsd-4d422f548e75cea275e70991cf5867ee72b57461.zip |
Poach a commit; error(1) groks yacc output now...
-rw-r--r-- | usr.bin/error/error.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index 82f67fd9144..0b35d694c31 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: error.1,v 1.13 2000/11/10 05:10:25 aaron Exp $ +.\" $OpenBSD: error.1,v 1.14 2002/06/19 03:26:21 millert Exp $ .\" $NetBSD: error.1,v 1.3 1995/09/02 06:15:20 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -157,16 +157,17 @@ runs when making lint. .Pp .Nm knows about the error messages produced by: -.Xr make 1 , +.Xr as 1 , .Xr cc 1 , -.Xr cpp 1 , .Xr ccom 1 , -.Xr as 1 , +.Xr cpp 1 , +.Xr f77 1 , .Xr ld 1 , .Xr lint 1 , -.Xr pi 1 , +.Xr make 1 , .Xr pc 1 , -.Xr f77 1 , +.Xr pi 1 , +.Xr yacc 1 , and DEC Western Research Modula\-2. .Pp .Nm |