API doc: use minus sign (U+2212) where appropriate instead of `-`
[babeltrace.git] / include / babeltrace2 / trace-ir / clock-class.h
index f0685e39df7b0176b925e35bc803e575734d0537..b28a6c5e8295352ec0622e1fb16bade342688661 100644 (file)
@@ -1,28 +1,12 @@
-#ifndef BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
-#define BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
-
 /*
- * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * SPDX-License-Identifier: MIT
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
+ * Copyright (C) 2010-2019 EfficiOS Inc. and Linux Foundation
  */
 
+#ifndef BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
+#define BABELTRACE2_TRACE_IR_CLOCK_CLASS_H
+
 #ifndef __BT_IN_BABELTRACE_H
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
@@ -163,12 +147,12 @@ The clock class's "offset in seconds" property can be negative.
 For example, considering:
 
 - Frequency: 1000&nbsp;Hz.
-- Offset in seconds: -10&nbsp;seconds.
+- Offset in seconds: 10&nbsp;seconds.
 - Offset in cycles: 500&nbsp;cycles (that is, 0.5&nbsp;seconds).
 - Stream clock's value: 2000&nbsp;cycles (that is, 2&nbsp;seconds).
 
-Then the computed value is -7.5&nbsp;seconds from origin, or
--7,500,000,000&nbsp;nanoseconds from origin.
+Then the computed value is 7.5&nbsp;seconds from origin, or
+7,500,000,000&nbsp;nanoseconds from origin.
 
 <h1>Properties</h1>
 
This page took 0.024192 seconds and 4 git commands to generate.