diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:31:01 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:31:01 +0100 |
| commit | 861c353b478ba1778d7d50d0b89aa07b0f3dde7a (patch) | |
| tree | 0235650269f6c5229ea7582daf224300e58e77f8 | |
| parent | Update e-mail (diff) | |
| download | liberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.gz liberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.bz2 liberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.xz | |
fix doc
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | liberror.7 | 2 | ||||
| -rw-r--r-- | liberror.h | 4 | ||||
| -rw-r--r-- | liberror.h.0 | 2 | ||||
| -rw-r--r-- | liberror_copy_error.3 | 2 | ||||
| -rw-r--r-- | liberror_end.3 | 2 | ||||
| -rw-r--r-- | liberror_free_error.3 | 2 | ||||
| -rw-r--r-- | liberror_get_error.3 | 2 | ||||
| -rw-r--r-- | liberror_pop_error.3 | 2 | ||||
| -rw-r--r-- | liberror_print_backtrace.3 | 2 | ||||
| -rw-r--r-- | liberror_print_error.3 | 2 | ||||
| -rw-r--r-- | liberror_reset_error.3 | 2 | ||||
| -rw-r--r-- | liberror_save_backtrace.3 | 2 | ||||
| -rw-r--r-- | liberror_set_error.3 | 2 | ||||
| -rw-r--r-- | liberror_set_error_errno.3 | 2 | ||||
| -rw-r--r-- | liberror_set_error_existing.3 | 2 | ||||
| -rw-r--r-- | liberror_start.3 | 2 |
16 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -.TH LIBERROR 7 2020-06-09 liberror +.TH LIBERROR 7 LIBERROR .SH NAME liberror \- single interface for custom and standard errors .SH SYNOPSIS @@ -13,7 +13,7 @@ struct liberror_backtrace; /** - * Value that specifies which feild in a + * Value that specifies which field in a * `union liberror_details` that is used */ enum liberror_details_type { @@ -160,7 +160,7 @@ union liberror_details { */ struct liberror_error { /** - * Backtrace for the error, `NULL` if the it could + * Backtrace for the error, `NULL` if it could * not be allocated or if the program is not linked * with `-lerror-backtrace` */ diff --git a/liberror.h.0 b/liberror.h.0 index 602f482..13f2c82 100644 --- a/liberror.h.0 +++ b/liberror.h.0 @@ -1,4 +1,4 @@ -.TH LIBERROR.H 0 2020-06-09 liberror +.TH LIBERROR.H 0 LIBERROR .SH NAME liberror.h \- single interface for custom and standard errors .SH SYNOPSIS diff --git a/liberror_copy_error.3 b/liberror_copy_error.3 index 44d4999..c6d3040 100644 --- a/liberror_copy_error.3 +++ b/liberror_copy_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_COPY_ERROR 3 2019-04-13 liberror +.TH LIBERROR_COPY_ERROR 3 LIBERROR .SH NAME liberror_copy_error \- create a copy of an error .SH SYNOPSIS diff --git a/liberror_end.3 b/liberror_end.3 index f32c692..ae70c76 100644 --- a/liberror_end.3 +++ b/liberror_end.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_END 3 2019-04-13 liberror +.TH LIBERROR_END 3 LIBERROR .SH NAME liberror_end \- restore the thread's error state .SH SYNOPSIS diff --git a/liberror_free_error.3 b/liberror_free_error.3 index 10d7007..87dcc75 100644 --- a/liberror_free_error.3 +++ b/liberror_free_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_FREE_ERROR 3 2019-04-13 liberror +.TH LIBERROR_FREE_ERROR 3 LIBERROR .SH NAME liberror_free_error \- deallocate an error .SH SYNOPSIS diff --git a/liberror_get_error.3 b/liberror_get_error.3 index e4f2761..b89b0b1 100644 --- a/liberror_get_error.3 +++ b/liberror_get_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_GET_ERROR 3 2019-04-13 liberror +.TH LIBERROR_GET_ERROR 3 LIBERROR .SH NAME liberror_get_error \- get the current error for the thread .SH SYNOPSIS diff --git a/liberror_pop_error.3 b/liberror_pop_error.3 index 61bcfbb..d6cc60c 100644 --- a/liberror_pop_error.3 +++ b/liberror_pop_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_POP_ERROR 3 2020-06-09 liberror +.TH LIBERROR_POP_ERROR 3 LIBERROR .SH NAME liberror_pop_error \- replaces the current error with its cause .SH SYNOPSIS diff --git a/liberror_print_backtrace.3 b/liberror_print_backtrace.3 index 72a90d7..16a8adf 100644 --- a/liberror_print_backtrace.3 +++ b/liberror_print_backtrace.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_PRINT_BACKTRACE 3 2019-04-13 liberror +.TH LIBERROR_PRINT_BACKTRACE 3 LIBERROR .SH NAME liberror_print_backtrace \- print the backtrace of an error .SH SYNOPSIS diff --git a/liberror_print_error.3 b/liberror_print_error.3 index 2a9f9d3..59b5380 100644 --- a/liberror_print_error.3 +++ b/liberror_print_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_PRINT_ERROR 3 2019-04-13 liberror +.TH LIBERROR_PRINT_ERROR 3 LIBERROR .SH NAME liberror_print_error \- print an error .SH SYNOPSIS diff --git a/liberror_reset_error.3 b/liberror_reset_error.3 index 0ed5d32..c9c90b1 100644 --- a/liberror_reset_error.3 +++ b/liberror_reset_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_RESET_ERROR 3 2019-04-13 liberror +.TH LIBERROR_RESET_ERROR 3 LIBERROR .SH NAME liberror_reset_error \- remove the error currently assigned to the thread .SH SYNOPSIS diff --git a/liberror_save_backtrace.3 b/liberror_save_backtrace.3 index cb7f94f..9be3b78 100644 --- a/liberror_save_backtrace.3 +++ b/liberror_save_backtrace.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_SAVE_BACKTRACE 3 2019-04-13 liberror +.TH LIBERROR_SAVE_BACKTRACE 3 LIBERROR .SH NAME liberror_save_backtrace \- fetch backtrace and assign it to an error .SH SYNOPSIS diff --git a/liberror_set_error.3 b/liberror_set_error.3 index f2d74b0..b842083 100644 --- a/liberror_set_error.3 +++ b/liberror_set_error.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_SET_ERROR 3 2019-04-13 liberror +.TH LIBERROR_SET_ERROR 3 LIBERROR .SH NAME liberror_set_error \- set the current error for the thread .SH SYNOPSIS diff --git a/liberror_set_error_errno.3 b/liberror_set_error_errno.3 index e7f677b..29db6c7 100644 --- a/liberror_set_error_errno.3 +++ b/liberror_set_error_errno.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_SET_ERROR_ERRNO 3 2019-04-13 liberror +.TH LIBERROR_SET_ERROR_ERRNO 3 LIBERROR .SH NAME liberror_set_error_errno \- set the current error for the thread .SH SYNOPSIS diff --git a/liberror_set_error_existing.3 b/liberror_set_error_existing.3 index 30c726d..ec81a91 100644 --- a/liberror_set_error_existing.3 +++ b/liberror_set_error_existing.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_SET_ERROR_EXISTING 3 2020-06-09 liberror +.TH LIBERROR_SET_ERROR_EXISTING 3 LIBERROR .SH NAME liberror_set_error_existing \- set the current error for the thread to a saved error .SH SYNOPSIS diff --git a/liberror_start.3 b/liberror_start.3 index 8d4c240..436dbb4 100644 --- a/liberror_start.3 +++ b/liberror_start.3 @@ -1,4 +1,4 @@ -.TH LIBERROR_START 3 2019-04-13 liberror +.TH LIBERROR_START 3 LIBERROR .SH NAME liberror_start \- save and reset the thread's error state .SH SYNOPSIS |
