summary refs log tree commit diff
path: root/man/libhttpc_response.3
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-12-14 11:16:04 +0300
committerNakidai <nakidai@disroot.org>2024-12-14 11:16:04 +0300
commit730cef9c2856332d7c8d4ae4509b2641cabfb4f8 (patch)
tree3419f5af6e5a7459e544629e617171a3fbffed90 /man/libhttpc_response.3
parent0c89de65f0037f07eb7c68707eef2c336ad3ae4c (diff)
downloadlibhttpc-730cef9c2856332d7c8d4ae4509b2641cabfb4f8.tar.gz
libhttpc-730cef9c2856332d7c8d4ae4509b2641cabfb4f8.zip
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
Diffstat (limited to 'man/libhttpc_response.3')
-rw-r--r--man/libhttpc_response.314
1 files changed, 7 insertions, 7 deletions
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