Broke the build! Forgot para tags within my description.

https://bamboo.asterisk.org/bamboo/browse/AST-ATRUNKBUILD-304


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Rusty Newton
2013-09-13 14:25:55 +00:00
parent a0f8a2e4ce
commit b45699daaa

View File

@@ -41,12 +41,12 @@
</configOption> </configOption>
<configOption name="match"> <configOption name="match">
<synopsis>IP addresses or networks to match against</synopsis> <synopsis>IP addresses or networks to match against</synopsis>
<description> <description><para>
The value is a comma-delimited list of IP addresses. IP addresses may The value is a comma-delimited list of IP addresses. IP addresses may
have a subnet mask appended. The subnet mask may be written in either have a subnet mask appended. The subnet mask may be written in either
CIDR or dot-decimal notation. Separate the IP address and subnet CIDR or dot-decimal notation. Separate the IP address and subnet
mask with a slash ('/') mask with a slash ('/')
</description> </para></description>
</configOption> </configOption>
<configOption name="type"> <configOption name="type">
<synopsis>Must be of type 'identify'.</synopsis> <synopsis>Must be of type 'identify'.</synopsis>