From 7e712a31e77dc026baf6f693de748b9e8bad3a7a Mon Sep 17 00:00:00 2001 From: des Date: Thu, 5 Jul 2001 22:34:11 +0000 Subject: Constify the format string. Submitted by: Mike Barcroft Forgotten by: des --- share/man/man9/sbuf.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index 69ed300..9c3c81f 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -68,7 +68,7 @@ .Ft int .Fn sbuf_cpy "struct sbuf *s" "const char *str" .Ft int -.Fn sbuf_printf "struct sbuf *s" "char *fmt" "..." +.Fn sbuf_printf "struct sbuf *s" "const char *fmt" "..." .Ft int .Fn sbuf_putc "struct sbuf *s" "int c" .Ft int -- cgit v1.1