diff options
| author | Mattias Andrée <maandree@kth.se> | 2019-10-21 19:45:49 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2019-10-21 19:45:49 +0200 | 
| commit | b125fdcb54e6b273d1ef5b8b133bf174a1942ee2 (patch) | |
| tree | e2712ec770b1f47ddfa20efab793f4c5f0c3a8d7 | |
| parent | Fix typo (diff) | |
| download | liberror-b125fdcb54e6b273d1ef5b8b133bf174a1942ee2.tar.gz liberror-b125fdcb54e6b273d1ef5b8b133bf174a1942ee2.tar.bz2 liberror-b125fdcb54e6b273d1ef5b8b133bf174a1942ee2.tar.xz | |
liberror_save_backtrace.3: fix formatting
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | liberror_save_backtrace.3 | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/liberror_save_backtrace.3 b/liberror_save_backtrace.3 index d9ef871..97b6ee9 100644 --- a/liberror_save_backtrace.3 +++ b/liberror_save_backtrace.3 @@ -22,14 +22,14 @@ is  .IR NULL ,  the backtrace will assigned to the next error that is  assigned to the thread. The -.IR liberror_set_error (3) +.BR liberror_set_error (3)  function calls this function, so there is no need for the  user to call this function, however, calling this function  before or after (preferably before for better performance)  call the -.IR liberror_set_error (3) +.BR liberror_set_error (3)  function or any helper function that calls the -.IR liberror_set_error (3) +.BR liberror_set_error (3)  function will produce a cleaner backtrace.  .PP  .B liberror | 
