Skip to content

Commit 32340cb

Browse files
committed
libmtdac 1.6.2
Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
1 parent 488dcf5 commit 32340cb

25 files changed

Lines changed: 91 additions & 85 deletions

docs/man/man3/libmtdac.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "libmtdac" "3" "May 19, 2026" "Version 1.6.1+" "libmtdac"
3+
.TH "libmtdac" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]libmtdac\f[R] \- UK HMRC Make Tax Digital API interface
66
.SH SYNOPSIS

docs/man/man3/libmtdac_mtd.h.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "libmtdac_mtd.h" "3" "May 19, 2026" "Version 1.6.1+" "libmtdac"
3+
.TH "libmtdac_mtd.h" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]libmtdac_mtd.h\f[R] \- Core types / macros
66
.SH SYNOPSIS

docs/man/man3/mtd_deinit.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_deinit" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_deinit" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_deinit\f[R] \- library cleanup
66
.SH LIBRARY

docs/man/man3/mtd_ep.3

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_ep" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_ep" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_ep\f[R] \- send query to API endpoint
66
.SH LIBRARY
@@ -31,13 +31,13 @@ You can see more information about each endpoint in
3131
\f[B]dsctx\f[R]
3232
is a \f[B]struct mtd_dsrc_ctx\f[R] that defines the source of
3333
\f[I]POST\f[R]/*PUT* data.
34-
For endpoints that don\[cq]t take such data, this should be
34+
For endpoints that don\(cqt take such data, this should be
3535
\f[B]NULL\f[R].
3636
.TP
3737
\f[B]buf\f[R]
3838
this is the output buffer.
39-
It will be allocated by libmtdac and should be \f[B]free(3)\f[R]\[cq]d
40-
by you.
39+
It will be allocated by libmtdac and should be \f[B]free(3)\f[R]\(cqd by
40+
you.
4141
.TP
4242
\f[B]params\f[R]
4343
this specifies the parameters required for the endpoint including any
@@ -58,7 +58,7 @@ extras will be ignored.
5858
There is no need to pass in how many entries is in params (or for it to
5959
be NULL terminated) as this is dictated by each endpoint.
6060
.PP
61-
For any endpoints which don\[cq]t require \f[I]any\f[R] parameters, this
61+
For any endpoints which don\(cqt require \f[I]any\f[R] parameters, this
6262
can be \f[B]NULL\f[R].
6363
If an endpoint \f[I]only\f[R] takes an \f[I]optional\f[R] query stirng,
6464
then you still need a params with a single entry either containing NULL
@@ -73,7 +73,7 @@ On error, one of the below errors is returned.
7373
.PP
7474
\f[I]buf\f[R] will always either be returned as \f[B]NULL\f[R]
7575
\f[I]or\f[R] a valid result buffer containing JSON which should be
76-
\f[B]free(3)\f[R]\[cq]d.
76+
\f[B]free(3)\f[R]\(cqd.
7777
.SH ERRORS
7878
.TP
7979
\f[B]MTD_ERR_OS\f[R]

docs/man/man3/mtd_ep_api_get_info.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_ep_api_get_info" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_ep_api_get_info" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_ep_api_get_info\f[R] \- query endpoint API information
66
.SH LIBRARY

docs/man/man3/mtd_err2enum_str.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_err2enum_str" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_err2enum_str" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_err2enum_str\f[R] \- error code enum as a string
66
.SH LIBRARY

docs/man/man3/mtd_err2str.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_err2str" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_err2str" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_err2str\f[R] \- error code to description
66
.SH LIBRARY

docs/man/man3/mtd_global_init.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_global_init" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_global_init" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_global_init\f[R] \- global initialisation
66
.SH LIBRARY

docs/man/man3/mtd_hmrc_free_error.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_hmrc_free_error" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_hmrc_free_error" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_hmrc_free_error\f[R] \- free a linked list of struct
66
mtd_hmrc_err

docs/man/man3/mtd_hmrc_get_error.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.4
1+
.\" Automatically generated by Pandoc 3.7.0.2
22
.\"
3-
.TH "mtd_hmrc_get_error" "3" "Mar 30, 2026" "Version 1.6.1" "libmtdac"
3+
.TH "mtd_hmrc_get_error" "3" "May 19, 2026" "Version 1.6.2" "libmtdac"
44
.SH NAME
55
\f[B]mtd_hmrc_get_error\f[R] \- get HMRC endpoint error(s)
66
.SH LIBRARY

0 commit comments

Comments
 (0)