doc/man/lte.man in alf-shell-0.16.0 vs doc/man/lte.man in alf-shell-0.16.1
- old
+ new
@@ -3,11 +3,11 @@
Less than or equal to
.SH Signature
.PP
.RS
.nf
-lte(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate
+lte(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate
.fi
.RE
.SH Examples
.PP
.RS
@@ -25,6 +25,6 @@
.PP
This predicates checks whether a value (\fB\fCleft\fR) is less than or equal to
another one (\fB\fCright\fR).
.SH Implementation notes
.PP
-This predicate is equivalent to \fB\fC->(t){ _left_ <= _right_ }\fR\&.
+This predicate is equivalent to \fB\fC\->(t){ _left_ <= _right_ }\fR\&.
\ No newline at end of file