Skip to content

Commit 0199d9c

Browse files
authored
Merge pull request #1821 from petterreinholdtsen/man-and2-formatting-etc
Corrected formatting of the and2(9) man page. Also improved phrases.
2 parents 279ef89 + 05034fa commit 0199d9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/hal/components/and2.comp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
component and2 "Two-input AND gate";
22
pin in bit in0;
33
pin in bit in1;
4-
pin out bit out """\
5-
\\fBout\\fR is computed from the value of \\fBin0\\fR and \\fBin1\\fR according to the following rule:
4+
pin out bit out """
5+
.P
6+
The \\fBout\\fR pin is computed from the value of the \\fBin0\\fR and
7+
\\fBin1\\fR pins according to the following rule:
68
.RS
79
.TP
810
\\fBin0=TRUE in1=TRUE\\fB

0 commit comments

Comments
 (0)