doc/man/gt.man in alf-shell-0.16.3 vs doc/man/gt.man in alf-shell-0.16.4
- old
+ new
@@ -3,11 +3,11 @@
Greater than
.SH Signature
.PP
.RS
.nf
-gt(left: Alpha|AttrName, right: Alpha|AttrName) \-> Predicate
+gt(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 greater than 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