mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cap_fileargs.3: correct 'filerags' typo
Submitted by: Bora Özarslan" <borako.ozarslan@gmail.com> MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
77f9408865
commit
731d06abf2
1 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ For details see
|
|||
The
|
||||
.Fa fileargs_free
|
||||
close connection to the
|
||||
.Nm system.filerags
|
||||
.Nm system.fileargs
|
||||
service and free are structures.
|
||||
The function handle
|
||||
.Dv NULL
|
||||
|
|
@ -139,7 +139,7 @@ expect that all arguments are fetched from the
|
|||
structure.
|
||||
.Sh LIMITS
|
||||
This section describe which values and types should be used to pass arguments to the
|
||||
.Fa system.filerags
|
||||
.Fa system.fileargs
|
||||
through the
|
||||
.Fn fileargs_ininv
|
||||
and
|
||||
|
|
@ -181,7 +181,7 @@ Any number of
|
|||
where the name of the element is name of the file which can be opened.
|
||||
.Sh EXAMPLES
|
||||
The following example first parse some options and then create the
|
||||
.Nm system.filerags
|
||||
.Nm system.fileargs
|
||||
service with remaining arguments.
|
||||
.Bd -literal
|
||||
int ch, fd, i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue