mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
vfs_getopt(9): fix typo
[skip ci] Reported by: Claudiu <mscotty@protomail.ch> MFC after: 2 weeks
This commit is contained in:
parent
838d5ae6d8
commit
3cc1b35bc1
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
.\" DAMAGE.
|
||||
.\"
|
||||
.Dd July 31, 2011
|
||||
.Dd May 19, 2024
|
||||
.Dt VFS_GETOPT 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
.Fa "struct vfsoptlist *opts" "const char *name" "void **buf" "int *len"
|
||||
.Fc
|
||||
.Ft "char *"
|
||||
.Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error"
|
||||
.Fn vfs_getopts "struct vfsoptlist *opts" "const char *name" "int *error"
|
||||
.Ft int
|
||||
.Fo vfs_flagopt
|
||||
.Fa "struct vfsoptlist *opts" "const char *name" "uint64_t *flags" "uint64_t flag"
|
||||
|
|
@ -177,7 +177,7 @@ function returns 0 if the option was found; otherwise,
|
|||
is returned.
|
||||
.Pp
|
||||
The
|
||||
.Fn vfs_getops
|
||||
.Fn vfs_getopts
|
||||
function returns the specified option if it is found, and is
|
||||
.Dv NUL
|
||||
terminated.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue