2.2.1.3 Block Statements

A block statement introduces a logical group of another statements. It consists of a keyword, followed by an optional value, and a sequence of statements enclosed in curly braces, as shown in example below:

 
tcp-wrappers {
  enable yes;
  allow-syslog-priority info;
  deny-syslog-priority notice;
}

The closing curly brace may be followed by a semicolon, although this is not required.