mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Fixed wrong #include in synopsis.
This commit is contained in:
parent
1eda21cbb6
commit
a88d7a4bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
.Nm setrpcent
|
||||
.Nd get RPC entry
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <netdb.h>
|
||||
.Fd #include <rpc/rpc.h>
|
||||
.Ft struct rpcent *
|
||||
.Fn getrpcent void
|
||||
.Ft struct rpcent *
|
||||
|
|
|
|||
Loading…
Reference in a new issue