Project

General

Profile

« Previous | Next » 

Revision bb80af58

Added by NOYB NOYB over 9 years ago

Miscellaneous Textual Corrections

View differences:

src/usr/local/www/services_ntpd.php
299 299
	$btnaddrow
300 300
))->setHelp('For best results three to five servers should be configured here.' . '<br />' .
301 301
			'The prefer option indicates that NTP should favor the use of this server more than all others.' . '<br />' .
302
			'The noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.');
302
			'The no select option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.');
303 303

  
304 304
$section->addInput(new Form_Input(
305 305
	'ntporphan',
......
308 308
	$pconfig['ntporphan']
309 309
))->setHelp('Orphan mode allows the system clock to be used when no other clocks are available. ' .
310 310
			'The number here specifies the stratum reported during orphan mode and should normally be set to a number high enough ' .
311
			'to insure that any other servers available to clients are preferred over this server. (default: 12).');
311
			'to insure that any other servers available to clients are preferred over this server (default: 12).');
312 312

  
313 313
$section->addInput(new Form_Checkbox(
314 314
	'statsgraph',
......
381 381
$section->addInput(new Form_StaticText(
382 382
	'Leap seconds',
383 383
	$btnadv
384
))->setHelp('A leap second file allows NTP to advertize an upcoming leap second addition or subtraction. ' .
384
))->setHelp('A leap second file allows NTP to advertise an upcoming leap second addition or subtraction. ' .
385 385
			'Normally this is only useful if this server is a stratum 1 time server. ');
386 386

  
387 387
$section->addInput(new Form_Textarea(

Also available in: Unified diff