Constify the format string.
Submitted by: Mike Barcroft <mike@q9media.com> Forgotten by: des
This commit is contained in:
parent
60087219de
commit
8cce2ebaf3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user