diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-08-11 16:45:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-08-11 16:45:34 +0000 |
commit | 412f6445092a2cbe26267ddc98e9e08113ad3ad6 (patch) | |
tree | 265a4f3482d47f7d3b90932e83e459d10e21d95a | |
parent | e74eb6ce1f0e541ef95e268a7fe73938a1532b38 (diff) |
tweak previous;
-rw-r--r-- | usr.bin/ctfconv/ctfconv.1 | 6 | ||||
-rw-r--r-- | usr.bin/ctfconv/ctfstrip.1 | 10 | ||||
-rw-r--r-- | usr.bin/ctfdump/ctfdump.1 | 8 |
3 files changed, 12 insertions, 12 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 diff --git a/usr.bin/ctfdump/ctfdump.1 b/usr.bin/ctfdump/ctfdump.1 index 30524d5bf54..ebb9bae614b 100644 --- a/usr.bin/ctfdump/ctfdump.1 +++ b/usr.bin/ctfdump/ctfdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctfdump.1,v 1.2 2017/08/11 15:00:00 jasper Exp $ +.\" $OpenBSD: ctfdump.1,v 1.3 2017/08/11 16:45:33 jmc Exp $ .\" .\" Copyright (c) 2016 Martin Pieuchot <mpi@openbsd.org> .\" @@ -23,12 +23,12 @@ .Sh SYNOPSIS .Nm ctfdump .Op Fl dfhlst -file ... +.Ar .Sh DESCRIPTION The .Nm -utility display CTF information from the -.Dv \.SUNW_ctf +utility displays CTF information from the +.Dv .SUNW_ctf section of an .Xr elf 5 file or from a raw CTF file. |