Skip to content

Commit d75fdb2

Browse files
committed
update auparse_new_buffer man page
1 parent a150dad commit d75fdb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/auparse_new_buffer.3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "AUPARSE_NEW_BUFFER" "3" "Feb 2021" "Red Hat" "Linux Audit API"
1+
.TH "AUPARSE_NEW_BUFFER" "3" "June 2025" "Red Hat" "Linux Audit API"
22
.SH NAME
33
auparse_new_buffer \- replace the buffer in the parser
44
.SH "SYNOPSIS"
@@ -13,12 +13,12 @@ int auparse_new_buffer(auparse_state_t *au, const char *data, size_t data_len);
1313
The audit parse state
1414
.TP
1515
.I data
16-
a buffer of data to give to the parser, it is
16+
A buffer of data to give to the parser, it is
1717
.I data_len
18-
bytes long. The data is copied in the parser, upon return the caller may free or reuse the data buffer.
18+
bytes long. The data is copied into the parser without modifying the original. Upon return the caller may free or reuse the data buffer.
1919
.TP
2020
.I data_len
21-
number of bytes in
21+
The number of bytes in
2222
.I data
2323

2424
.SH "DESCRIPTION"

0 commit comments

Comments
 (0)