Constify the format string.

Submitted by:	Mike Barcroft <mike@q9media.com>
Forgotten by:	des
This commit is contained in:
Dag-Erling Smørgrav 2001-07-05 22:34:11 +00:00
parent 60087219de
commit 8cce2ebaf3

View File

@ -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