mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Use the .Rv macro to describe the return value.
Suggested by: ru MFC after: 5 days
This commit is contained in:
parent
f44a4f377e
commit
be5eadbc1b
1 changed files with 1 additions and 6 deletions
|
|
@ -79,12 +79,7 @@ The load address of the kld file.
|
|||
The size of the file.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
The function
|
||||
.Fn kldstat
|
||||
returns 0 on success.
|
||||
It returns -1 on failure, and sets
|
||||
.Va errno
|
||||
to indicate the error.
|
||||
.Rv -std kldstat
|
||||
.Sh ERRORS
|
||||
The information for the file referred to by
|
||||
.Fa fileid
|
||||
|
|
|
|||
Loading…
Reference in a new issue