diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-10-13 19:30:16 +0200 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-10-13 19:30:16 +0200 |
commit | cec11cdde70b28ef9578b4e310728df29ee17597 (patch) | |
tree | 05b5d743c7c39ef934eccd90ea7cba7292f9fc12 | |
parent | 1abeffb9d173904c4fa6c6fb3cdb22bbb1d1d12a (diff) | |
download | pfsense-packages-cec11cdde70b28ef9578b4e310728df29ee17597.tar.gz pfsense-packages-cec11cdde70b28ef9578b4e310728df29ee17597.tar.bz2 pfsense-packages-cec11cdde70b28ef9578b4e310728df29ee17597.zip |
fix up text
-rw-r--r-- | config/openbgpd/openbgpd_neighbors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openbgpd/openbgpd_neighbors.xml b/config/openbgpd/openbgpd_neighbors.xml index 2ab52bf0..56708a6c 100644 --- a/config/openbgpd/openbgpd_neighbors.xml +++ b/config/openbgpd/openbgpd_neighbors.xml @@ -100,13 +100,13 @@ <field> <fielddescr>TCP-MD5 key</fielddescr> <fieldname>md5sigkey</fieldname> - <description>The md5 key to communicate with the peer. Does not work with a Cisco BGP router.</description> + <description>The md5 key to communicate with the peer. Does not work with Cisco BGP routers.</description> <type>input</type> </field> <field> <fielddescr>TCP-MD5 password</fielddescr> <fieldname>md5sigpass</fieldname> - <description>The md5 password to communicate with the peer. Use this when communication with Cisco BGP router.</description> + <description>The md5 password to communicate with the peer. Use this when communicating with a Cisco BGP router.</description> <type>input</type> </field> <field> |