mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed missing #include in synopsis.
This commit is contained in:
parent
a182428346
commit
c8b6b31f15
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)nfssvc.2 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt NFSSVC 2
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/param.h>
|
||||
.Fd #include <sys/mount.h>
|
||||
.Fd #include <sys/time.h>
|
||||
.Fd #include <nfs/rpcv2.h>
|
||||
.Fd #include <nfs/nfs.h>
|
||||
.Fd #include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue