From 6eec5a0d48e4c9503905222298a621c6f368cd5c Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Sun, 1 Nov 2015 19:17:29 +0100 Subject: [PATCH] Fix typo in manpage of ptp4l There is one parenthesis too many in the manpage of ptp4l. --- ptp4l.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptp4l.8 b/ptp4l.8 index 6c2cf03..0ab2e23 100644 --- a/ptp4l.8 +++ b/ptp4l.8 @@ -356,7 +356,7 @@ proportional constant will be set by the following formula from the current sync interval. The default is 0.0. -kp = min(kp_scale * sync^kp_exponent, kp_norm_max / sync)) +kp = min(kp_scale * sync^kp_exponent, kp_norm_max / sync) .TP .B pi_integral_const The integral constant of the PI controller. When set to 0.0, the