Blame linuxptp-manfix.patch
|
Miroslav Lichvar |
a4f692 |
commit 0b80e32829ca7430be851fc64c4812896ad97c88
|
|
Miroslav Lichvar |
a4f692 |
Author: Miroslav Lichvar <mlichvar@redhat.com>
|
|
Miroslav Lichvar |
a4f692 |
Date: Mon Jul 19 17:09:01 2021 +0200
|
|
Miroslav Lichvar |
a4f692 |
|
|
Miroslav Lichvar |
a4f692 |
Fix quoting in ptp4l man page.
|
|
Miroslav Lichvar |
a4f692 |
|
|
Miroslav Lichvar |
a4f692 |
In the groff syntax lines starting with a dot or quote are requests. A
|
|
Miroslav Lichvar |
a4f692 |
line in the servo_offset_threshold description starts with a quote,
|
|
Miroslav Lichvar |
a4f692 |
which breaks the output. Move a word to the beginning of the line to fix
|
|
Miroslav Lichvar |
a4f692 |
it.
|
|
Miroslav Lichvar |
a4f692 |
|
|
Miroslav Lichvar |
a4f692 |
Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
|
|
Miroslav Lichvar |
a4f692 |
|
|
Miroslav Lichvar |
a4f692 |
diff --git a/ptp4l.8 b/ptp4l.8
|
|
Miroslav Lichvar |
a4f692 |
index 7ca3474..a0779ef 100644
|
|
Miroslav Lichvar |
a4f692 |
--- a/ptp4l.8
|
|
Miroslav Lichvar |
a4f692 |
+++ b/ptp4l.8
|
|
Miroslav Lichvar |
a4f692 |
@@ -788,8 +788,8 @@ The default value is 10.
|
|
Miroslav Lichvar |
a4f692 |
.TP
|
|
Miroslav Lichvar |
a4f692 |
.B servo_offset_threshold
|
|
Miroslav Lichvar |
a4f692 |
The offset threshold used in order to transition from the SERVO_LOCKED
|
|
Miroslav Lichvar |
a4f692 |
-to the SERVO_LOCKED_STABLE state. The transition occurs once the last
|
|
Miroslav Lichvar |
a4f692 |
-'servo_num_offset_values' offsets are all below the threshold value.
|
|
Miroslav Lichvar |
a4f692 |
+to the SERVO_LOCKED_STABLE state. The transition occurs once the
|
|
Miroslav Lichvar |
a4f692 |
+last 'servo_num_offset_values' offsets are all below the threshold value.
|
|
Miroslav Lichvar |
a4f692 |
The default value of offset_threshold is 0 (disabled).
|
|
Miroslav Lichvar |
a4f692 |
.TP
|
|
Miroslav Lichvar |
a4f692 |
.B slave_event_monitor
|