diff options
Diffstat (limited to 'libdwarf/dwarf_producer_set_isa.3')
-rw-r--r-- | libdwarf/dwarf_producer_set_isa.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libdwarf/dwarf_producer_set_isa.3 b/libdwarf/dwarf_producer_set_isa.3 index fc8a31f8526f2..e97bd1efbfe8e 100644 --- a/libdwarf/dwarf_producer_set_isa.3 +++ b/libdwarf/dwarf_producer_set_isa.3 @@ -22,11 +22,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dwarf_producer_set_isa.3 2074 2011-10-27 03:34:33Z jkoshy $ +.\" $Id: dwarf_producer_set_isa.3 3644 2018-10-15 19:55:01Z jkoshy $ .\" .Dd September 29, 2011 -.Os .Dt DWARF_PRODUCER_SET_ISA 3 +.Os .Sh NAME .Nm dwarf_producer_set_isa .Nd specify the instruction set architecture for a DWARF producer instance @@ -65,10 +65,6 @@ If the argument .Ar err is not NULL, it will be used to store error information in case of an error. -.Sh COMPATIBILITY -The -.Fn dwarf_producer_set_isa -function is a local extension. .Sh RETURN VALUES On success, the function .Fn dwarf_producer_set_isa @@ -78,6 +74,10 @@ In case of an error, this function returns .Dv DW_DLV_ERROR and sets the argument .Ar err . +.Sh COMPATIBILITY +The +.Fn dwarf_producer_set_isa +function is a local extension. .Sh ERRORS The .Fn dwarf_producer_set_isa |