1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

Fixed bitrot in synopsis (const poisoning hadn't reached here).

This commit is contained in:
Bruce Evans 1999-03-06 17:10:15 +00:00
parent 6232b00ed1
commit 399eae0d05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44519

View File

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: devstat.9,v 1.1 1998/09/15 06:49:18 gibbs Exp $
.\" $Id: devstat.9,v 1.2 1999/02/10 00:02:53 ken Exp $
.\"
.Dd May 22, 1998
.Dt DEVSTAT 9
@ -38,7 +38,7 @@
.Ft void
.Fo devstat_add_entry
.Fa "struct devstat *ds"
.Fa "char *dev_name"
.Fa "const char *dev_name"
.Fa "int unit_number"
.Fa "u_int32_t block_size"
.Fa "devstat_support_flags flags"