diff options
author | kris <kris@FreeBSD.org> | 2000-01-10 08:54:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-10 08:54:09 +0000 |
commit | 5cc62bc93ff5774d4dbf4e1d376aec2b7bf5aff9 (patch) | |
tree | 16dbd3d29e6e1dd9786084ff61ac20b1dbc65355 /usr.bin/yacc | |
parent | cb9328b9a1d6af5d1d27524bf8e1ccfeac0d7471 (diff) | |
download | FreeBSD-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.c | 2 | ||||
-rw-r--r-- | usr.bin/yacc/yacc.1 | 8 |
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 |