From dce4141d8f21f5f8c813ddc13744ed1bc63ccc57 Mon Sep 17 00:00:00 2001 From: flu Date: Tue, 25 Aug 2015 20:05:55 +0000 Subject: removed man pages --- tapsets/API-symfileline_html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tapsets/API-symfileline_html') diff --git a/tapsets/API-symfileline_html b/tapsets/API-symfileline_html index ab6585d2..4b1ca376 100644 --- a/tapsets/API-symfileline_html +++ b/tapsets/API-symfileline_html @@ -2,9 +2,9 @@ Return the file name and line number of an address.

Synopsis

     symfileline:string(addr:long)
-

Arguments

addr

+

Arguments

addr

The address to translate. -

Description

+

Description

Returns the file name and the (approximate) line number of the given address, if known. If the file name or the line number cannot be found, the hex string representation of the address will be returned. -- cgit