mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Some of the patches retained here may be out of scope now, such as those patches still adding a definition for NT_GNU_BUILD_ID. Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8 PR: 263112
53 lines
1.4 KiB
Groff
53 lines
1.4 KiB
Groff
--- doc/man/lttng-ust.3.orig 2022-03-25 17:53:42 UTC
|
|
+++ doc/man/lttng-ust.3
|
|
@@ -2,12 +2,12 @@
|
|
.\" Title: lttng-ust
|
|
.\" Author: [see the "AUTHORS" section]
|
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
|
-.\" Date: 03/25/2022
|
|
+.\" Date: 04/07/2022
|
|
.\" Manual: LTTng Manual
|
|
.\" Source: LTTng 2.13.2
|
|
.\" Language: English
|
|
.\"
|
|
-.TH "LTTNG\-UST" "3" "03/25/2022" "LTTng 2\&.13\&.2" "LTTng Manual"
|
|
+.TH "LTTNG\-UST" "3" "04/07/2022" "LTTng 2\&.13\&.2" "LTTng Manual"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
@@ -114,7 +114,7 @@ Link with, following this manual page:
|
|
.sp -1
|
|
.IP \(bu 2.3
|
|
.\}
|
|
-\fB-llttng-ust -ldl\fR
|
|
+\fB-llttng-ust\fR
|
|
.RE
|
|
.sp
|
|
.RS 4
|
|
@@ -1066,7 +1066,7 @@ Then, link your application with this object file (or
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
-$ cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl
|
|
+$ cc \-o app tp\&.o app\&.o \-llttng\-ust
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
@@ -1151,7 +1151,7 @@ This tracepoint provider shared object isn\(cqt linked
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
-$ cc \-o app app\&.o tp\-define\&.o \-ldl
|
|
+$ cc \-o app app\&.o tp\-define\&.o
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
@@ -1823,7 +1823,7 @@ You can compile the source files and link them togethe
|
|
.nf
|
|
$ cc \-c \-I\&. tp\&.c
|
|
$ cc \-c app\&.c
|
|
-$ cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl
|
|
+$ cc \-o app tp\&.o app\&.o \-llttng\-ust
|
|
.fi
|
|
.if n \{\
|
|
.RE
|