Fixed bitrot in synopsis (a missing include).

This commit is contained in:
Bruce Evans 1999-06-02 16:33:22 +00:00
parent 411675bae3
commit 20891aba11

View File

@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: suser.9,v 1.5 1998/01/16 18:06:23 bde Exp $
.\" $Id: suser.9,v 1.6 1999/04/28 11:38:52 phk Exp $
.\"
.Dd Oct 15, 1996
.Dt SUSER 9
@ -41,6 +41,7 @@
.Nd check if we are superuser and note
.Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/proc.h>
.Fd #include <sys/ucred.h>
.Ft int
.Fn suser "struct proc *proc"