From 730cef9c2856332d7c8d4ae4509b2641cabfb4f8 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sat, 14 Dec 2024 11:16:04 +0300 Subject: Fix mans - Remove info from libhttpc_request.3 that was already moved to other mans - Remove Vd from lists from libhttpc_request.3 and libhttpc_response.3 --- man/libhttpc_response.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/libhttpc_response.3') diff --git a/man/libhttpc_response.3 b/man/libhttpc_response.3 index 151b9ea..5f6c5cc 100644 --- a/man/libhttpc_response.3 +++ b/man/libhttpc_response.3 @@ -28,7 +28,7 @@ Let's see what means each member: .Bl -tag -.It Vd char *buf +.It char *buf Pointer to the buffer where response @@ -37,20 +37,20 @@ Presented only for consistence, doesn't mean anything for the library. -.It Vd const char *version +.It const char *version Pointer to the HTTP version number -.It Vd enum LibHTTPC_Status status +.It enum LibHTTPC_Status status Response code -.It Vd const char *phrase +.It const char *phrase Explanation of response code -.It Vd struct LibHTTPC_Header *headers +.It struct LibHTTPC_Header *headers Array of headers -.It Vd const char *body +.It const char *body Pointer to the entity -.It Vd size_t header_count +.It size_t header_count Length of .Ql header_count array -- cgit 1.4.1