diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-09-18 21:25:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-09-18 21:25:53 +0000 |
commit | d3ab058ff60afaced51478e2c2789cbbb804f209 (patch) | |
tree | 1d5eaece36de0ea87388798d01144268a07f1b60 /usr.bin/yacc/PSD.doc | |
parent | f2d7375d521eaf20705bd9ee1a8b0791df571d39 (diff) |
Install the yacc(1) PSD. ok mickey@ jmc@
Diffstat (limited to 'usr.bin/yacc/PSD.doc')
-rw-r--r-- | usr.bin/yacc/PSD.doc/ss2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/yacc/PSD.doc/ss2 b/usr.bin/yacc/PSD.doc/ss2 index bc1036c9a3d..b5c3866f76b 100644 --- a/usr.bin/yacc/PSD.doc/ss2 +++ b/usr.bin/yacc/PSD.doc/ss2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ss2,v 1.1 2002/12/03 21:36:35 mickey Exp $ +.\" $OpenBSD: ss2,v 1.2 2004/09/18 21:25:52 otto Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -108,7 +108,7 @@ Yacc permits an action to be written in the middle of a rule as well as at the end. This rule is assumed to return a value, accessible through the usual -.QT $ +``$'' mechanism by the actions to the right of it. In turn, it may access the values |