=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfconv/ctfstrip.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/ctfconv/ctfstrip.1 2017/08/11 14:58:56 1.2 --- src/usr.bin/ctfconv/ctfstrip.1 2017/08/11 16:45:33 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: ctfstrip.1,v 1.2 2017/08/11 14:58:56 jasper Exp $ .\" .\" Copyright (c) 2017 Martin Pieuchot .\" --- 1,4 ---- ! .\" $OpenBSD: ctfstrip.1,v 1.3 2017/08/11 16:45:33 jmc Exp $ .\" .\" Copyright (c) 2017 Martin Pieuchot .\" *************** *** 28,48 **** .Sh DESCRIPTION The .Nm ! utility generates and inserts a .Dv .SUNW_ctf ! section in a .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 . .El .Sh EXIT STATUS .Ex -std ctfstrip --- 28,48 ---- .Sh DESCRIPTION The .Nm ! utility generates and inserts a .Dv .SUNW_ctf ! 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 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