Use quotes. Addresses #1288
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Oct 2015 18:51:11 +0000 (14:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 1 Oct 2015 18:51:11 +0000 (14:51 -0400)
man/man5/unlang.5

index d17ddfd..ac3cae8 100644 (file)
@@ -444,7 +444,7 @@ true.  Valid comparison operators are "==", "!=", "<", "<=", ">",
 ">=", "=~", and "!~", all with their usual meanings.  Invalid
 comparison operators are ":=" and "=".
 .RE
-.IP Attribute Comparisons
+.IP "Attribute Comparisons"
 .DS
        (&User-Name == "foo")
 .DE
@@ -454,7 +454,7 @@ evaluates to true if the comparison holds true.  The comparison is
 done by printing the attribute to a string, and then doing a string
 comparison of the two sides of the condition.
 .RE
-.IP Inter-Attribute Comparisons
+.IP "Inter-Attribute Comparisons"
 .DS
        (&User-Name == &Filter-Id)
 .DE