Changed SYNOPSIS, include <sys/types.h> before <unistd.h>.

This commit is contained in:
jtc 1993-10-04 18:36:57 +00:00
parent 5475952064
commit 11b6c26d07
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getpgrp.2 6.4 (Berkeley) 3/10/91
.\" $Id: getpgrp.2,v 1.3 1993/08/01 07:42:57 mycroft Exp $
.\" $Id: getpgrp.2,v 1.4 1993/10/04 18:36:57 jtc Exp $
.\"
.Dd March 10, 1991
.Dt GETPGRP 2
@ -39,6 +39,7 @@
.Nm getpgrp
.Nd get process group
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft pid_t
.Fn getpgrp "void"