mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Correct #include file in SYNOPSIS:
It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
This commit is contained in:
parent
aad6efcc96
commit
2f6e000a7e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121402
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
.Nm disk
|
||||
.Nd Kernel disk storage API
|
||||
.Sh SYNOPSIS
|
||||
.In sys/geom_disk.h
|
||||
.In geom/geom_disk.h
|
||||
.Ft void
|
||||
.Fo disk_create
|
||||
.Fa "int unit"
|
||||
|
|
Loading…
Reference in a new issue