summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-10 08:54:09 +0000
committerkris <kris@FreeBSD.org>2000-01-10 08:54:09 +0000
commit5cc62bc93ff5774d4dbf4e1d376aec2b7bf5aff9 (patch)
tree16dbd3d29e6e1dd9786084ff61ac20b1dbc65355 /usr.bin/yacc
parentcb9328b9a1d6af5d1d27524bf8e1ccfeac0d7471 (diff)
downloadFreeBSD-src-5cc62bc93ff5774d4dbf4e1d376aec2b7bf5aff9.zip
FreeBSD-src-5cc62bc93ff5774d4dbf4e1d376aec2b7bf5aff9.tar.gz
Feed mkstemp() some more X's to keep it safe.
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/main.c2
-rw-r--r--usr.bin/yacc/yacc.18
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c
index 0a5511f..e071c95 100644
--- a/usr.bin/yacc/main.c
+++ b/usr.bin/yacc/main.c
@@ -62,7 +62,7 @@ char vflag;
char *symbol_prefix;
char *file_prefix = "y";
-char *temp_form = "yacc.XXXXXXX";
+char *temp_form = "yacc.XXXXXXXXXXX";
int lineno;
int outline;
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 23a3b0d..6a210f1 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -123,14 +123,14 @@ is set, the string denoted by
will be used as the name of the directory where the temporary
files are created.
.Sh FILES
-.Bl -tag -width /tmp/yacc.aXXXXXX -compact
+.Bl -tag -width /tmp/yacc.aXXXXXXXXXX -compact
.It Pa y.code.c
.It Pa y.tab.c
.It Pa y.tab.h
.It Pa y.output
-.It Pa /tmp/yacc.aXXXXXX
-.It Pa /tmp/yacc.tXXXXXX
-.It Pa /tmp/yacc.uXXXXXX
+.It Pa /tmp/yacc.aXXXXXXXXXX
+.It Pa /tmp/yacc.tXXXXXXXXXX
+.It Pa /tmp/yacc.uXXXXXXXXXX
.El
.Sh DIAGNOSTICS
If there are rules that are never reduced, the number of such rules is
OpenPOWER on IntegriCloud