API doc: use minus sign (U+2212) where appropriate instead of `-`
[babeltrace.git] / include / babeltrace2 / util.h
index 1c37b8e3b2668e27335c68cc38b854201a62e881..8426a0adeff4c0729c2d01ee001a7adb531226d0 100644 (file)
@@ -73,13 +73,13 @@ The following illustration shows the possible scenarios:
 \bt_p{offset_seconds} can be negative. For example, considering:
 
 - A 1000 Hz clock.
-- \bt_p{offset_seconds} set to -10 seconds.
+- \bt_p{offset_seconds} set to 10 seconds.
 - \bt_p{offset_cycles} set to 500 cycles
   (that is, 0.5 seconds).
 - \bt_p{cycles} set to 2000 cycles (that is, 2 seconds).
 
-The computed value is -7.5 seconds, so this function sets
-\bt_p{*ns_from_origin} to -7,500,000,000.
+The computed value is 7.5 seconds, so this function sets
+\bt_p{*ns_from_origin} to 7,500,000,000.
 
 This function can fail and return the
 #BT_UTIL_CLOCK_CYCLES_TO_NS_FROM_ORIGIN_STATUS_OVERFLOW_ERROR status
This page took 0.023894 seconds and 4 git commands to generate.