diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-21 19:50:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-21 19:50:32 +0200 |
commit | 083f40224136214b319095c24cab95c78598072c (patch) | |
tree | af9905a372845e95a18948874b675ab3a7014af3 | |
parent | liberror_save_backtrace.3: fix formatting (diff) | |
download | liberror-083f40224136214b319095c24cab95c78598072c.tar.gz liberror-083f40224136214b319095c24cab95c78598072c.tar.bz2 liberror-083f40224136214b319095c24cab95c78598072c.tar.xz |
Fix man pages1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | liberror_end.3 | 2 | ||||
-rw-r--r-- | liberror_set_error.3 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/liberror_end.3 b/liberror_end.3 index db36d56..480eae4 100644 --- a/liberror_end.3 +++ b/liberror_end.3 @@ -15,7 +15,7 @@ The .BR liberror_end () function restores the state saved and cleared by the -.BR liberror_stasrt () +.BR liberror_start (3) function. .PP Asynchronously called functions such as single diff --git a/liberror_set_error.3 b/liberror_set_error.3 index e6db570..42e4ffb 100644 --- a/liberror_set_error.3 +++ b/liberror_set_error.3 @@ -37,8 +37,8 @@ and .I code parameters will be printed when the error is printed by the -.I liberror_print_error -is called, however, if the value of the +.IR liberror_print_error (3) +function is called, however, if the value of the .I code_group parameter is recognised, the error string for the .I code |