Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151304600
D49883.id156996.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49883.id156996.diff
View Options
diff --git a/cddl/usr.bin/ctfconvert/ctfconvert.1 b/cddl/usr.bin/ctfconvert/ctfconvert.1
--- a/cddl/usr.bin/ctfconvert/ctfconvert.1
+++ b/cddl/usr.bin/ctfconvert/ctfconvert.1
@@ -1,4 +1,6 @@
.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2010 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -31,44 +33,48 @@
.Os
.Sh NAME
.Nm ctfconvert
-.Nd convert debug data to CTF data
+.Nd convert debug data to Compact C Type Format data
.Sh SYNOPSIS
.Nm
.Op Fl gis
-.Fl l Ar label
.Fl L Ar labelenv
+.Fl l Ar label
.Op Fl o Ar outfile
object_file
.Sh DESCRIPTION
The
.Nm
-utility converts debug information from a binary file to CTF (Compact C Type
-Format) data and replaces the debug section of that file with a CTF section
+utility converts debug information from a binary file to CTF
+.Pq Compact C Type Format
+data and replaces the debug section of that file with a CTF section
called SUNW_ctf.
-This new section is added to the input file, unless the -o
+This new section is added to the input file, unless the
+.Fl o
option is present.
You can also opt to keep the original debugging section with the
--g option.
+.Fl g
+option.
.Pp
The following options are available:
-.Bl -tag -width indent
-.It Fl l Ar label
-Sets the label as
-.Ar label .
-.It Fl L Ar labelenv
-Instructs
-.Nm
-to read the label from the environment variable
-.Ar labelenv .
+.Bl -tag -width "-L labelenv"
.It Fl g
Don't delete the original debugging section.
.It Fl i
Ignore object files built from other languages than C.
-.It Fl s
-Use the .dynsym ELF section instead of the .symtab ELF section.
+.It Fl L Ar labelenv
+Instructs
+.Nm
+to read the label from the
+.Ev labelenv
+environment variable.
+.It Fl l Ar label
+Sets the label as
+.Ar label .
.It Fl o Ar outfile
Write the output to file in
.Ar outfile .
+.It Fl s
+Use the .dynsym ELF section instead of the .symtab ELF section.
.El
.Sh EXIT STATUS
.Ex -std
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 11:14 AM (17 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31096456
Default Alt Text
D49883.id156996.diff (1 KB)
Attached To
Mode
D49883: ctfconvert.1: Minor cleanup
Attached
Detach File
Event Timeline
Log In to Comment