Fix doc links to use dashes, not underscores

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-08-10 20:39:49 +10:00
parent 87c740a63d
commit 05751f4b93
2 changed files with 4 additions and 4 deletions

View file

@ -162,7 +162,7 @@ debounce_enable_spurious(struct fallback_dispatch *fallback)
fallback->debounce.spurious_enabled = true;
evdev_log_info(fallback->device,
"Enabling spurious button debouncing, "
"see %sbutton_debouncing.html for details\n",
"see %sbutton-debouncing.html for details\n",
HTTP_DOC_LINK);
}

View file

@ -190,7 +190,7 @@ tp_detect_wobbling(struct tp_dispatch *tp,
tp->hysteresis.enabled = true;
evdev_log_debug(tp->device,
"hysteresis enabled. "
"See %stouchpad_jitter.html for details\n",
"See %stouchpad-jitter.html for details\n",
HTTP_DOC_LINK);
}
}
@ -1567,7 +1567,7 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
if (!tp->semi_mt)
evdev_log_bug_kernel(tp->device,
"Touch jump detected and discarded.\n"
"See %stouchpad_jumping_cursor.html for details\n",
"See %stouchpad-jumping-cursor.html for details\n",
HTTP_DOC_LINK);
tp_motion_history_reset(t);
}
@ -3193,7 +3193,7 @@ tp_init_hysteresis(struct tp_dispatch *tp)
if (tp->hysteresis.enabled)
evdev_log_debug(tp->device,
"hysteresis enabled. "
"See %stouchpad_jitter.html for details\n",
"See %stouchpad-jitter.html for details\n",
HTTP_DOC_LINK);
}