diff options
author | 2014-06-04 06:55:50 +0000 | |
---|---|---|
committer | 2014-06-04 06:55:50 +0000 | |
commit | aca77660d76e170687d410458ae88a82d1b065b7 (patch) | |
tree | f9b9a054d02b3f50d8b8e8a4bcdb131ee700dc21 | |
parent | IL are marked xsi; (diff) | |
download | wireguard-openbsd-aca77660d76e170687d410458ae88a82d1b065b7.tar.xz wireguard-openbsd-aca77660d76e170687d410458ae88a82d1b065b7.zip |
TMPDIR is an extension;
-rw-r--r-- | usr.bin/yacc/yacc.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index c5fb36ddfc2..58768d6daea 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.29 2014/02/14 17:22:18 schwarze Exp $ +.\" $OpenBSD: yacc.1,v 1.30 2014/06/04 06:55:50 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91 .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: June 4 2014 $ .Dt YACC 1 .Os .Sh NAME @@ -201,7 +201,9 @@ specification, though its presence is optional. .Pp The flags -.Op Fl or +.Op Fl or , +as well as the environment variable +.Ev TMPDIR , are extensions to that specification. .Sh HISTORY .Nm |