diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-19 03:26:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-19 03:26:22 +0000 |
commit | 7a7c0670548e8db9f012a3aa7b18b882f9942859 (patch) | |
tree | a2acd2c75cc5ffc546fe277637ef0782063473b8 /usr.bin | |
parent | 393c59806b2c08665d0eb06350ef6bb478e3f026 (diff) |
Poach a commit; error(1) groks yacc output now...
Diffstat (limited to 'usr.bin')
-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 |