diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-07 21:11:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-07 21:11:11 +0000 |
commit | 029679decb841b5e94bd5daeda5186e2a6b6d092 (patch) | |
tree | 37fb7cc48f9d937d7a7eecea96f13d9ccc4ba38c /usr.bin/error | |
parent | 6dfe0d7e2d4c609e27a99bf6d2a466a13b4fe9cc (diff) |
Various cleanup.
Diffstat (limited to 'usr.bin/error')
-rw-r--r-- | usr.bin/error/error.1 | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index ebc6c68a6d6..99ae97eb183 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: error.1,v 1.8 1999/12/04 19:04:52 aaron Exp $ +.\" $OpenBSD: error.1,v 1.9 2000/03/07 21:11:07 aaron Exp $ .\" $NetBSD: error.1,v 1.3 1995/09/02 06:15:20 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -67,9 +67,7 @@ Do touch any files; all error messages are sent to the standard output. .It Fl q -The user is -.Ar queried -whether s/he wants to touch the file. +The user is queried whether or not to touch the file. A .Sq y or @@ -106,15 +104,13 @@ Thus the suffix list: allows .Nm to touch files ending with -.Sq \&.c , -.Sq \&.y , -.Sq \&.foo\&* , +.Dq \&.c , +.Dq \&.y , +.Dq \&.foo\&* , and -.Sq \&.h . +.Dq \&.h . .It Fl s -Print out -.Em statistics -regarding the error categorization. +Print out statistics regarding the error categorization. Not too useful. .It Fl I Ar ignorefile Specifies a file containing a list of functions to ignore. @@ -169,8 +165,8 @@ knows about the error messages produced by: .Xr pi 1 , .Xr pc 1 , .Xr f77 1 , -and -.Em DEC Western Research Modula\-2 . +and DEC Western Research Modula\-2. +.Pp .Nm knows a standard format for error messages produced by the language processors, |