Fixed synopsis (prototype was missing a const).

This commit is contained in:
Bruce Evans 1997-04-11 18:07:45 +00:00
parent 336ff946fc
commit f6e90f37db

View File

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <fcntl.h>
.Ft int
.Fn creat "char *path" "mode_t mode"
.Fn creat "const char *path" "mode_t mode"
.Sh DESCRIPTION
.Bf -symbolic
This interface is made obsolete by: