Fixed bitrot in synopsis (const poisoning hadn't reached here).
This commit is contained in:
parent
a249d8a53c
commit
df2c6f909c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user