changeset 2:3665a56a00aa

man: data field isn't const
author David Demelier <markand@malikania.fr>
date Thu, 29 Oct 2020 17:30:46 +0100
parents cf8cb4a0729e
children 9c6b686f797d
files libbuf.3
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libbuf.3	Thu Oct 29 17:28:23 2020 +0100
+++ b/libbuf.3	Thu Oct 29 17:30:46 2020 +0100
@@ -73,7 +73,7 @@
 is a publicly exposed structure with the following fields:
 .Bl -tag -width "capacity"
 .It Va data
-.Va (const char *)
+.Va (char *)
 The current NUL-terminated C string, maybe NULL if the buffer isn't initialized.
 .It Va length
 .Va (size_t)