summaryrefslogtreecommitdiffstats
path: root/usr.bin/error/pi.c
diff options
context:
space:
mode:
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 67778a4..4fd70f9 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
OpenPOWER on IntegriCloud