aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/error/pi.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit7799f52a32f592a7efe259bc3411ba52d13db797 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/error/pi.c
parent5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff)
Notes
Diffstat (limited to 'usr.bin/error/pi.c')
-rw-r--r--usr.bin/error/pi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/pi.c b/usr.bin/error/pi.c
index 67778a468534..4fd70f9dd850 100644
--- a/usr.bin/error/pi.c
+++ b/usr.bin/error/pi.c
@@ -80,7 +80,7 @@ static char **c_header = &unk_hdr[0];
* define msg = .*
* define digit = [0-9]
* definename = .*
- * define date_format letter*3 letter*3 (digit | (digit digit))
+ * define date_format letter*3 letter*3 (digit | (digit digit))
* (digit | (digit digit)):digit*2 digit*4
*
* {e,E} (piptr) (msg) Encounter an error during textual scan
@@ -91,7 +91,7 @@ static char **c_header = &unk_hdr[0];
* ... (msg) When refer to the previous line
* 'In' ('procedure'|'function'|'program') (name):
* pi is now complaining about 2nd pass errors.
- *
+ *
* Here is the output from a compilation
*
*
@@ -291,7 +291,7 @@ Errorclass pi()
*
* Turns into a message of the form:
* filename (header) letter - message
- *
+ *
* First, see if it is a message referring to more than
* one line number. Only of the form:
* %s undefined on line%s