summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ctfconv')
-rw-r--r--usr.bin/ctfconv/ctfconv.16
-rw-r--r--usr.bin/ctfconv/ctfstrip.110
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ctfconv/ctfconv.1 b/usr.bin/ctfconv/ctfconv.1
index cbd36b85b01..d43cf820d1f 100644
--- a/usr.bin/ctfconv/ctfconv.1
+++ b/usr.bin/ctfconv/ctfconv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctfconv.1,v 1.2 2017/08/11 14:58:56 jasper Exp $
+.\" $OpenBSD: ctfconv.1,v 1.3 2017/08/11 16:45:33 jmc Exp $
.\"
.\" Copyright (c) 2016 Martin Pieuchot <mpi@openbsd.org>
.\"
@@ -39,13 +39,13 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl d
Display types as if they would be dumped from a
-.Dv \.SUNW_ctf
+.Dv .SUNW_ctf
section by
.Xr ctfdump 1 .
.It Fl l Ar label
Set the
.Dv CTF
-label as
+label to
.Ar label .
.It Fl o Ar outfile
Write the raw section in
diff --git a/usr.bin/ctfconv/ctfstrip.1 b/usr.bin/ctfconv/ctfstrip.1
index 2d8189515a1..18884a5fe3d 100644
--- a/usr.bin/ctfconv/ctfstrip.1
+++ b/usr.bin/ctfconv/ctfstrip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctfstrip.1,v 1.2 2017/08/11 14:58:56 jasper Exp $
+.\" $OpenBSD: ctfstrip.1,v 1.3 2017/08/11 16:45:33 jmc Exp $
.\"
.\" Copyright (c) 2017 Martin Pieuchot
.\"
@@ -28,21 +28,21 @@
.Sh DESCRIPTION
The
.Nm
-utility generates and inserts a
+utility generates and inserts a
.Dv .SUNW_ctf
-section in a
+section in an
.Xr elf 5
file based on the content of its exisiting DWARF debug sections.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl S
-Remove debug sections.
.It Fl o Ar outfile
Put the converted output in
.Ar outfile
instead of replacing
.Ar file .
+.It Fl S
+Remove debug sections.
.El
.Sh EXIT STATUS
.Ex -std ctfstrip