From: Alan T. DeKok Date: Thu, 1 Oct 2015 18:51:11 +0000 (-0400) Subject: Use quotes. Addresses #1288 X-Git-Tag: release_3_0_10~19 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=ba1345e9c99a7cd61a438f64964542f8efcf464a Use quotes. Addresses #1288 --- diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index d17ddfd..ac3cae8 100644 --- a/man/man5/unlang.5 +++ b/man/man5/unlang.5 @@ -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