summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-10-05 21:13:44 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-10-05 21:13:44 +0000
commit3a3029f984c8d5a9e6470a57cf05704099b2090e (patch)
treea40fa387808f1359590865a06bdbdb15655b4612 /usr.bin
parentcd8f494c4d396c6413e86b08949f6b96cb7a6bbc (diff)
Describe the -o option; whs@xs4all.nl
Diffstat (limited to 'usr.bin')
-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