summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/yacc/yacc.111
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 181bde6bea5..f301af343d0 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.7 1999/08/04 18:31:27 millert Exp $
+.\" $OpenBSD: yacc.1,v 1.8 1999/10/05 21:13:43 aaron Exp $
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -98,7 +98,14 @@ will not insert the #line directives.
.It Fl o Ar output_file
The
.Fl o
-option specifies an explicit
+option specifies an explicit name for the parser's output file name instead
+of the default. The names of the other output files are constructed from
+.Pa output_file
+as described under the
+.Fl d
+and
+.Fl v
+options.
.It Fl p Ar symbol_prefix
The
.Fl p