Skip to content

Commit 05034fa

Browse files
Corrected formatting of the and2(9) man page. Also improved phrases.
1 parent 074d46f commit 05034fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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)