File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ Otherwise,
1313.RE"""
1414;
1515function _ nofp;
16+ see_also """
17+ .ie '\\*[.T]'html' \\{\\
18+ .UR logic.9.html
19+ \\fBlogic\\fR(9)
20+ .UE
21+ \\}
22+ .el \\{\\
23+ \\fBlogic\\fR(9)
24+ \\}
25+ """;
1626license "GPL";
1727;;
1828FUNCTION(_) { out = in0 && in1; }
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ Otherwise,
1414.RE"""
1515;
1616function _ nofp;
17+ see_also """
18+ .ie '\\*[.T]'html' \\{\\
19+ .UR logic.9.html
20+ \\fBlogic\\fR(9)
21+ .UE
22+ \\}
23+ .el \\{\\
24+ \\fBlogic\\fR(9)
25+ \\}
26+ """;
1727license "GPL";
1828;;
1929FUNCTION(_) { out = in0 || in1; }
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ to the following rule:
1414Otherwise,
1515\\fBout=FALSE\\fR""";
1616function _ nofp;
17+ see_also """
18+ .ie '\\*[.T]'html' \\{\\
19+ .UR logic.9.html
20+ \\fBlogic\\fR(9)
21+ .UE
22+ \\}
23+ .el \\{\\
24+ \\fBlogic\\fR(9)
25+ \\}
26+ """;
1727license "GPL";
1828;;
1929FUNCTION(_) {
You can’t perform that action at this time.
0 commit comments