From af1bd619cdc64c4bf303278e5070c98bd5e84081 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 5 Jul 2001 22:34:11 +0000 Subject: [PATCH] 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 69ed3008e984..9c3c81fa59dc 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