blob: 2fa7ee52d120c78d51ef85f1da49da504e30b0a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ag,v 1.3 2001/01/02 14:57:39 kleink Exp $
--- doc/refman.texi.orig Sat Nov 25 16:59:16 2000
+++ doc/refman.texi Tue Jan 2 15:33:05 2001
@@ -4456,7 +4456,7 @@
(reject @var{rule-body} string-or-sym ...)
symbol
string
-@end deffn
+@end example
The generation process for @code{or} works by substituting one of the
rule's alternatives for the symbol. The probability of an alternative
@@ -4473,6 +4473,7 @@
side in any rule, then it will be handled as a string, otherwise it will
be expanded in turn. If the symbol matches a namer's name, then that
namer will be run and its result incorporated.
+@end deffn
@deffn GlobalConstant @code{or}
This designates a list of alternatives.
|