about summary refs log tree commit diff
path: root/man/libhttpc_dumpmethod.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libhttpc_dumpmethod.3')
-rw-r--r--man/libhttpc_dumpmethod.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/libhttpc_dumpmethod.3 b/man/libhttpc_dumpmethod.3
index 9a71524..87f9115 100644
--- a/man/libhttpc_dumpmethod.3
+++ b/man/libhttpc_dumpmethod.3
@@ -1,4 +1,4 @@
-.Dd December 13, 2024
+.Dd December 14, 2024
 .Dt LIBHTTPC_DUMPMETHOD 3
 .Os
 .
@@ -14,14 +14,14 @@ to string
 .Fn LibHTTPC_dumpMethod "enum LibHTTPC_Method header"
 .
 .Sh DESCRIPTION
-.Nm
+.Fn LibHTTPC_dumpMethod
 converts
-.Ql enum LibHTTPC_Method
+.Ft enum LibHTTPC_Method
 to
-.Ql const char * .
+.Ft const char * .
 To view
 all available methods,
-check
+read
 .Xr libhttpc_method 3 .
 .
 .Sh SEE ALSO