summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_ppps_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-03 14:27:59 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-04 08:27:07 -0400
commit8fc18e143d61ffb64383512ea6a0165b01d5f5b2 (patch)
treeb6c923676255e4c8d5b037badba9c69608f0408e /src/usr/local/www/interfaces_ppps_edit.php
parent23cc8797358343f69efb9e53047cf91f425955b9 (diff)
downloadpfsense-8fc18e143d61ffb64383512ea6a0165b01d5f5b2.zip
pfsense-8fc18e143d61ffb64383512ea6a0165b01d5f5b2.tar.gz
Miscellaneous Textual Correction - Interfaces
(cherry picked from commit a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8)
Diffstat (limited to 'src/usr/local/www/interfaces_ppps_edit.php')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index 2887252..70028d8 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -859,7 +859,7 @@ $section->addInput(new Form_Input(
'Idle Timeout',
'text',
$pconfig['idletimeout']
-))->setHelp('If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.' .
+))->setHelp('If no incoming or outgoing packets are transmitted for the entered number of seconds the connection is brought down.' . " " .
'When the idle timeout occurs, if the dial-on-demand option is enabled, mpd goes back into dial-on-demand mode. ' .
'Otherwise, the interface is brought down and all associated routes removed.');
@@ -869,7 +869,7 @@ $section->addInput(new Form_Checkbox(
'Disable vjcomp (compression, auto-negotiated by default).',
$pconfig['vjcomp']
))->setHelp('Disable vjcomp(compression) (auto-negotiated by default).' . '<br />' .
- 'This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet.' .
+ 'This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet.' . " " .
'This option is almost always required. Compression is not effective for TCP connections with enabled modern extensions like time ' .
'stamping or SACK, which modify TCP options between sequential packets.');
OpenPOWER on IntegriCloud