Fixed (C) syntax error in synopsis.

This commit is contained in:
Bruce Evans 2001-10-04 09:01:15 +00:00
parent 0d8e4c576d
commit 8a5bc77116

View File

@ -49,7 +49,7 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/sbuf.h
.Ft struct sbuf *s
.Ft struct sbuf *
.Fn sbuf_new "struct sbuf *s" "char *buf" "int length" "int flags"
.Ft void
.Fn sbuf_clear "struct sbuf *s"