Can someone clarify or simply tell me if there is a mistake in the ROUTE OCG. In the EIGRP section (pg 6

it gives an example of calculating the bandwidth allocation (which is all fine) but then gives the code below:
interface Serial0/0/0.20 multipoint
ip address 172.16.1.1 255.255.255.240
frame-relay interface-dlci 201
frame-relay interface-dlci 202
frame-relay interface-dlci 203
I was under the impression that Interface-dlci was used with point-to-point sub-interfaces to assign DLCI to a specific interface and that multipoint interfaces used map statements.
Can anyone clear this up for me ?
Thanks